Difference between revisions of "Template:Infobox:Land vehicle"

From Cantr II Wiki
Jump to: navigation, search
Line 8: Line 8:
 
| info1s1  = {{if|test={{{weight|}}}|then={{{weight|0}}} grams|else={{Inc3}}}}
 
| info1s1  = {{if|test={{{weight|}}}|then={{{weight|0}}} grams|else={{Inc3}}}}
 
| item2s1  = Real Capacity
 
| item2s1  = Real Capacity
| info2s1  = {{if|test={{{realcapacity|}}}|then={{{realcapacity|0}}} grams|else={{Inc3}}}}
+
| info2s1  = {{if|test={{{realcapacity|}}}|then={{{realcapacity|0}}} grams|else=}}
 
| item3s1  = {{if|test={{{cabins|}}}|then=Cabins and holds|else=}}
 
| item3s1  = {{if|test={{{cabins|}}}|then=Cabins and holds|else=}}
 
| info3s1  = {{{cabins}}}
 
| info3s1  = {{{cabins}}}
Line 21: Line 21:
 
| item2s2  = {{if|test={{{engine|}}}|then=Engine|else=}}
 
| item2s2  = {{if|test={{{engine|}}}|then=Engine|else=}}
 
| info2s2  = {{if|test={{{engine|}}}|then={{{engine}}}|else=}}
 
| info2s2  = {{if|test={{{engine|}}}|then={{{engine}}}|else=}}
| item3s2  = Weight effect
+
| item3s2 = Max speed
| info3s2 = {{if|test={{{weight effect|}}}|then={{{weight effect}}}|else={{Inc3}}}}
+
| info3s2  = {{if|test={{{speed|}}}|then={{{speed}}}|else=}}
 +
| item4s2 = Weight effect
 +
| info4s2 = {{if|test={{{weight effect|}}}|then={{{weight effect}}}|else={{Inc3}}}}
 
| section3 = {{if|test={{if|test={{{docksto|}}}|then=yes|else={{if|test={{{dockedtoby|}}}|then=yes|else=}}}}|then=Docks to|else=}}
 
| section3 = {{if|test={{if|test={{{docksto|}}}|then=yes|else={{if|test={{{dockedtoby|}}}|then=yes|else=}}}}|then=Docks to|else=}}
 
| widths3  = 105
 
| widths3  = 105

Revision as of 17:17, 31 July 2015

Template documentation[ view ] [ discuss ] [edit]

{{Infobox:Land vehicle}} allows to detail in a single table, all of the listed information about a vehicle. This template is the same as Template:Infobox:Ship.

The article is automatically added to the corresponding subcategory of Vehicles and Water Vehicles or Land Vehicles depending on the values entered.

Usage

Copy the text below and paste it to the top of the page you are editing. Complete the fields with the information you want to display. Unused fields may be deleted or left incomplete.

{{Infobox:Land vehicle
| title         = 
| passengers    = 
| weight        = 
| realcapacity  = 
| cabins        = 
| masts         = 
| surfaces      = 
| speed         = 
| engine        = 
| maxspeed  = 
| weight effect = 
| docksto       = 
| dockedtoby    = 
}}

Parameters