Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
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
Ico Checkbox.webp
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
Ico Checkbox.webp
Ico Check 2.webp
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.
Ico Checkbox.webp
Bard page
Ico Checkbox.webp
Ico Check 2.webp
Barbarian page
Ico Checkbox.webp
Ico Check 1.webp
Cleric page