Template:Infobox vehicle: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
No edit summary
Line 36: Line 36:
|label13  = Rate of fire
|label13  = Rate of fire
|data13  = {{#if:{{{rof|}}}|{{{rof|}}}|}}
|data13  = {{#if:{{{rof|}}}|{{{rof|}}}|}}
|label14  = Clip size
|label14  = Magazine
|data14  = {{#if:{{{clip|}}}|{{{clip|}}}|}}
|data14  = {{#if:{{{magazine|}}}|{{{magazine|}}}|}}


|header15 = {{#if:{{{weapon_2|}}}|{{{weapon_2|}}}|}}
|header15 = {{#if:{{{weapon_2|}}}|{{{weapon_2|}}}|}}
Line 50: Line 50:
|label20  = Rate of fire
|label20  = Rate of fire
|data20  = {{#if:{{{rof_2|}}}|{{{rof_2|}}}|}}
|data20  = {{#if:{{{rof_2|}}}|{{{rof_2|}}}|}}
|label21  = Clip size
|label21  = Magazine
|data21  = {{#if:{{{clip_2|}}}|{{{clip_2|}}}|}}
|data21  = {{#if:{{{magazine_2|}}}|{{{magazine_2|}}}|}}


|header22 = {{#if:{{{internalname|}}}{{{jargon|}}}|Miscellaneous}}
|header22 = {{#if:{{{internalname|}}}{{{jargon|}}}|Miscellaneous}}

Revision as of 19:57, 2 November 2021

Vehicle
Ground Vehicle

Usage

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

{{Infobox vehicle
|name         = 
|icon         = 
|image        = 
|slides       = 
|imgsize      = 
|imgdesc      = 

<!-- General characteristics -->
|is_flying    = 
|faction      = 
|role         = 
|health       = 
|armor_type   = 
|seats        = 
|cost         = 

<!-- Primary armament -->
|weapon       = 
|damage       = 
|proj_type    = 
|proj_speed   = 
|range        = 
|rof          = 
|magazine     = 

<!-- Secondary armament -->
|weapon_2     = 
|damage_2     = 
|proj_type_2  = 
|proj_speed_2 = 
|range_2      = 
|rof_2        = 
|clip_2       = 

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