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
No edit summary
Line 5: Line 5:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; border:none;"><!--
<pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; border:none;"><!--
-->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!--
-->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Skill I
Skill II
Skill III</noinclude>}}<!--
-->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!--
-->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!--
-->{{#if:{{{3|}}}|{{!}}{{{3}}}|}}<!--
-->{{#if:{{{3|}}}|{{!}}{{{3}}}|}}<!--
Line 28: Line 30:
</div>
</div>
</div>
</div>
<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=width
|desc=A description of the fit
|Skill I
Skill II
Skill III
}}
</pre>
{{SkillQueue
|name=Fit Name
|width=width
|desc=A description of the fit
|Skill I
Skill II
Skill III
}}
</noinclude>