More actions
Created a template for describing wiki projects |
Added status parameter |
||
| Line 14: | Line 14: | ||
;Sandbox: | ;Sandbox: | ||
:{{#if: {{{sandbox}}} | {{{sandbox}}} | If applicable, create a sandbox page for this project and link it.}}</includeonly><noinclude> | :{{#if: {{{sandbox}}} | {{{sandbox}}} | If applicable, create a sandbox page for this project and link it.}} | ||
;Status: | |||
:{{#switch: {{lc:{{{status}}}}} | |||
|todo | |||
|to do | |||
|to-do = To Do | |||
|in progress = In progress | |||
|finished | |||
|completed | |||
|done = Done | |||
|#default = <span style="color:red">Possible values: To Do, In progress, Done</span> | |||
}}</includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||