Template:Todo
Jump to navigation
Jump to search
{{todo|state}}
Displays a todo checkbox. Integrates very nicely with bulleted lists.
Parameters
- unnamed parameter 1
- State of the todo item. Recognized values are done, cancelled, and pending. Leave unset for the default "to do" state.
Examples
| Markup | Renders as |
|---|---|
* {{todo}} Something to do
* {{todo|done}} Something done
* {{todo|cancelled}} Something we no longer want to do
** Reason it was cancelled might be shown like this.
* {{todo|pending}} Some secret fourth state thing
* Something in the same list that isn't a todo
** {{todo}} Todos in sublists also work fine
A {{todo}} todo checkbox not in a list item - they work elsewhere too
|
A ☐ todo checkbox not in a list item - they work elsewhere too |