Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Collapsible section

Template page
Revision as of 04:12, 16 July 2026 by Aurelian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

About this template

edit

Creates a reusable collapsed article section together with its hidden table-of-contents heading. The existing MediaWiki collapsible system controls the top toggle, and an optional bottom control can close longer sections.

Do not change the generated CSS classes or move the content wrapper. The site CSS, Citizen presentation, and shared JavaScript depend on this structure.

Parameters

edit
  • toc - exact text for the hidden level-three TOC heading, including any manual number.
  • title - visible title on the collapsible box.
  • summary - short hint shown while the section is collapsed.
  • content - the section's wikitext content.
  • id - optional exact ID for the outer box.
  • bottom - optional; set to yes to add the existing bottom Collapse control.
  • bottom class - optional additional class required by a specific bottom control.

Basic example

edit
{{Collapsible section
|toc=5.1. Approved Weapon Brands
|title=Approved Weapon Brands
|summary=Expand this section to view commonly approved weapon brands.
|content=
The following brands are generally accepted, pending safety inspection:

* Example Brand
* Another Brand
}}

amaKeep toc separate from title when the TOC entry contains a manual section number.