(no more newlines) |
(allow to choose ending label + add templatedata) |
||
Line 1: | Line 1: | ||
<includeonly>''Spoilers end here.''</div></div></includeonly><noinclude> | <includeonly>{{{label|{{{1|''Spoilers end here.''}}}}}}</div></div></includeonly><noinclude> | ||
Used to hide | Used to hide content behind a collapsible section. Pair with {{t|CollapseStart}}. | ||
==Parameters== | |||
<templatedata> | |||
{ | |||
"description": "End of a collapsible section.", | |||
"format": "block", | |||
"params": { | |||
"label": { | |||
"label": "label", | |||
"aliases": ["1"], | |||
"description": "The text to append at the end, at the location this template is placed.", | |||
"default": "''Spoilers end here.''", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
} | |||
}</templatedata> | |||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> |
Revision as of 07:43, 17 August 2024
Used to hide content behind a collapsible section. Pair with {{CollapseStart}}.
Parameters
End of a collapsible section.
Parameter | Description | Type | Status | |
---|---|---|---|---|
label | label 1 | The text to append at the end, at the location this template is placed.
| Content | suggested |