Difference between revisions of "Template:Todo"

From FSCONS wiki
Jump to navigation Jump to search
Line 33: Line 33:
 
</nowiki>
 
</nowiki>
  
=== Example ===
+
== Examples ==
 
  <nowiki>{{todo|Do something useful
 
  <nowiki>{{todo|Do something useful
 
  | team = WebTeam
 
  | team = WebTeam

Revision as of 22:42, 8 June 2011


This template insert a TODO item in the page. It will be displayed inline but also marked as task in the database, allowing easy gathering of task using the Template:Todolist todolist template

Usage

Basic usage is very simple, just insert the description of the task in the template like this: {{todo|Do something useful}}

Assigning a task to a team

{{todo|Do something useful | team = GreatTeam }}

Assigning a task to person

{{todo|Do something useful | assignedTo = Someone }}

Marking a task as done

{{todo|Do something useful | done = ✔ }}

Examples

{{todo|Do something useful
 | team = WebTeam
 | assignedTo = Grégoire
 }}

TODO: Do something useful (WebTeam) (User:Grégoire)


{{todo|Do something useful
 | team = WebTeam
 | assignedTo = Grégoire
 | done = ✔
 }}

TODO: Do something useful (WebTeam) (User:Grégoire)