Template documentation
This template is for writing todo notes on maintenance pages.
Usage
Todo notes can be marked as complete (status = complete
), partially complete (status = partial
), or incomplete (default). Notes can be arbitrarily nested in other todo notes.
Examples
Basic usage
Markup{{Todo | status = incomplete | Stuff that needs to be done | * Some stuff * Some other stuff }}Renders as

Stuff that needs to be done
- Some stuff
- Some other stuff
Nested todo items
Markup{{Todo | status = partial | unhide = yes | Update class pages to include new subclass information | Class pages need to be updated to include the new Patch 8 subclasses in the progression sections. {{Todo | Bard page }} {{Todo | Barbarian page | status = partial}} {{Todo | Cleric page | status = complete}} }}Renders as