Difference between revisions of "Template:AssignedTask"
Line 1: | Line 1: | ||
<includeonly><span style=" | <includeonly><span style=" | ||
color: {{#switch:{{{priority|}}} | color: {{#switch:{{{priority|}}} | ||
− | | 1 = | + | | 1 = green |
− | | 2 = | + | | 2 = orange |
− | | 3 = | + | | 3 = violet |
| #default = black | | #default = black | ||
}};">[{{{person}}}] {{{1}}}</span></includeonly> | }};">[{{{person}}}] {{{1}}}</span></includeonly> |
Revision as of 15:31, 31 March 2025
This template can be used to tag some text as an assigned task, color coded by priority. Example usage:
- {{AssignedTask|Fix bug in report export|priority=1|person=Lonnie}}
- {{AssignedTask|Write documentation|priority=2|person=Naresh}}
- {{AssignedTask|Refactor CSS|priority=3|person=Kiran}}