Difference between revisions of "Template:Collapsible"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable mw-collapsible mw-collapsed" style="width:{{{width|600}}}px;" ! style="text-align:left;" | {{{1}}} |- | {{{2}}} |}<noinclude> <templatedata> { "params": {...") |
Dfirestorm (talk | contribs) m |
||
| Line 3: | Line 3: | ||
|- | |- | ||
| {{{2}}} | | {{{2}}} | ||
| − | |}<noinclude> | + | |} |
| + | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Latest revision as of 16:20, 23 August 2023
| {{{1}}} |
|---|
| {{{2}}} |
Shows a collapsible box with a header and an expand / collapse link
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | 1 | Header text to display when both collapsed and expanded | String | required |
| Content | 2 | Content to show only when expanded | String | required |
| Width | width | Width of the collapsible box
| Number | optional |