Difference between revisions of "User:Dio/Loadout"

From Team Fortress Wiki
Jump to: navigation, search
Line 4: Line 4:
 
<div style="font-weight:bolder; margin: .1em auto .2em auto;">
 
<div style="font-weight:bolder; margin: .1em auto .2em auto;">
 
{| <!--class="wikitable" {{{1|}}} -->
 
{| <!--class="wikitable" {{{1|}}} -->
|[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{3|}}}.png|100px|link={{{3|}}}]]
+
|[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{primary}}}.png|100px|link={{{primary}}}]]
<small>[[{{{3|}}}]]</small>
+
<small>[[{{{primary}}}]]</small>
| rowspan="5" | [[File:{{{1|}}}.png|250px|link={{{2|}}}]]
+
| rowspan="5" | [[File:{{{Image}}}.png|250px|link={{{Class}}}]]
[[{{{2|}}}]]<br/>{{icon class|{{{2|}}}}}
+
[[{{{Class}}}]]<br/>{{icon class|{{{Class}}}}}
| |[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{6|}}}.png|100px|link={{{6|}}}]]
+
| |[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{hat}}}.png|100px|link={{{hat}}}]]
<small>[[{{{6|}}}]]</small>
+
<small>[[{{{hat}}}]]</small>
 
|-
 
|-
 
|
 
|
Line 16: Line 16:
 
----
 
----
 
|-
 
|-
|[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{4|}}}.png|100px|link={{{4|}}}]]
+
|[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{secondary}}}.png|100px|link={{{secondary}}}]]
<small>[[{{{4|}}}]]</small>
+
<small>[[{{{secondary}}}]]</small>
|[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{7|}}}.png|100px|link={{{7|}}}]]
+
|[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{misc1}}}.png|100px|link={{{misc1}}}]]
<small>[[{{{7|}}}]]</small>
+
<small>[[{{{misc1}}}]]</small>
 
|-
 
|-
 
|
 
|
Line 26: Line 26:
 
----
 
----
 
|-
 
|-
|[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{5|}}}.png|100px|link={{{5|}}}]]
+
|[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{melee}}}.png|100px|link={{{melee}}}]]
<small>[[{{{5|}}}]]</small>
+
<small>[[{{{melee}}}]]</small>
|[[File:{{#if: {{{9|}}} | {{{9}}} | Backpack | Item icon}} {{{8|}}}.png|100px|link={{{8|}}}]]
+
|[[File:{{#if: {{{icons|yes}}} | Backpack | Item icon }} {{{misc2}}}.png|100px|link={{{misc2}}}]]
<small>[[{{{8|}}}]]</small>
+
<small>[[{{{misc2}}}]]</small>
 
|-
 
|-
 
|}
 
|}
Line 35: Line 35:
 
{{doc begin}}
 
{{doc begin}}
 
=== Usage ===
 
=== Usage ===
* First parameter: Class or image <small>(without format)</small>
+
<pre><nowiki>
* Second parameter: Class
+
{{User:Dio/Sandbox
* From third to fifth: Weapons
+
| image = Pyromancer's Mask
* From sixth to eighth: Hats and misc
+
| class = Pyro
* Ninth parameter: Enable the Shugo icons (writing ''Item icon'')
+
| primary = Flamethrower
 +
| secondary = Flare Gun
 +
| melee = Axtinguisher
 +
| hat = Pyromancer's Mask
 +
| misc1 = Sight for Sore Eyes
 +
| misc2 = Cremator's Conscience
 +
| icons = no
 +
}}
 +
</nowiki></pre>
  
 
=== Example ===
 
=== Example ===
 
{{User:Dio/Sandbox|Pyromancer's Mask|Pyro|Flamethrower|Flare Gun|Axtinguisher|Pyromancer's Mask|Sight for Sore Eyes|Cremator's Conscience}}
 
{{User:Dio/Sandbox|Pyromancer's Mask|Pyro|Flamethrower|Flare Gun|Axtinguisher|Pyromancer's Mask|Sight for Sore Eyes|Cremator's Conscience}}
 
</noinclude>
 
</noinclude>

Revision as of 14:00, 8 November 2011

[[File:Backpack {{{primary}}}.png|100px|link={{{primary}}}]]

[[{{{primary}}}]]

[[File:{{{Image}}}.png|250px|link={{{Class}}}]]

[[{{{Class}}}]]
[[File:Leaderboard class {{{class}}}.png|link={{{Class}}}|20px|bottom]]

[[File:Backpack {{{hat}}}.png|100px|link={{{hat}}}]]

[[{{{hat}}}]]



[[File:Backpack {{{secondary}}}.png|100px|link={{{secondary}}}]]

[[{{{secondary}}}]]

[[File:Backpack {{{misc1}}}.png|100px|link={{{misc1}}}]]

[[{{{misc1}}}]]



[[File:Backpack {{{melee}}}.png|100px|link={{{melee}}}]]

[[{{{melee}}}]]

[[File:Backpack {{{misc2}}}.png|100px|link={{{misc2}}}]]

[[{{{misc2}}}]]

Documentation for Dio/Loadout

Usage

{{User:Dio/Sandbox
| image = Pyromancer's Mask
| class = Pyro
| primary = Flamethrower
| secondary = Flare Gun
| melee = Axtinguisher
| hat = Pyromancer's Mask
| misc1 = Sight for Sore Eyes
| misc2 = Cremator's Conscience
| icons = no
}}

Example