Template:ToDo

From WikiCorporates
Jump to navigation Jump to search
ToDo: {{{1}}}

[edit] Documentation

Simple template so we can track down stuff that needs doing.
Has two optional parameters: hide and span.

Examples

{{ToDo|Some note here to remind us to do this thing.}}

Gives:
ToDo: Some note here to remind us to do this thing.

With the span param set:
{{ToDo|span=1|Some note here to remind us to do this thing.}}
Gives: ToDo: Some note here to remind us to do this thing.

With the hide param set to true:
{{ToDo|hide=1|Some note here to remind us to do this thing.}}

Gives:
ToDo †Some note here to remind us to do this thing.