×
Create a new article
Write your page title here:
We currently have 2,862 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,862Articles

Template:CollapseEnd: Difference between revisions

(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 spoiler content behind a collapsible section. Pair with [[Template:SpoilerSectionStart|SpoilerSectionStart]].
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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
labellabel 1

The text to append at the end, at the location this template is placed.

Default
''Spoilers end here.''
Contentsuggested