|
|
| (10 intermediate revisions by 3 users not shown) |
| Line 1: |
Line 1: |
| <includeonly>
| | <div class="mw-collapsible mw-collapsed" style="width: {{#if:{{{width|}}}|{{{width}}}|35em}};"> |
| <div class="toccolours mw-collapsible mw-collapsed" style="width:{{{width|600px}}};"> | | {{#if:{{{name|}}}|{{#switch: {{{hdr}}} |
| {{#if:{{{name|}}}|<h3>{{{name}}}</h3>}}{{#if:{{{desc|}}}| | | | #default = <h3>{{{name}}}</h3> |
| {{{desc}}}}}
| | | 0 = <span style="font-size: 1.2em; font-weight: bold; color: var(--color-base);">{{{name}}}</span><br> |
| ''Expand this box to view a [[Skill queue]] to use in-game''
| | | 4 |
| <div class="mw-collapsible-content">
| | | 5 |
| <pre style="white-space: {{{space|pre-wrap}}}; border:none;"><!--
| | | 6 = <h{{{hdr}}}><span style="font-size: 1.2em; font-weight: bold;">{{{name}}}</span></h{{{hdr}}}> |
| -->{{#if:{{{1|}}}|{{!}}{{{1}}}|}}<!--
| | }} |
| -->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!--
| | }} |
| -->{{#if:{{{3|}}}|{{!}}{{{3}}}|}}<!--
| | {{#if:{{{desc|}}}|{{{desc}}}<br>}} |
| -->{{#if:{{{4|}}}|{{!}}{{{4}}}|}}<!--
| | ''Expand this box to view a [[Skill Queue|Skill queue]] to use in-game'' |
| -->{{#if:{{{5|}}}|{{!}}{{{5}}}|}}<!--
| | <div class="mw-collapsible-content"> |
| -->{{#if:{{{6|}}}|{{!}}{{{6}}}|}}<!--
| | <pre<includeonly></includeonly> style="border:none;"><!-- |
| -->{{#if:{{{7|}}}|{{!}}{{{7}}}|}}<!--
| | -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Skill I |
| -->{{#if:{{{8|}}}|{{!}}{{{8}}}|}}<!--
| | Skill II |
| -->{{#if:{{{9|}}}|{{!}}{{{9}}}|}}<!--
| | Skill III</noinclude>}}</pre> |
| -->{{#if:{{{10|}}}|{{!}}{{{10}}}|}}<!-- | | </div> |
| -->{{#if:{{{11|}}}|{{!}}{{{11}}}|}}<!--
| |
| -->{{#if:{{{12|}}}|{{!}}{{{12}}}|}}<!--
| |
| -->{{#if:{{{13|}}}|{{!}}{{{13}}}|}}<!--
| |
| -->{{#if:{{{14|}}}|{{!}}{{{14}}}|}}<!-- | |
| -->{{#if:{{{15|}}}|{{!}}{{{15}}}|}}<!--
| |
| -->{{#if:{{{16|}}}|{{!}}{{{16}}}|}}<!--
| |
| -->{{#if:{{{17|}}}|{{!}}{{{17}}}|}}<!-- | |
| -->{{#if:{{{18|}}}|{{!}}{{{18}}}|}}<!--
| |
| -->{{#if:{{{19|}}}|{{!}}{{{19}}}|}}<!--
| |
| -->{{#if:{{{20|}}}|{{!}}{{{20}}}|}}<!--
| |
| --></pre>
| |
| </div> | |
| </div> | | </div> |
| </includeonly>
| | <noinclude>{{documentation}}</noinclude> |
| <noinclude> | |
| | |
| ----
| |
| | |
| <h2>Usage</h2>
| |
| The following shows an example using the template. ''name'',''width'' and ''desc'' are optional. A default width of 600px is used.
| |
| <pre>
| |
| {{SkillQueue
| |
| |name=Fit Name
| |
| |width=400px
| |
| |desc=A description of the fit
| |
| |Skill I
| |
| Skill II
| |
| Skill III
| |
| }}
| |
| </pre>
| |
| {{SkillQueue | |
| |name=Fit Name
| |
| |width=400px
| |
| |desc=A description of the fit
| |
| |Skill I
| |
| Skill II
| |
| Skill III
| |
| }} | |
| </noinclude> | |