Template:Todo

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Documentation for Template:Todo [view] [edit] [history] [purge] (How does this work?)
{{todo|state}}

Displays a todo checkbox. Integrates very nicely with bulleted lists.

Parameters

unnamed parameter 1
State of the todo item. Recognized values are done, cancelled, and pending. Leave unset for the default "to do" state.

Examples

Markup Renders as
* {{todo}} Something to do
* {{todo|done}} Something done
* {{todo|cancelled}} Something we no longer want to do
** Reason it was cancelled might be shown like this.
* {{todo|pending}} Some secret fourth state thing
* Something in the same list that isn't a todo
** {{todo}} Todos in sublists also work fine
A {{todo}} todo checkbox not in a list item - they work elsewhere too
  • Something to do
  • 🗹 Something done
  • Something we no longer want to do
    • Reason it was cancelled might be shown like this.
  • Some secret fourth state thing
  • Something in the same list that isn't a todo
    • Todos in sublists also work fine

A todo checkbox not in a list item - they work elsewhere too