More actions
m Rewrite. Remove unused and undocumented parameters. Add hdr parameter. Change width test to avoid non or invalid setting to lead to the box using all available space. Change default width. |
Fix color problem. |
||
| Line 1: | Line 1: | ||
<div class=" | <div class="mw-collapsible mw-collapsed" style="width: {{#if:{{{width|}}}|{{{width}}}|35em}};"> | ||
{{#if:{{{name|}}}|{{#switch: {{{hdr}}} | {{#if:{{{name|}}}|{{#switch: {{{hdr}}} | ||
|#default = <h3>{{{name}}}</h3> | | #default = <h3>{{{name}}}</h3> | ||
| 0 = <span style="font-size: 1.2em; font-weight: bold; color: | | 0 = <span style="font-size: 1.2em; font-weight: bold; color: var(--color-base);">{{{name}}}</span><br> | ||
| 4 | | 4 | ||
| 5 | | 5 | ||