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

User:Ratboy Slim/Template:Sandbox: Difference between revisions

From TF2 Classified Wiki
Ratboy Slim (talk | contribs)
No edit summary
Ratboy Slim (talk | contribs)
Blanking
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
! colspan="3" style="text-align: center;font-size: 20px;background-color: #583a31;color: white;" | Properties
|-
{{#if:{{{shottype|}}} |{{!}} colspan="2" style="background-color: #f1e9cb" {{!}} '''Shot type''' {{!!}} style="background-color: #dee8ed; text-align: right" {{!}} {{{shottype}}}
{{!-}}}}
{{#if:{{{damagetype|}}} |{{!}} colspan="2" style="background-color: #f1e9cb" {{!}} '''Damage type''' {{!!}} style="background-color: #dee8ed; text-align: right" {{!}} {{{damagetype}}}
{{!-}}}}
{{#if:{{{rangedtype|}}} |{{!}} colspan="2" style="background-color: #f1e9cb" {{!}} '''Ranged or Melee?''' {{!!}} style="background-color: #dee8ed; text-align: right" {{!}} {{{rangedtype}}}
{{!-}}}}
{{#ifeq:{{{damagecolumn|}}} | true |{{!}}colspan="3" style="text-align: center;font-size: 20px;background-color: #583a31;color: white;" {{!}} '''Damage'''
{{!-}}}}
| style="background-color: #f1e9cb" | '''Maximum ramp-up''' || style="text-align: center;" | 150% || style="background-color: #dee8ed; text-align: right" | 60
|-
| style="background-color: #f1e9cb" | '''Base damage''' || style="text-align: center;" | 100% || style="background-color: #dee8ed; text-align: right" | 40
|-
| style="background-color: #f1e9cb" | '''Maximum fall-off''' || style="text-align: center;" | 52.8% || style="background-color: #dee8ed; text-align: right" | 21
|-
| colspan="2" style="background-color: #f1e9cb" | '''Critical''' || style="background-color: #dee8ed; text-align: right" | 120
|-
| colspan="2" style="background-color: #f1e9cb" | '''Mini-crit''' || style="background-color: #dee8ed; text-align: right" | 54-81
|-
| colspan="3" style="text-align: center;font-size: 20px;background-color: #583a31;color: white;" | '''Ammo'''
|-
| colspan="2" style="background-color: #f1e9cb" | '''Loaded''' || style="background-color: #dee8ed; text-align: right" | 6
|-
| colspan="2" style="background-color: #f1e9cb" | '''Carried''' || style="background-color: #dee8ed; text-align: right" | 24
|-
| colspan="2" style="background-color: #f1e9cb" | '''Reload type''' || style="background-color: #dee8ed; text-align: right" | Clip
|-
| colspan="3" style="text-align: center;font-size: 20px;background-color: #583a31;color: white;" | '''Function times'''
|-
| colspan="2" style="background-color: #f1e9cb" | '''Attack interval''' || style="background-color: #dee8ed; text-align: right" | 0.5 s
|-
| colspan="2" style="background-color: #f1e9cb" | '''Reload''' || style="background-color: #dee8ed; text-align: right" | 1.133 s
|-
| colspan="2" style="background-color: #f1e9cb" | '''Spread recovery''' || style="background-color: #dee8ed; text-align: right" | 1.25 s
|-
| colspan="3" style="text-align: center;font-size: 12px;background-color: #583a31;color: white;" | All values are approximate.
|-
|}<noinclude>
{{doc begin}}
{{doc begin}}
=== Do not use this template on any articles. ===
=== Do not use this template on any articles. ===
This is a sandbox used to test templates on draft pages.<br><br>
 
By default, the only row that will show up is the "Properties" header row.<br><br>
This is a sandbox used to test templates on draft pages.
To make a row appear in the template, pass any string to its parameter. If no parameter is passed, the row will not show up. The passed parameter will show up in its right-most column.<br><br>
</noinclude>
Values for header rows (such as Damage, Ammo, Function Times) must be <code>true</code> if you want them to be displayed. Any other value is silently ignored, and the header row will not appear..<br><br>
{{tl|!}}, {{tl|!!}}, and {{tl|!-}} are escape templates that represent <code>|</code>, <code>||</code>, and <code>|-</code>, respectively. Their purpose is to escape those characters in templates that have tables, because MediaWiki syntax does not support a literal <code>|</code> symbol in templates that have tables.</noinclude>