(no more newlines) |
(remove default value) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{{label|{{{1|}}}}}}</div></div></includeonly><noinclude> | ||
Used to hide | Used to hide content behind a collapsible section. Pair with {{t|CollapseStart}}. | ||
Using {{t|SpoilerSectionEnd}} simply transcludes this template with the default label <code>''Spoilers end here.''</code> | |||
==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.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
} | |||
}</templatedata> | |||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 16:50, 21 August 2024
Used to hide content behind a collapsible section. Pair with {{CollapseStart}}.
Using {{SpoilerSectionEnd}} simply transcludes this template with the default label Spoilers end here.
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 |