Difference between revisions of "Template:ToDo"
From Ryzom Commons
CeNobiteElf (talk | contribs) m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[File:Task{{#switch: {{lc: {{{1|}}} }} | x = _done | ! = _alert | 1 = _1 | 2 = _2 | 3 = _3 | ? | #default = _default }}.png|link=]] {{{2}}} | + | [[File:Task{{#switch: {{lc: {{{1|}}} }} | x = _done | ! = _alert | 1 = _1 | 2 = _2 | 3 = _3 | ? | #default = _default }}.png|link=]] {{{2}}}<noinclude> |
==Usage== | ==Usage== | ||
Line 10: | Line 10: | ||
*'''!''' Urgent | *'''!''' Urgent | ||
*'''1''' High Priority | *'''1''' High Priority | ||
− | *'''2''' | + | *'''2''' Medium Priority |
*'''3''' Low priority | *'''3''' Low priority | ||
− | *'''?''' Default, no priority specified | + | *'''?''' Default, no priority specified |
+ | |||
+ | ==Example== | ||
+ | {{ToDo|x|Completed}} | ||
+ | {{ToDo|!|Urgent}} | ||
+ | {{ToDo|1|High Priority}} | ||
+ | {{ToDo|2|Medium Priority}} | ||
+ | {{ToDo|3|Low priority}} | ||
+ | {{ToDo|?|Default, no priority specified}} | ||
+ | |||
+ | [[Category:Templates]]</noinclude> |
Latest revision as of 13:08, 26 August 2021
{{{2}}}
Usage
{{ToDo|<priority>|<task>}}
Legend
- x Completed
- ! Urgent
- 1 High Priority
- 2 Medium Priority
- 3 Low priority
- ? Default, no priority specified
Example
Completed Urgent High Priority Medium Priority Low priority Default, no priority specified