Jump to content

Template:Bugstatus/doc

From Wikipedia, the free encyclopedia

Usage[edit]

{{bugstatus|status=|res=}}

will display:

Status:  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[edit]

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

Status[edit]

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

Resolution[edit]

| fix | fixed                            =  Fixed
| res | resolve | resolved               =  Resolved
| lat | later                            =  Later
| inv | invalid                          = no Invalid
| wfm | works for me | worksforme        =  Works for me
| wnf | wontfix | wont fix | won't fix   = Red X Won't fix
| dup | dupe | duplicate                 =  Dupe
| #default                               = specified text

Optional parameters[edit]

Target[edit]

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:  Closed
Resolution:  Dupe (bug 13)

Reason[edit]

reason                                   = eventual reason

For example,

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

will display:

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