Template:Todo: Difference between revisions
Appearance
add template data (commented out) |
uncomment template data |
||
Line 1: | Line 1: | ||
<templatedata> | |||
{ | { | ||
"description": "Places a TODO box, indicating something that needs to be done still", | "description": "Places a TODO box, indicating something that needs to be done still", | ||
Line 10: | Line 10: | ||
} | } | ||
} | } | ||
</templatedata | </templatedata> | ||
<noinclude>prefix text</noinclude><span class="cdx-message2 cdx-message--block" style="background-color: var(--background-color-base);border-color: var(--background-color-inverted);color: var(--color-base);border-style: solid;padding: 0px 2px;border-width: 1px;margin-left: 3px;margin-right: 3px;">'''TODO:''' {{{1|TODO MESSAGE}}}</span></span><noinclude>suffix text</noinclude> | <noinclude>prefix text</noinclude><span class="cdx-message2 cdx-message--block" style="background-color: var(--background-color-base);border-color: var(--background-color-inverted);color: var(--color-base);border-style: solid;padding: 0px 2px;border-width: 1px;margin-left: 3px;margin-right: 3px;">'''TODO:''' {{{1|TODO MESSAGE}}}</span></span><noinclude>suffix text</noinclude> |
Revision as of 22:41, 3 September 2025
Places a TODO box, indicating something that needs to be done still
Parameter | Description | Type | Status | |
---|---|---|---|---|
TODO message | 1 | Message describing what is left to be done | String | optional |
prefix text
suffix text