(testing) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#if:{{{text|}}}| | |||
<div class="mw-collapsible" style="width:400px; overflow:auto;"> | <div class="mw-collapsible" style="width:400px; overflow:auto;"> | ||
{{#if:{{{title|}}}|<div style="font-weight:bold;line-height:1.6;">{{{Title}}}</div>||}} | {{#if:{{{title|}}}|<div style="font-weight:bold;line-height:1.6;">{{{Title}}}</div>||}} | ||
| Line 5: | Line 6: | ||
</div> | </div> | ||
</div> | </div> | ||
|}} | |||
<noinclude> | <noinclude> | ||
Revision as of 05:46, 6 December 2021
Usage
{{Collapsible
| bg_color =
| title =
| text =
}}
Text is required, title is optional. bg_color isn't implemented yet