Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SkillQueue: Difference between revisions

Template page
No edit summary
Fix color problem.
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="toccolours mw-collapsible mw-collapsed" style="width:{{{width|600px}}};">
<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="white-space: {{{space|pre-wrap}}}; border:none;"><!--
  | 5
-->{{#if:{{{1|}}}|{{!}}{{{1}}}|}}<!--
  | 6 = <h{{{hdr}}}><span style="font-size: 1.2em; font-weight: bold;">{{{name}}}</span></h{{{hdr}}}>
--></pre>
  }}
</div>
}}
{{#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 III</noinclude>}}</pre>
</div>
</div>
</div>
<noinclude>
<noinclude>{{documentation}}</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>