Template:Bug

From sureai
Revision as of 13:33, 28 June 2017 by Davipb (Talk | contribs) (Add a fixed=future option.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • {{{1}}}?

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}}
{{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.


Categories