Template:Collapse

From EvaWiki
Revision as of 00:39, 28 April 2013 by ObsessiveMathsFreak (talk | contribs) (Created page with "<includeonly><div class="mw-collapsible {{#if:{{{show|}}}| |mw-collapsed}}>{{{content|}}}</div></includeonly><noinclude> A template for optionally displaying content, or for ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


A template for optionally displaying content, or for optionally hinding it at users request

Usage

{{Collapse
|content=
|show   =
}}

Examples

{{Collapse
|content=Lots of text which we may not want to show by default
|show   =
}}


Lots of text which we may not want to show by default


{{Collapse
|content=Lots of text which people may want to dismiss for whatever reason
|show   = yes
}}
Lots of text which people may want to dismiss for whatever reason