Template:To do/doc: Difference between revisions
Appearance
No edit summary |
|||
| Line 4: | Line 4: | ||
<!-- Abstract usage of the template --> | <!-- Abstract usage of the template --> | ||
* {{tlx|To do}} – the normal, default to do list | * {{tlx|To do}} – the normal, default to do list | ||
* {{tlx|To do|inner{{=}}Blah Blah Blah}} – uses the contents of 'inner' as the to do list | * {{tlx|To do|inner{{=}}Blah Blah Blah}} – uses the contents of 'inner' as the to do list | ||
* {{tlx|To do|list{{=}}./TODO}} – uses the subpage <code>./TODO</code> as the to do list, instead of subpage <code>./to do</code> | * {{tlx|To do|list{{=}}./TODO}} – uses the subpage <code>./TODO</code> as the to do list, instead of subpage <code>./to do</code> | ||
| Line 16: | Line 15: | ||
<pre> | <pre> | ||
{{To do | {{To do | ||
|for= | |for= | ||
|inner= | |inner= | ||
|list= | |list= | ||
|nocats= | |nocats= | ||
|small= | |small= | ||
|target= | |target= | ||
| Line 46: | Line 43: | ||
* {{tlx|To do|small{{=}}yes}} | * {{tlx|To do|small{{=}}yes}} | ||
{{To do|nocats=yes|small=yes}} | {{To do|nocats=yes|small=yes}} | ||
{{-}} | {{-}} | ||
Revision as of 11:33, 15 July 2014
This template adds a to do list for a page. If you place this template, for example, on Movie sets, then type in the to do items on a Talk:Movie sets/to do page, then this template will automatically display them.
Usage
- {{To do}} – the normal, default to do list
- {{To do|inner=Blah Blah Blah}} – uses the contents of 'inner' as the to do list
- {{To do|list=./TODO}} – uses the subpage
./TODOas the to do list, instead of subpage./to do - {{To do|nocats=yes}} – doesn't include categories
- {{To do|small=yes}} – formats the to do list as the 'small' version
- {{To do|target=Foo}} – uses the to do list of page
Fooinstead- Use the
|targetparameter for accessing another article's to do list.
- Use the
Parameters
General parameters:
{{To do
|for=
|inner=
|list=
|nocats=
|small=
|target=
}}
Parameters for use as a meta-template:
{{To do
...
|above=
|below=
|category=
|image=
|inner=
|smallfor= (if the |for= parameter should be displayed when small)
}}
Examples
- {{To do}}
|
To-do list is empty: remove {{to do}} tag or click on edit to add an item. | |
- {{To do|small=yes}}
|
To-do list is empty: remove {{to do}} tag or click on edit to add an item. | |
- {{To do|inner=
* To Prepare this page for update.
* Update screen shots.
}}
| |
- {{To do|list=./to do2}}
|
To-do list is empty: remove {{to do}} tag or click on edit to add an item. | |
- {{To do|target=Movie sets}}
|
To-do list is empty: remove {{to do}} tag or click on edit to add an item. | |