Template:Todo: Difference between revisions

From Mainlining Wiki
Jump to navigation Jump to search
Knuxify (talk | contribs)
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:Todo Items}}</includeonly><!-- --><noinclude> <templatedata> { "params": { "1": { "label": "Text",..."
 
Knuxify (talk | contribs)
No edit summary
 
Line 9: Line 9:
}}<!--
}}<!--
Category:
Category:
-->{{#if: {{{nocategory|}}}||[[Category:Todo Items]]}}</includeonly><!--
-->{{#if: {{{nocategory|}}}||[[Category:To-do items]]}}</includeonly><!--


--><noinclude>
--><noinclude>

Latest revision as of 20:58, 27 February 2025

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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

Text to place in the box

Unbalanced wikitextrequired
No categorynocategory

If true/yes, do not add this page to the "To-do items" category.

Booleanoptional

Example

{{todo|This is '''yet to be done'''.}}
TODO TODO: This is yet to be done.