Template:Bugstatus

From blackwiki
Jump to navigation Jump to search
Status: 18px New
Resolution: none
50px Template documentation[view] [edit] [history] [purge]

Usage

{{bugstatus|status=|res=}}

will display:

Status: 18px New
Resolution:

Valid terms for the status and resolution parameters are listed below along with the results of each. The resolution parameter can alternatively be used to display any text specified if it does not match one of the valid resolution terms below. The template also supports two optional parameters, target (only with a resolution term of dup) and reason, which are described in more detail below.

Terms

Below is list of terms to use for the status and resolution. The synonyms and results of each are also shown.

Status

| ack | acknowledge | acknowledged       = 18px Acknowledged
| ass | assign | asn | assigned          = 18px Assigned
| cls | clo | clos | close | closed      = 18px Closed
| con | conf | cnf | confirm | confirmed = 18px Confirmed
| fdb | feed | fed | feb | feedback      = 18px Feedback required
| res | resolve | resolved               = 18px Resolved
| new | #default                         = 18px New

Resolution

| fix | fixed                            = 18px Fixed
| res | resolve | resolved               = Template:Resolved mark
| lat | later                            = 18px Later
| inv | invalid                          = 18px Invalid
| wfm | works for me | worksforme        = Template:Works for me
| wnf | wontfix | wont fix | won't fix   = Template:Wontfix
| dup | dupe | duplicate                 = 18px Dupe
| #default                               = specified text

Optional parameters

Target

target                                   = original bug ID (only works when resolution is dup, dupe, or duplicate)

For example,

{{bugstatus|status=cls|res=dup|target=13}}

will display:

Status: 18px Closed
Resolution: 18px Dupe (bug 13)

Reason

reason                                   = eventual reason

For example,

{{bugstatus|status=res|res=fix|reason=The problem has been fixed.}}

will display:

Status: 18px Resolved
Resolution: 18px Fixed- The problem has been fixed