More actions
(Rules box) |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="template-navplate mw-collapsible mw-collapsed" id="navplate-{{{id|{{{title}}}}}}"> | <div class="template-navplate mw-collapsible mw-collapsed" id="navplate-rules-{{{id|{{{title}}}}}}"> | ||
<div class="template-navplate__header mw-collapsible-toggle"> | <div class="template-navplate__header mw-collapsible-toggle"> | ||
<div class="citizen-ui-icon mw-ui-icon-wikimedia-collapse"></div> | <div class="citizen-ui-icon mw-ui-icon-wikimedia-collapse"></div> | ||
Latest revision as of 07:54, 7 August 2023
This template creates a simple expandable box to display rules, FAQs, and other content details.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The main title to display within the header. | String | suggested |
| Subtitle | subtitle | The smaller text to display above the title in the header. | String | suggested |
| Body | body | The content to display within the body. By default, this content is hidden until toggled. | Content | required |
| ID | id | Specifies an internal ID for this element. Must be unique. This field should only be filled if this template expands or collapses alongside another such template. Actual value does not matter.
| String | optional |