Template:Todo: Difference between revisions
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/ | <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--> | ||
< | </translate> | ||
<pre> | |||
<nowiki>{{Todo|The described action to modify the wiki should be done later on.}}</nowiki> | |||
</pre> | |||
<translate> | |||
== Example == | == Example == <!--T:3--> | ||
{{Todo| | </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}} | |||
[[Category:Templates{{#translation:}}]] | |||
</noinclude><includeonly><div class="template-box template-box-todo"><translate><!--T:6--> '''TODO:'''</translate> {{{1}}}</div></includeonly><noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
[[Category:Templates]] | "1": { | ||
</noinclude><includeonly><div class="template-box template-box-todo">< | "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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The text to display.
| String | required |