Template:Collapse: Difference between revisions
From Space Station 14 Wiki
No edit summary |
(cat) |
||
Line 13: | Line 13: | ||
[[Category:Markup templates]] | [[Category:Markup templates]] | ||
[[Category:Templates using template styles]] | |||
<templatedata> | <templatedata> | ||
{ | { |
Revision as of 07:31, 25 June 2024
- As a separate string of text
{{Collapse|text inside!!}}
:
- Inside a string of text
Lorem ipsum {{Collapse|text inside!!}} dolor sit amet
:
A template for creating collapsible blocks.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | 1 | Content inside the box. | String | required |
Is collapsed by default? | collapsed | no description
| Boolean | suggested |
Any custom styling | style | no description
| String | suggested |
Button float | button float | Placement for the "Expand/Collapse" button using float.
| String | suggested |