Template:Todo: Difference between revisions

From DDraceNetwork
m (sort alphabetical)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
A "todo" box used to emphasize the lack of information and the need/remainder to work on a section.
<languages/>
<translate>
<!--T:1-->
A "todo" box used to emphasize the lack of information and the need/reminder to work on a section.


== Usage ==
== Usage == <!--T:2-->


<code><nowiki>{{Todo|This text is a todo.}}</nowiki></code>
</translate>
<pre>
<nowiki>{{Todo|The described action to modify the wiki should be done later on.}}</nowiki>
</pre>
<translate>


== Example ==
== Example == <!--T:3-->


{{Todo|Explain how a switch ON works.}}
</translate>
{{Todo|<translate><!--T:4--> The described action to modify the wiki should be done later on.</translate>}}
<translate>


== See also ==
== See also == <!--T:5-->
</translate>
{{Template:NotifyBoxesList}}


* [[Template:Note]]
[[Category:Templates{{#translation:}}]]
* [[Template:Tip]]
</noinclude><includeonly><div class="template-box template-box-todo"><translate><!--T:6--> '''TODO:'''</translate> {{{1}}}</div></includeonly><noinclude>
* [[Template:Todo]]
<templatedata>
* [[Template:Warning]]
{
 
"params": {
[[Category:Templates]]
"1": {
</noinclude><includeonly><div class="template-box template-box-todo"><strong>TODO:</strong> {{{1}}}</div></includeonly>
"label": "Text",
"description": "The text to display.",
"example": "The described action to modify the wiki should be done later on.",
"type": "string",
"required": true
}
},
"description": "A \"todo\" box used to emphasize the lack of information and the need/reminder to work on a section.",
"format": "inline"
}
</templatedata>
</noinclude>

Latest revision as of 23:32, 3 March 2023

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

Usage

{{Todo|The described action to modify the wiki should be done later on.}}

Example

TODO: The described action to modify the wiki should be done later on.

See also

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

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

The text to display.

Example
The described action to modify the wiki should be done later on.
Stringrequired