Template:CollapsibleSection

From Fallen London Wiki

{{{Content}}}


Template documentation (for the above template, sometimes hidden or invisible)

Example without title:

{{CollapsibleSection|Content = This is some content}}

This is some content



Example with title, collapsed by default:

{{CollapsibleSection|Title = Section title|Content = This is some content|collapsed = yes}}

Section title

This is some content


You can also add a heading level via |level = <number>. Valid values are 1, 2 (default), 3, 4, 5 and 6.

It may be easier to create content visually outside the template before copying it into the Content field.

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
ContentContent

Content of the collapsible

Contentrequired
TitleTitle

Title of the section

Contentoptional
Collapsedcollapsed

if non-empty, section will be collapsed per default

Example
any non-empty string
Stringoptional
Heading levellevel

This number is interpreted directly to make a <h2>, <h3>, etc tag.

Default
2
Example
1, 2, 3, 4, 5, 6
Numberoptional