Template:Todo type

From Cosmoteer Wiki
Jump to navigation Jump to search


Template documentation
View or edit this documentation. (About template documentation)
CalloutIconNote.pngNote
Portions of the template sample may not be visible without values provided.

Usage

  • {{todo type|feature}} → 💡 Feature
  • {{todo type|content}} → 📑 Content
  • {{todo type|improvement}} → ⬆️ Improvement
  • {{todo type|bug}} → 🐞 Bug

Wrapping

Label doesn't wrap without the icon:

⬆️ Improvement

Errors

Unknown type

  • {{todo type|some type that is not defined}} → error: unknown todo type: "some type that is not defined"


Generates a todo type label. The label doesn't wrap without the icon.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Type1

Todo type. Lowercase value are allowed.

Suggested values
Feature Content Improvement Bug
Stringrequired