Template:Todo: Difference between revisions
From Against the Storm Official Wiki
m (added categories) |
m (updated category names) |
||
Line 28: | Line 28: | ||
|} | |} | ||
[[Category: | [[Category:Table templates]] | ||
[[Category: | [[Category:Reserved templates]]</noinclude> |
Latest revision as of 04:08, 7 October 2024
Adds a table row for a new todo item to an existing table.
Parameters
The three parameters are all unnamed and optional.
Parameter | Type | Description |
---|---|---|
first parameter | string | The description of what needs to be done. |
second parameter | string | The status, for example, done or not started. |
third parameter | string | To whom it is assigned. You can, but do not have to, link your user page, like this: [[User:Yourname]]
|
Examples
When a table already exists, add a new table row with the following:
{{Todo|Write the documentation for the Todo template|done|Viceroy}}
Creates a new row, inside an existing wikitable:
Write the documentation for the Todo template | done | Viceroy |