Template:Collapsible: Difference between revisions

Template page
(Created page with "<div class="mw-collapsible"> {{{1}}} </div>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="mw-collapsible">
<div class="mw-collapsible" style="width:100%">
{{{1}}}
{{{title|}}}
<div class="mw-collapsible-content">{{{content|}}}</div>
</div>
</div>
<noinclude>
A section of content that can be collapsed by the reader. Useful for large lists that you want to show by default. If you want to have the list closed by default, use [[Template:Collapsed]] instead.
</noinclude>

Latest revision as of 12:20, 17 June 2024

A section of content that can be collapsed by the reader. Useful for large lists that you want to show by default. If you want to have the list closed by default, use Template:Collapsed instead.