Template:Collapse: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<span class="mw-customtoggle-{{{Toggle}}}"><h3 style="display:inline;">{{{Name}}}</h3></span>
Collapsable content.
<div class="mw-collapsible mw-collapsed" style="margin-left:50px; margin-top:-25px;  overflow:auto;" id="mw-customcollapsible-{{{Toggle}}}">{{{Text}}}</div>
==Usage==
::<code><nowiki>{{Collapse</nowiki></code><br>
::<code>|name=</code><br>
::<code>|text=</code><br>
::<code>}}</code></code>
 
==Important==
When attempting to use this template with tables, use the [https://www.mediawiki.org/wiki/Help:Magic_words#Other Magic Word] <code><nowiki>{{!}}</nowiki></code> instead of <code><nowiki>|</nowiki></code>.
 
<onlyinclude><span class="mw-customtoggle-{{{name}}}"><h3 style="display:inline;">{{{name}}}</h3></span>
<div class="mw-collapsible mw-collapsed" style="margin-left:50px; margin-top:-25px;  overflow:auto;" id="mw-customcollapsible-{{{name}}}">{{{text}}}</div>


<div style="margin-top:15px;"> </div>
<div style="margin-top:15px;"> </div>
</onlyinclude>

Revision as of 14:00, 8 February 2023

Collapsable content.

Usage

{{Collapse
|name=
|text=
}}

Important

When attempting to use this template with tables, use the Magic Word {{!}} instead of |.

{{{name}}}

{{{text}}}