Template:Bug
From sureai
- {{{1}}}?
Contents
Usage
Parameters
- confirmed: If anything is written in this parameter, the bug is considered confirmed (reproduced by many users)
- fixed: If present, should contain the patch number in which the bug was fixed. Can be
future
if the bug is fixed on the WIP to-be-released patch. - nocategory: If present, doesn't add the page to any category. Don't use this unless you're giving an example of how to use the template (such as below).
A bug can't be unconfirmed and fixed at the same time.
Examples
{{Bug|This is an unconfirmed bug.}}
- This is an unconfirmed bug.?
{{Bug|This is a confirmed bug.|confirmed=1}}
- This is a confirmed bug.
{{Bug|This is a fixed bug.|fixed=1.2.0.0}}
- This is a fixed bug.
- This bug was fixed in the 1.2.0.0 patch.
{{Bug|This bug will be fixed in the next patch.|fixed=future}}
- This bug will be fixed in the next patch.
- This bug will be fixed in the next patch.