Template:Infobox vehicle: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
RaiderAlpha (talk | contribs)
mNo edit summary
RaiderAlpha (talk | contribs)
mNo edit summary
Line 1: Line 1:
<onlyinclude>{{Infobox
<onlyinclude>{{Infobox
|bodystyle = {{Infobox style|infobox|{{{theme|}}}}}
|bodystyle = {{Infobox style|infobox}}
|abovestyle  = {{Infobox style|infobox_title|{{{theme|}}}}}
|abovestyle  = {{Infobox style|infobox_title}}
|headerstyle = {{Infobox style|infobox_header|{{{theme|}}}}}
|headerstyle = {{Infobox style|infobox_header}}
|labelstyle  = {{Infobox style|infobox_label|{{{theme|}}}}}
|labelstyle  = {{Infobox style|infobox_label}}


|above    = {{#if:{{{name|}}}|{{{name|}}}|Vehicle}}
|above    = {{#if:{{{name|}}}|{{{name|}}}|Vehicle}}

Revision as of 07:01, 9 September 2020

Vehicle
Ground Vehicle

Usage

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

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

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

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

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

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