Template:Status
Appearance
Status: In progress
This documentation is transcluded from Template:Status/doc.
This template is used under the header of a request to summarize its current status.
Usage
{{Status |1= |2= |3= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | status code: done / not done / on hold / in progress; or a three-character hex code for the colour of the square, eg 00C, C0C. If a status code is used, the square is given a standard colour based on the status code. | in progress | optional | |
2 | text replacing the detail of the status (done / not done / on hold / in progress). If used without specifying a status code or colour value, CCC is used for the colour (the colour for in progress). | in progress | optional | |
3 | text replacing "Status:" label | Status | optional | |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Examples
{{status}}
|
→ | Status: In progress |
{{status|done}}
|
→ | Status: Done |
{{status|on hold}}
|
→ | Status: On hold |
{{status|not done}}
|
→ | Status: Not done |
{{status|done|some arbitrary text}}
|
→ | Status: some arbitrary text |
{{status|some arbitrary text}}
|
→ | Status: some arbitrary text |
{{status|00C|some arbitrary text}}
|
→ | Status: some arbitrary text |
{{status|C0C|some arbitrary text|Violet}}
|
→ | Violet: some arbitrary text |