Jump to content

Template:Wrapper

From Consumer Rights Wiki
Revision as of 17:07, 22 August 2025 by Fen (talk | contribs) (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":...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Creates a collapsible table block using MediaWiki's built-in mw-collapsible system.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The header text displayed in the collapsible bar.

Stringrequired
Contentcontent

The content shown inside the collapsible area.

Contentrequired
Expand textexpandtext

The label shown on the expand button/link.

Default
Expand
Stringoptional
Collapse textcollapsetext

The label shown on the collapse button/link.

Default
Collapse
Stringoptional