Difference between revisions of "Template:ToDo"
From EncyclopAtys
CeNobiteElf (talk | contribs) m (Redirected page to atys:Template:ToDo) |
CeNobiteElf (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | [[File:Task{{#switch: {{lc: {{{1|}}} }} | x = _done | ! = _alert | 1 = _1 | 2 = _2 | 3 = _3 | ? | #default = _default }}.png|link=]] {{{2}}}<br/><noinclude> | |
+ | |||
+ | ==Usage== | ||
+ | <pre> | ||
+ | {{ToDo|<priority>|<task>}} | ||
+ | </pre> | ||
+ | |||
+ | ===Legend=== | ||
+ | *'''x''' Completed | ||
+ | *'''!''' Urgent | ||
+ | *'''1''' High Priority | ||
+ | *'''2''' Medium Priority | ||
+ | *'''3''' Low priority | ||
+ | *'''?''' 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}} | ||
+ | </noinclude> |
Revision as of 10:56, 15 March 2010
{{{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