Template:CollapseBox/doc

From EVE University Wiki
< Template:CollapseBox
Revision as of 10:01, 27 August 2022 by Evon R'al (talk | contribs) (Add dependency. Add missing parameter. Add parameter descriptions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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.
Description
This template creates a green, expandable box that displays only a title when collapsed, and both title and text when expanded. It is collapsed by default.
Dependencies
Uses
Classes collapsible and collapsed
Syntax
{{CollapseBox|<title>|<text>|<width=>}}
Parameters
title
The title of the box. This is always visible.
text
Contents of the box, only visible when expanded.
width=
The width of the box, preferably in %. Default value is 30%. (Optional)
Sample
{{CollapseBox|New title|Text to be shown or hidden.}}

Gives...


{{CollapseBox|New title|Text to be shown or hidden.|width=70%}}

Gives...