Template:Todo
This template employs intricate features of template syntax. You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here. |
This template adds a todo list to a talk page. It categorizes it to Category:Wikipedia pages with to-do lists. Pages are not categorized by priority on this wiki.
Usage
{{todo}}
gives a normal todo list{{todo|N}}
where N is a number from 1 to 9 to define its priority{{todo|small=yes}}
formats the todo list small{{todo|nocats=yes}}
don't include categories{{todo|nopreload=yes}}
don't include preloaded text{{todo|list=./TODO}}
use the subpage ./TODO as todo list instead of subpage ./to do{{todo|target=Foo}}
use the todo list of page Foo instead
Use the target
parameter for accessing another article's to-do list, e.g. from a WikiProject page (can be seen in action at WP:TBA).
Example
Code | Result |
{{todo}}
|
|
{{todo|9}}
|
|
{{todo|small=yes}}
|
|
{{todo|small=yes|9}}
|
|
{{todo|list=./to do2}}
|
|
{{todo|target=Talk:Britney Spears|1}}
|
The above documentation is transcluded from Template:Todo/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |