Template:Collapsible: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div class="toccolours mw-collapsible" style="width:400px; overflow:auto;"> <div style="font-weight:bold;line-height:1.6;">{{{1}}}</div> <div class="mw-collapsible-content"> {...") |
m (Headquarter8302 moved page User:Headquarter8302/Template:Collapsible to Template:Collapsible: perfected) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="toccolours mw-collapsible" style=" | <div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;"> | ||
<div style="font-weight:bold;line-height:1.6;">{{{1}}}</div> | <div style="font-weight:bold;line-height:1.6;">{{{1}}}</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content mw-collapsed"> | ||
{{{ | {{{2}}} | ||
</div></div><noinclude>{{Template doc}} | </div></div><noinclude>{{Template doc}} | ||
</noinclude> | </noinclude> |
Latest revision as of 02:08, 31 August 2020
{{{1}}}
{{{2}}}
Note: portions of the template sample may not be visible without values provided. This is normal.
Documentation for Collapsible
This template is used to make collapsible text
Example
You type in
{{Collapsible|Lorem|Ipsum}}
You got
Lorem
Ipsum
You type in
{{Collapsible|Dolor|Sit}}
You got
Dolor
Sit
- This documentation is transcluded from Template:Collapsible/doc.