Editing Template:Engineer Weapon List
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | < | + | <onlyinclude>{| class="wikitable collapsible" width="250px" style="margin-bottom: 0px;" |
|- | |- | ||
− | ! colspan=3 | | + | ! colspan=3 | [[File:EngineerIcon.png|25px]] [[Engineer]] |
|- | |- | ||
{| class="mw-collapsible mw-collapsed wikitable centered" width="250px" style="margin-top: 0px;" | {| class="mw-collapsible mw-collapsed wikitable centered" width="250px" style="margin-top: 0px;" | ||
Line 49: | Line 49: | ||
|} | |} | ||
|- | |- | ||
− | {| class="mw-collapsible mw-collapsed wikitable centered" width="250px" style="margin-top: -15px | + | {| class="mw-collapsible mw-collapsed wikitable centered" width="250px" style="margin-top: -15px;" |
|- | |- | ||
! colspan=3 | Melee | ! colspan=3 | Melee | ||
Line 73: | Line 73: | ||
| {{#if:{{{Southern Hospitality|}}} | Allowed | Banned}} | | {{#if:{{{Southern Hospitality|}}} | Allowed | Banned}} | ||
|} | |} | ||
− | |}</includeonly><noinclude>{{ | + | |} |
+ | </includeonly> | ||
+ | <noinclude> | ||
+ | == Usage == | ||
+ | For any weapon that is allowed, place a value of "1" next to it. Any weapon that is banned, leave as a null value. | ||
+ | |||
+ | <pre> | ||
+ | {{Engineer Weapon List | ||
+ | <!-- Primary --> | ||
+ | | Shotgun = | ||
+ | | Frontier Justice = | ||
+ | | Panic Attack = | ||
+ | | Pomson 6000 = | ||
+ | | Rescue Ranger = | ||
+ | | Widowmaker = | ||
+ | <!-- Secondary --> | ||
+ | | Pistol = | ||
+ | | Short Circuit = | ||
+ | | Wrangler = | ||
+ | <!-- Melee --> | ||
+ | | Wrench = | ||
+ | | Eureka Effect = | ||
+ | | Gunslinger = | ||
+ | | Jag = | ||
+ | | Southern Hospitality = | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | <pre> | ||
+ | {{Engineer Weapon List | ||
+ | <!-- Primary --> | ||
+ | | Shotgun =1 | ||
+ | | Frontier Justice =1 | ||
+ | | Panic Attack = | ||
+ | | Pomson 6000 = | ||
+ | | Rescue Ranger = | ||
+ | | Widowmaker =1 | ||
+ | <!-- Secondary --> | ||
+ | | Pistol =1 | ||
+ | | Short Circuit = | ||
+ | | Wrangler = | ||
+ | <!-- Melee --> | ||
+ | | Wrench =1 | ||
+ | | Eureka Effect = | ||
+ | | Gunslinger = | ||
+ | | Jag =1 | ||
+ | | Southern Hospitality =1 | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | === Will Yield === | ||
+ | {{Engineer Weapon List | ||
+ | <!-- Primary --> | ||
+ | | Shotgun =1 | ||
+ | | Frontier Justice =1 | ||
+ | | Panic Attack = | ||
+ | | Pomson 6000 = | ||
+ | | Rescue Ranger = | ||
+ | | Widowmaker =1 | ||
+ | <!-- Secondary --> | ||
+ | | Pistol =1 | ||
+ | | Short Circuit = | ||
+ | | Wrangler = | ||
+ | <!-- Melee --> | ||
+ | | Wrench =1 | ||
+ | | Eureka Effect = | ||
+ | | Gunslinger = | ||
+ | | Jag =1 | ||
+ | | Southern Hospitality =1 | ||
+ | }} | ||
+ | [[Category:Class Weapon List Template]] |