Template:Infobox weapon: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
|above    = {{#if:{{{name|}}}|{{{name|}}}|Weapon}}
|above    = {{#if:{{{name|}}}|{{{name|}}}|Weapon}}
|image    = {{#if:{{{icon|}}}|[[File:{{{icon|}}}|160px|center]]|}}
|image    = {{#if:{{{icon|}}}|[[File:{{{icon|}}}|160px|center]]|}}
|image2  = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{#if:{{{imgsize|}}}|{{{imgsize|}}}|250px}}|center]]|}}
|image2  = {{#if:{{{slides|}}}<!--
  -->|{{SlidesToTabber|{{{slides}}}|{{#if:{{{imgsize|}}}|{{{imgsize}}}|300px}}}}<!--
  -->|{{#if:{{{image|}}}|[[File:{{{image|}}}|{{#if:{{{imgsize|}}}|{{{imgsize|}}}|300px}}|center]]|}}
}}
|caption2 = {{#if:{{{imgdesc|}}}|{{{imgdesc|}}}|}}
|caption2 = {{#if:{{{imgdesc|}}}|{{{imgdesc|}}}|}}
|header1  = {{#if:{{{is_equipment|}}}|Equipment|Weapon}}
|header1  = {{#if:{{{is_equipment|}}}|Equipment|Weapon}}
Line 21: Line 24:
|label6  = Health
|label6  = Health
|data6    = {{#if:{{{health|}}}|{{{health|}}}|}}
|data6    = {{#if:{{{health|}}}|{{{health|}}}|}}
|label7  = Base damage
|label7  = {{#if:{{{damage_desc|}}}|<abbr title="{{{damage_desc|}}}">Damage</abbr>|<abbr title="Full damage will be inflicted only if the target body is struck completely by the projectile. Higher veterancy ranks will increase the base damage by a specified multiplier.">Damage</abbr>}}
|data7    = {{#if:{{{damage|}}}|{{{damage|}}}|}}
|data7    = {{#if:{{{damage|}}}|{{{damage|}}}|}}
|label8  = Damage type
|label8  = Damage type

Latest revision as of 19:48, 25 April 2021

Weapon
Weapon

Usage

To use this template, insert the following code into the page and fill out the fields:

{{Infobox weapon
|theme        = 
|name         = 
|icon         = 
|image        = 
|imgsize      = 
|imgdesc      = 

<!-- General characteristics -->
|is_equipment = 
|carried_by   = 
|type         = 
|damage_type  = 
|proj_speed   = 
|range        = 
|scope_lens   = 
|rof          = 
|magazine     = 
|reserve      = 

<!-- Miscellaneous -->
|internalname = 
|jargon       = 
}}