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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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