Difference between revisions of "Template:Todolist"

From FSCONS wiki
Jump to navigation Jump to search
(Created page with "<includeonly> {{#ask: task defined in::+ has status::todo {{#if:{{{team|}}}|Has team::WebTeam|}} |?Has task=Task |?Has team=Team |format=broadtable |limit=20 |mainlab...")
 
Line 1: Line 1:
 +
<noinclude>
 +
This templates insert a automatic todo list in the page. The todolist can be customized for a particular team if needed.
 +
 +
== usage ==
 +
 +
=== insert the full todo list ===
 +
<nowiki>
 +
{{todolist}}
 +
</nowiki>
 +
 +
=== Insert a team's todolist ===
 +
<nowiki>
 +
{{todolist| team=TeamName }}
 +
</nowiki>
 +
 +
 +
</noinclude>
 
<includeonly>
 
<includeonly>
 
{{#ask: [[task defined in::+]] [[has status::todo]] {{#if:{{{team|}}}|[[Has team::WebTeam]]|}}
 
{{#ask: [[task defined in::+]] [[has status::todo]] {{#if:{{{team|}}}|[[Has team::WebTeam]]|}}

Revision as of 22:12, 8 June 2011

This templates insert a automatic todo list in the page. The todolist can be customized for a particular team if needed.

usage

insert the full todo list

{{todolist}}

Insert a team's todolist

{{todolist| team=TeamName }}