Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
This is the "Todo" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Todo | |||
|Start date= | |||
|End date= | |||
|Due date= | |||
|Lead= | |||
|Participants= | |||
|Place= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly> | |||
{| class="wikitable" | |||
! Start date | |||
| [[Start date::{{{Start date|}}}]] | |||
|- | |||
! End date | |||
| [[End date::{{{End date|}}}]] | |||
|- | |||
! Due date | |||
| [[Due date::{{{Due date|}}}]] | |||
|- | |||
! Lead | |||
| [[Lead::{{{Lead|}}}]] | |||
|- | |||
! Participants | |||
| {{#arraymap:{{{Participants|}}}|,|x|[[Participants::x]]}} | |||
|- | |||
! Place | |||
| [[Place::{{{Place|}}}]] | |||
|} | |||
[[Category:Todo]] | |||
</includeonly> | |||
Revision as of 14:12, 21 May 2006
This is the "Todo" template. It should be called in the following format:
{{Todo |Start date= |End date= |Due date= |Lead= |Participants= |Place= }}
Edit the page to see the template text.