Template:Todo: Difference between revisions
Appearance
No edit summary |
fix text padding |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<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}}} | <noinclude><templatedata> | ||
{ | |||
"description": "Places a TODO box, indicating something that needs to be done still", | |||
"params": { | |||
"1": { | |||
"label": "TODO message", | |||
"description": "Message describing what is left to be done", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata></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; display: inline-block;line-height: normal;"> | |||
'''TODO:''' {{{1|TODO MESSAGE}}}</span><noinclude>suffix text</noinclude> |
Latest revision as of 22:52, 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