More actions
Moved documentation to Template:SkillQueue/doc |
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. |
||
| Line 1: | Line 1: | ||
<div class="toccolours mw-collapsible mw-collapsed" style="width:{{{width| | <div class="toccolours mw-collapsible mw-collapsed" style="width: {{#if:{{{width|}}}|{{{width}}}|35em}};"> | ||
{{#if:{{{name|}}}|<h3>{{{name}}}</h3>}}{{#if:{{{desc|}}}| | {{#if:{{{name|}}}|{{#switch: {{{hdr}}} | ||
{{{desc}}}}} | |#default = <h3>{{{name}}}</h3> | ||
''Expand this box to view a [[ | | 0 = <span style="font-size: 1.2em; font-weight: bold; color: white;">{{{name}}}</span><br> | ||
<div class="mw-collapsible-content"> | | 4 | ||
<pre<includeonly></includeonly> style=" | | 5 | ||
-->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Skill I | | 6 = <h{{{hdr}}}><span style="font-size: 1.2em; font-weight: bold;">{{{name}}}</span></h{{{hdr}}}> | ||
}} | |||
}} | |||
{{#if:{{{desc|}}}|{{{desc}}}<br>}} | |||
''Expand this box to view a [[Skill Queue|Skill queue]] to use in-game'' | |||
<div class="mw-collapsible-content"> | |||
<pre<includeonly></includeonly> style="border:none;"><!-- | |||
-->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Skill I | |||
Skill II | Skill II | ||
Skill III</noinclude>}}< | Skill III</noinclude>}}</pre> | ||
</div> | |||
</div> | </div> | ||
<noinclude>{{documentation}}</noinclude> | |||
<noinclude> | |||
{{documentation}} | |||
</noinclude> | |||