Jump to content

Template:To do/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Usage: code fix
reverting myself, was buggy
Line 11: Line 11:
:{{tlx|todo|list=./TODO}} use the subpage ''./TODO'' as todo list instead of subpage ''./to do''
:{{tlx|todo|list=./TODO}} use the subpage ''./TODO'' as todo list instead of subpage ''./to do''
:{{tlx|todo|target=Foo}} use the todo list of page ''Foo'' instead
:{{tlx|todo|target=Foo}} use the todo list of page ''Foo'' instead
:{{tlx|todo|hidable=yes}} make the todo list collapsible, but expanded by default
:{{tlx|todo|hidden=yes}} make the todo list collapsible, and ''collapsed'' by default


Use the <code>target</code> parameter for accessing another article's to-do list, e.g. from a [[Wikipedia:WikiProject|WikiProject]] page (can be seen in action at [[WP:TBA]]).
Use the <code>target</code> parameter for accessing another article's to-do list, e.g. from a [[Wikipedia:WikiProject|WikiProject]] page (can be seen in action at [[WP:TBA]]).

Revision as of 20:30, 5 February 2008

This template adds a todo list to a talk page. It categorizes it to Category:To do, and Category:To do, priority undefined unless priority is defined. If priority is defined, it will be added in appropriate category instead. See Category:To do, by priority for instructions on how to perform prioritization.

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}}