Template:Hidden

From Sea of Thieves Wiki
Jump to navigation Jump to search

Usage

Full syntax

{{Hidden
| expanded=true  <!--(omit for initial hidden state)-->
| style = 
| headerstyle = 
| header = 
| contentstyle = 
| content =

|fw1= |fw2= |bg1= |bg2= |ta1= |ta2=
}}

Parameters

Only two parameters are required for this template:

header
text for header (title); alternative to using unnamed parameter {{{1}}}
content
text for body (content); alternative to using unnamed parameter {{{2}}}

Optional

style
CSS styling for template overall.
headerstyle
CSS styling for title (header).
contentstyle
CSS styling for the hidden content.
expanded
any nonblank value (e.g. expanded = on) will cause the template to be initially expanded by default.
multiline
any nonblank value (e.g. multiline = y) will reduce the line-height of the title and add some padding to avoid overlap with the show/hide button.