Difference between revisions of "Template:AssignedTask"

(Created page with "<span style=" color: {{#switch:{{{priority|}}} | 1 = red | 2 = orange | 3 = green | #default = black }}; "> {{{1}}} </span><nowiki> This template can be...")
 
Line 7: Line 7:
 
   }};
 
   }};
 
">
 
">
   {{{1}}}
+
   [{{{person}}}] {{{1}}}
</span><nowiki>
+
</span><noinclude>
This template can be used to tag some text as an assigned task, color coded by priority.  
+
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}}
+
* <nowiki>{{AssignedTask|Fix bug in report export|priority=1|person=Lonnie}}</nowiki>
* {{AssignedTask|Refactor CSS|priority=3|person=Kiran}}
+
* <nowiki>{{AssignedTask|Write documentation|priority=2|person=Naresh}}</nowiki>
</nowiki>
+
* <nowiki>{{AssignedTask|Refactor CSS|priority=3|person=Kiran}}</nowiki>
 +
 
 +
</noinclude>

Revision as of 15:23, 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}}