Jump to content

Template:SpoilerBoxContent: Difference between revisions

From Wiki - Scioly.org
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Organization Templates]]
[[Category:Organization Templates]]


{{TemplateDocStart}}
This template, and the related templates [[:Template:SpoilerBoxContent]] and [[:Template:SpoilerBoxEnd]], can be used to hide some parts of the page within a collapsible spoiler box.


Example usage:<br>
Example usage:<br>
<nowiki>{{SpoilerBoxBegin}}Header</nowiki><br>
:<nowiki>{{SpoilerBoxBegin}}Header</nowiki><br>
<nowiki>{{SpoilerBoxContent}}</nowiki><br>
:<nowiki>{{SpoilerBoxContent}}</nowiki><br>
Content<br>
:Content<br>
<nowiki>{{SpoilerBoxEnd}}</nowiki><br>
:<nowiki>{{SpoilerBoxEnd}}</nowiki><br>
</div>
</noinclude>
</noinclude>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">

Revision as of 16:15, 30 August 2017


Template:SpoilerBoxContent - Documentation

This template, and the related templates Template:SpoilerBoxContent and Template:SpoilerBoxEnd, can be used to hide some parts of the page within a collapsible spoiler box.

Example usage:

{{SpoilerBoxBegin}}Header
{{SpoilerBoxContent}}
Content
{{SpoilerBoxEnd}}