Psuvillager (talk | contribs) m (Formatting) |
Psuvillager (talk | contribs) (Cleanup) |
||
Line 27: | Line 27: | ||
</noinclude> |
</noinclude> |
||
<includeonly> |
|||
<div class="mw-collapsible"> |
<div class="mw-collapsible"> |
||
<span mw-collapsible-toggle-placeholder></span> |
<span mw-collapsible-toggle-placeholder></span> |
||
{{{2}}} |
|||
<div class="mw-collapsible-content"> |
<div class="mw-collapsible-content"> |
||
{{{1}}} |
|||
</div> |
</div> |
||
</div> |
</div> |
||
</includeonly> |
Latest revision as of 02:41, 18 January 2025
This template makes a collapsible section with basic formatting, including an optional title. It:
- Leaves the title (if any) visible when the content is collapsed
- Uses the "mw-collapsible" components explicitly to keep the toggle button from drifting into any subsequent text (mw-collapsible-toggle-placeholder and particularly mw-collapsible-content.)
Write: {{Collapsible Section|my content|my title}}
to get:
(borders for demo only)
my title
my content
When this description was last updated, the markup looked like this:
<div class="mw-collapsible">
<span mw-collapsible-toggle-placeholder></span>
{{{2}}}
<div class="mw-collapsible-content">{{{1}}}</div>
</div>