Template:Infobox vehicle: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 16: Line 16:
}}
}}
|caption  = {{#if:{{{imgdesc|}}}|{{{imgdesc|}}}|}}
|caption  = {{#if:{{{imgdesc|}}}|{{{imgdesc|}}}|}}
|class1  = infobox-header
|header1  = {{#if:{{{is_flying|}}}|Air Vehicle|Ground Vehicle}}
|header1  = {{#if:{{{is_flying|}}}|Air Vehicle|Ground Vehicle}}
|label2  = Faction
|label2  = Faction
|data2    = {{#if:{{{faction|}}}|{{{faction|}}}|}}
|data2    = {{#if:{{{faction|}}}|{{{faction|}}}|}}

Latest revision as of 17:16, 24 April 2022

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        = 
|magazine_2   = 

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