Template:Status: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Fix parameters.)
No edit summary
Line 1:
{{{3|Status}}}: <span style="background:#{{#switch:{{lc:{{{1}}}}}|done=0C0|not done=C00|CCC}};">&emsp;&emsp;</span> '''{{{2|{{#switch:{{lc:{{{1}}}}}|done=Done|Not done=not done|{{{1|In progress}}}}}}}}'''<noinclude>
 
This template is used under the header of a request to summarize its current status.
{|
|-
| <pre>{{status}}</pre>
| &rarr;
| {{status}}
|-
| <pre>{{status|done}}</pre>
| &rarr;
| {{status|done}}
|-
| <pre>{{status|not done}}</pre>
| &rarr;
| {{status|not done}}
|-
| <pre>{{status|done|some arbitrary text}}</pre>
| &rarr;
| {{status|done|some arbitrary text}}
|-
| <pre>{{status|some arbitrary text}}</pre>
| &rarr;
| {{status|some arbitrary text}}
|}
</noinclude>

Revision as of 10:24, October 18, 2009

Status:    In progress

This template is used under the header of a request to summarize its current status.

{{status}}
Status:    In progress
{{status|done}}
Status:    Done
{{status|not done}}
Status:    not done
{{status|done|some arbitrary text}}
Status:    some arbitrary text
{{status|some arbitrary text}}
Status:    some arbitrary text