Template:CollapsibleSection/doc
From Fallen London Wiki (Staging)
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | Content | Content of the collapsible | Content | required |
Title | Title | Title of the section | Content | optional |
Collapsed | collapsed | if non-empty, section will be collapsed per default
| String | optional |
Heading level | level | This number is interpreted directly to make a <h2>, <h3>, etc tag.
| Number | optional |