Template:Collapse

From EvaWiki
Revision as of 00:41, 28 April 2013 by ObsessiveMathsFreak (talk | contribs)
(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. Beware, takes with of whatever object it is embedded in.

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