Template:Todo: Difference between revisions
Appearance
Created page with "<!-- Dark-mode colors are defined in the template style --><templatestyles src="Todo/style.css"/><!-- --><includeonly>{{Icon box | box-icons = 20px|link=|TODO | box-text = <b>TODO:</b> {{{1}}} | border-color = #b60000 | border-width = 1px | background = #fdd1d1 | class = box-todo }}<!-- Category: -->{{#if: {{{nocategory|}}}||Category:To-do items}}</includeonly><!-- --><noinclude> <templatedata> { "params": { "1": { "label": "Text"..." |
(No difference)
|
Latest revision as of 11:39, 17 August 2025
Page Template:Todo/style.css has no content.
TODO box containing a to-do item. Also adds the page to the "To-do items" category; this behavior can be disabled with the "nocategory" parameter.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Text to place in the box | Unbalanced wikitext | required |
No category | nocategory | If true/yes, do not add this page to the "To-do items" category. | Boolean | optional |
Example
{{todo|This is '''yet to be done'''.}}
Page Template:Todo/style.css has no content.
TODO | TODO: This is yet to be done. |