Template:Wrapper: Difference between revisions
Appearance
Created page with "<includeonly> {| class="mw-collapsible mw-collapsed" width="100%" data-expandtext="{{{expandtext|Expand}}}" data-collapsetext="{{{collapsetext|Collapse}}}" |- ! colspan="2" style="text-align:left;" | {{{title|Collapsible Section}}} |- | colspan="2" | {{{content|Put your content here.}}} |} </includeonly> <noinclude> <templatedata> { "description": "Creates a collapsible table block using MediaWiki's built-in mw-collapsible system.", "params": { "title": { "label":..." |
(No difference)
|
Latest revision as of 17:07, 22 August 2025
Creates a collapsible table block using MediaWiki's built-in mw-collapsible system.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | The header text displayed in the collapsible bar. | String | required |
Content | content | The content shown inside the collapsible area. | Content | required |
Expand text | expandtext | The label shown on the expand button/link.
| String | optional |
Collapse text | collapsetext | The label shown on the collapse button/link.
| String | optional |