Template:Spy Weapon List: Difference between revisions

From comp.tf
Jump to navigation Jump to search
m Fixed kinfe and cloack
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable collapsible" width="250px" style="margin-bottom: 0px;"
<includeonly>{| class="wikitable" width="250px" style="margin-top:1em; margin-bottom:0"
|-
|-
! colspan=3 | [[File:SpyIcon.png|25px]] [[Spy]]
! colspan=3 | {{Icon|spy}} [[Spy]]
|-
|-
{| 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;"
|-
|-
! colspan=3 | Primary
! colspan=3 | Secondary
|- {{#if:{{{Revolver|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Revolver|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| width=10% | [[File:Revolver-G.png|50px|middle]]  
| width=10% | [[File:Revolver-G.png|50px|middle]]  
Line 30: Line 30:
{| 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 | Secondary
! colspan=3 | Building
|- {{#if:{{{Sapper|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Sapper|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| width=10% | [[File:Sapper.png|50px|middle]]  
| width=10% | [[File:Sapper.png|50px|middle]]  
Line 48: Line 48:
| width=50 | '''[[Knife]]'''
| width=50 | '''[[Knife]]'''
| width=40 | {{#if:{{{Knife|}}} | Allowed | Banned}}
| width=40 | {{#if:{{{Knife|}}} | Allowed | Banned}}
|- {{#if:{{{Big Earner|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| width=10% | [[File:Big Earner.png|50px|middle]]
| width=50 | '''[[Big Earner]]'''
| width=40 | {{#if:{{{Big Earner|}}} | Allowed | Banned}}
|- {{#if:{{{Conniver's Kunai|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Conniver's Kunai|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| [[File:Kunai.png|50px|middle]]
| [[File:Kunai.png|50px|middle]]
| '''[[Conniver's Kunai]]'''
| '''[[Conniver's Kunai]]'''
| {{#if:{{{Conniver's Kunai|}}} | Allowed | Banned}}
| {{#if:{{{Conniver's Kunai|}}} | Allowed | Banned}}
|- {{#if:{{{Spycicle|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Spy-cicle|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| [[File:Spycicle.png|50px|middle]]
| [[File:Spycicle.png|50px|middle]]
| '''[[Spycicle]]'''
| '''[[Spy-cicle]]'''
| {{#if:{{{Spycicle|}}} | Allowed | Banned}}
| {{#if:{{{Spy-cicle|}}} | Allowed | Banned}}
|- {{#if:{{{Your Eternal Reward|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Your Eternal Reward|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| [[File:YER.png|50px|middle]]
| [[File:YER.png|50px|middle]]
Line 62: Line 66:
|}
|}
|-
|-
{| 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; margin-bottom: 1em;"
|-
|-
! colspan=3 | Watch
! colspan=3 | Secondary PDA
|- {{#if:{{{Invis Watch|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
|- {{#if:{{{Invis Watch|}}} | style="background: lightgreen" | style="background: #FFAAAA"}}
| width=10% | [[File:Invis.png|50px|middle]]  
| width=10% | [[File:Invis.png|50px|middle]]  
Line 78: Line 82:
| {{#if:{{{Dead Ringer|}}} | Allowed | Banned}}
| {{#if:{{{Dead Ringer|}}} | Allowed | Banned}}
|}
|}
|}
|}</includeonly><noinclude>{{documentation}}[[Category:Class Weapon List Template]]</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>
{{Spy Weapon List
<!-- Primary -->
| Revolver =
| Ambassador =
| Diamondback =
| Enforcer =
| L'Etranger =
<!-- Secondary -->
| Sapper =
| Red-Tape Recorder =
<!-- Melee -->
| Knife =
| Big Earner =
| Conniver's Kunai =
| Spy-cicle =
| Your Eternal Reward =
<!-- Watch -->
| Invis Watch =
| Cloak and Dagger =
| Dead Ringer =
}}
</pre>
 
=== Example ===
 
<pre>
{{Spy Weapon List
<!-- Primary -->
| Revolver =1
| Ambassador =1
| Diamondback =1
| Enforcer =
| L'Etranger =1
<!-- Secondary -->
| Sapper =1
| Red-Tape Recorder =1
<!-- Melee -->
| Knife =1
| Big Earner =1
| Conniver's Kunai =1
| Spy-cicle =
| Your Eternal Reward =1
<!-- Watch -->
| Invis Watch =1
| Cloak and Dagger =1
| Dead Ringer =
}}
</pre>
 
=== Will Yield ===
{{Spy Weapon List
<!-- Primary -->
| Revolver =1
| Ambassador =1
| Diamondback =1
| Enforcer =
| L'Etranger =1
<!-- Secondary -->
| Sapper =1
| Red-Tape Recorder =1
<!-- Melee -->
| Knife =1
| Big Earner =1
| Conniver's Kunai =1
| Spy-cicle =
| Your Eternal Reward =1
<!-- Watch -->
| Invis Watch =1
| Cloak and Dagger =1
| Dead Ringer =
}}
[[Category:Class Weapon List Template]]

Latest revision as of 05:47, 18 April 2020

(view - edit) Documentation

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.

{{Spy Weapon List
 <!-- Secondary -->
| Revolver =
| Ambassador =
| Diamondback =
| Enforcer =
| L'Etranger =
 <!-- Building -->
| Sapper =
| Red-Tape Recorder =
 <!-- Melee -->
| Knife =
| Big Earner =
| Conniver's Kunai =
| Spy-cicle =
| Your Eternal Reward =
 <!-- Secondary PDA -->
| Invis Watch =
| Cloak and Dagger =
| Dead Ringer =
}}

Example

{{Spy Weapon List
 <!-- Secondary -->
| Revolver =1
| Ambassador =1
| Diamondback =1
| Enforcer =
| L'Etranger =1
 <!-- Building -->
| Sapper =1
| Red-Tape Recorder =1
 <!-- Melee -->
| Knife =1
| Big Earner =1
| Conniver's Kunai =1
| Spy-cicle =
| Your Eternal Reward =1
 <!-- Secondary PDA -->
| Invis Watch =1
| Cloak and Dagger =1
| Dead Ringer =
}}

Will Yield

Spy Spy
Secondary
Revolver Allowed
Ambassador Allowed
Diamondback Allowed
Enforcer Banned
L'Etranger Allowed
Building
Sapper Allowed
Red-Tape Recorder Allowed
Melee
Knife Allowed
Big Earner Allowed
Conniver's Kunai Allowed
Spy-cicle Banned
Your Eternal Reward Allowed
Secondary PDA
Invis Watch Allowed
Cloak and Dagger Allowed
Dead Ringer Banned