<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.en.sureai.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ABug</id>
	<title>Template:Bug - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.en.sureai.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ABug"/>
	<link rel="alternate" type="text/html" href="https://wiki.en.sureai.net/index.php?title=Template:Bug&amp;action=history"/>
	<updated>2026-04-25T11:50:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.en.sureai.net/index.php?title=Template:Bug&amp;diff=35800&amp;oldid=prev</id>
		<title>Sureadmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.en.sureai.net/index.php?title=Template:Bug&amp;diff=35800&amp;oldid=prev"/>
		<updated>2025-11-18T17:23:20Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:23, 18 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Sureadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.en.sureai.net/index.php?title=Template:Bug&amp;diff=35799&amp;oldid=prev</id>
		<title>SureAI&gt;Davipb: Add a fixed=future option.</title>
		<link rel="alternate" type="text/html" href="https://wiki.en.sureai.net/index.php?title=Template:Bug&amp;diff=35799&amp;oldid=prev"/>
		<updated>2017-06-28T13:33:14Z</updated>

		<summary type="html">&lt;p&gt;Add a fixed=future option.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* {{{1}}}{{#if: {{{confirmed|{{{fixed|}}}}}} ||&amp;lt;sup title=&amp;quot;This bug is unconfirmed. If you are able to reproduce it, add a confirmed=1 to it.&amp;quot; style = &amp;quot;text-decoration: underline dotted black; cursor: help; color: red; font-weight: bold;&amp;quot;&amp;gt;?&amp;lt;/sup&amp;gt;}} {{#if: {{{fixed|}}} |&lt;br /&gt;
** This bug {{#ifeq: {{{fixed|}}} | future |will be fixed in the next patch|was fixed in the [[{{NAMESPACE}}:Patch/{{{fixed}}}|{{{fixed}}} patch]]}}.|}}&amp;lt;includeonly&amp;gt;{{#if: {{{nocategory|}}}||[[Category:{{#if: {{{fixed|}}}|Fixed|{{#if: {{{confirmed|}}}|Confirmed|Unconfirmed}}}} Bugs{{#ifeq: {{{fixed|}}} | future |-Future|}}]]{{#if: {{NAMESPACE}}|[[Category:{{NAMESPACE}}-{{#if: {{{fixed|}}}|Fixed|{{#if: {{{confirmed|}}}|Confirmed|Unconfirmed}}}} Bugs{{#ifeq: {{{fixed|}}} | future |-Future|}}]]|}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;confirmed&amp;#039;&amp;#039;&amp;#039;: If anything is written in this parameter, the bug is considered confirmed (reproduced by many users)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;fixed&amp;#039;&amp;#039;&amp;#039;: If present, should contain the patch number in which the bug was fixed. Can be &amp;lt;code&amp;gt;future&amp;lt;/code&amp;gt; if the bug is fixed on the WIP to-be-released patch.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;nocategory&amp;#039;&amp;#039;&amp;#039;: If present, doesn&amp;#039;t add the page to any category. Don&amp;#039;t use this unless you&amp;#039;re giving an example of how to use the template (such as below).&lt;br /&gt;
&lt;br /&gt;
A bug can&amp;#039;t be unconfirmed and fixed at the same time.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bug|This is an unconfirmed bug.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Bug|This is an unconfirmed bug.|nocategory=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bug|This is a confirmed bug.|confirmed=1}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Bug|This is a confirmed bug.|confirmed=1|nocategory=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bug|This is a fixed bug.|fixed=1.2.0.0}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Bug|This is a fixed bug.|fixed=1.2.0.0|nocategory=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Bug|This bug will be fixed in the next patch.|fixed=future}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Bug|This bug will be fixed in the next patch.|fixed=future|nocategory=1}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
* [[:Category:Fixed Bugs|Fixed Bugs]]&lt;br /&gt;
** [[:Category:Fixed Bugs-Future|Fixed Bugs-Future]]&lt;br /&gt;
* [[:Category:Unconfirmed Bugs|Unconfirmed Bugs]]&lt;br /&gt;
* [[:Category:Confirmed Bugs|Confirmed Bugs]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Enderal&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** [[:Category:Enderal-Fixed Bugs|Enderal-Fixed Bugs]]&lt;br /&gt;
*** [[:Category:Enderal-Fixed Bugs-Future|Enderal-Fixed Bugs-Future]]&lt;br /&gt;
** [[:Category:Enderal-Unconfirmed Bugs|Enderal-Unconfirmed Bugs]]&lt;br /&gt;
** [[:Category:Enderal-Confirmed Bugs|Enderal-Confirmed Bugs]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SureAI&gt;Davipb</name></author>
	</entry>
</feed>