Difference between revisions of "Template:AssignedTask"
Line 1: | Line 1: | ||
<span style=" | <span style=" | ||
− | + | color: {{#switch:{{{priority|}}} | |
− | + | | 1 = red | |
− | + | | 2 = orange | |
− | + | | 3 = green | |
− | + | | #default = black | |
− | + | }}; | |
"> | "> | ||
[{{{person}}}] {{{1}}} | [{{{person}}}] {{{1}}} |
Revision as of 15:26, 31 March 2025
[{{{person}}}] {{{1}}}
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}}