Template:Todo: Difference between revisions

From DDraceNetwork
m (sort alphabetical)
No edit summary
Line 19: Line 19:
[[Category:Templates]]
[[Category:Templates]]
</noinclude><includeonly><div class="template-box template-box-todo"><strong>TODO:</strong> {{{1}}}</div></includeonly>
</noinclude><includeonly><div class="template-box template-box-todo"><strong>TODO:</strong> {{{1}}}</div></includeonly>
<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Text",
"description": "The text to display.",
"example": "Explain how a switch ON works.",
"type": "string",
"required": true
}
},
"description": "A \"todo\" box used to emphasize the lack of information and the need/remainder to work on a section. ",
"format": "inline"
}
</templatedata>
</noinclude>

Revision as of 09:03, 11 February 2023

A "todo" box used to emphasize the lack of information and the need/remainder to work on a section.

Usage

{{Todo|This text is a todo.}}

Example

TODO: Explain how a switch ON works.

See also


A "todo" box used to emphasize the lack of information and the need/remainder to work on a section.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

The text to display.

Example
Explain how a switch ON works.
Stringrequired