Template:Todo: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user 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> | |||
[[Category:Templates]] | |||
</noinclude><includeonly><div class="template-box template-box-todo">< | |||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 26: | Line 31: | ||
"label": "Text", | "label": "Text", | ||
"description": "The text to display.", | "description": "The text to display.", | ||
"example": " | "example": "The described action to modify the wiki should be done later on.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "A \"todo\" box used to emphasize the lack of information and the need/ | "description": "A \"todo\" box used to emphasize the lack of information and the need/reminder to work on a section.", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </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 |