Main Page: Difference between revisions
no edit summary
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> |