More actions
Undo revision 93367 by Mattikus pathfinder (talk) |
Fix color problem. |
||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<div class=" | <div class="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 [[Skill queue]] to use in-game'' | | 0 = <span style="font-size: 1.2em; font-weight: bold; color: var(--color-base);">{{{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> | |||
{{ | |||
}} | |||
</noinclude> | |||