Jump to content

Template:SpoilerBoxBegin: Difference between revisions

From Wiki - Scioly.org
No edit summary
No edit summary
Line 4: Line 4:


{{TemplateDocStart}}
{{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>
</div>
</noinclude>
</noinclude>

Revision as of 16:14, 30 August 2017


Template:SpoilerBoxBegin - 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}}