Template:Collapsible section
Jump to navigation
Jump to search
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 toyesto 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.