Template:Infobox Gondara Ground Vehicle: Difference between revisions
Appearance
Created page with "<includeonly> {| class="infobox" style="width:320px; font-size:90%; line-height:1.4;" |- ! colspan="2" style="text-align:center; font-size:120%;" | {{{name|{{PAGENAME}}}}} {{#if:{{{image|}}}| |- | colspan="2" style="text-align:center;" | [[File:{{{image}}}|300px]] }} {{#if:{{{caption|}}}| |- | colspan="2" style="text-align:center; font-size:90%;" | {{{caption}}} }} {{#if:{{{classification|}}}{{{type|}}}{{{origin|}}}{{{manufacturer|}}}{{{used_by|}}}{{{design_date|}}}{{..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox" style="width:320px; font-size:90%; line-height:1.4;"> | |||
<tr> | |||
<th colspan="2" style="text-align:center; font-size:120%;">{{{name|{{PAGENAME}}}}}</th> | |||
</tr> | |||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align:center;">[[File:{{{image}}}|300px]]</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align:center; font-size:90%;">{{{caption}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{classification|}}}{{{type|}}}{{{origin|}}}{{{manufacturer|}}}{{{used_by|}}}{{{design_date|}}}{{{service_entry|}}}{{{crew|}}}{{{passengers|}}}| | {{#if:{{{classification|}}}{{{type|}}}{{{origin|}}}{{{manufacturer|}}}{{{used_by|}}}{{{design_date|}}}{{{service_entry|}}}{{{crew|}}}{{{passengers|}}}| | ||
<tr><th colspan="2" style="text-align:center;">General Characteristics</th></tr> | |||
}} | }} | ||
{{#if:{{{classification|}}}| | {{#if:{{{classification|}}}|<tr><th scope="row">Classification</th><td>{{{classification}}}</td></tr>}} | ||
{{#if:{{{type|}}}|<tr><th scope="row">Type</th><td>{{{type}}}</td></tr>}} | |||
{{#if:{{{origin|}}}|<tr><th scope="row">Origin</th><td>{{{origin}}}</td></tr>}} | |||
{{#if:{{{manufacturer|}}}|<tr><th scope="row">Manufacturer</th><td>{{{manufacturer}}}</td></tr>}} | |||
}} | {{#if:{{{used_by|}}}|<tr><th scope="row">Used by</th><td>{{{used_by}}}</td></tr>}} | ||
{{#if:{{{design_date|}}}|<tr><th scope="row">Design date</th><td>{{{design_date}}}</td></tr>}} | |||
{{#if:{{{type|}}}| | {{#if:{{{service_entry|}}}|<tr><th scope="row">Service entry</th><td>{{{service_entry}}}</td></tr>}} | ||
{{#if:{{{crew|}}}|<tr><th scope="row">Crew</th><td>{{{crew}}}</td></tr>}} | |||
{{#if:{{{passengers|}}}|<tr><th scope="row">Passengers</th><td>{{{passengers}}}</td></tr>}} | |||
}} | |||
{{#if:{{{origin|}}}| | |||
}} | |||
{{#if:{{{manufacturer|}}}| | |||
}} | |||
{{#if:{{{used_by|}}}| | |||
}} | |||
{{#if:{{{design_date|}}}| | |||
}} | |||
{{#if:{{{service_entry|}}}| | |||
}} | |||
{{#if:{{{crew|}}}| | |||
}} | |||
{{#if:{{{passengers|}}}| | |||
}} | |||
{{#if:{{{weight|}}}{{{length|}}}{{{width|}}}{{{height|}}}{{{wheelbase|}}}{{{ground_clearance|}}}| | {{#if:{{{weight|}}}{{{length|}}}{{{width|}}}{{{height|}}}{{{wheelbase|}}}{{{ground_clearance|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Dimensions & Weight</th></tr> | |||
}} | }} | ||
{{#if:{{{weight|}}}| | {{#if:{{{weight|}}}|<tr><th scope="row">Weight</th><td>{{{weight}}}</td></tr>}} | ||
{{#if:{{{length|}}}|<tr><th scope="row">Length</th><td>{{{length}}}</td></tr>}} | |||
{{#if:{{{width|}}}|<tr><th scope="row">Width</th><td>{{{width}}}</td></tr>}} | |||
{{#if:{{{height|}}}|<tr><th scope="row">Height</th><td>{{{height}}}</td></tr>}} | |||
}} | {{#if:{{{wheelbase|}}}|<tr><th scope="row">Wheelbase</th><td>{{{wheelbase}}}</td></tr>}} | ||
{{#if:{{{ground_clearance|}}}|<tr><th scope="row">Ground clearance</th><td>{{{ground_clearance}}}</td></tr>}} | |||
{{#if:{{{length|}}}| | |||
}} | |||
{{#if:{{{width|}}}| | |||
}} | |||
{{#if:{{{height|}}}| | |||
}} | |||
{{#if:{{{wheelbase|}}}| | |||
}} | |||
{{#if:{{{ground_clearance|}}}| | |||
}} | |||
{{#if:{{{engine|}}}{{{power|}}}{{{transmission|}}}{{{drive|}}}{{{suspension|}}}{{{fuel_capacity|}}}{{{range|}}}{{{top_speed|}}}| | {{#if:{{{engine|}}}{{{power|}}}{{{transmission|}}}{{{drive|}}}{{{suspension|}}}{{{fuel_capacity|}}}{{{range|}}}{{{top_speed|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Drivetrain & Mobility</th></tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{engine|}}}|<tr><th scope="row">Engine</th><td>{{{engine}}}</td></tr>}} | ||
| | {{#if:{{{power|}}}|<tr><th scope="row">Power</th><td>{{{power}}}</td></tr>}} | ||
{{#if:{{{transmission|}}}|<tr><th scope="row">Transmission</th><td>{{{transmission}}}</td></tr>}} | |||
{{#if:{{{drive|}}}|<tr><th scope="row">Drive</th><td>{{{drive}}}</td></tr>}} | |||
}} | {{#if:{{{suspension|}}}|<tr><th scope="row">Suspension</th><td>{{{suspension}}}</td></tr>}} | ||
{{#if:{{{fuel_capacity|}}}|<tr><th scope="row">Fuel capacity</th><td>{{{fuel_capacity}}}</td></tr>}} | |||
{{#if:{{{drive|}}}| | {{#if:{{{range|}}}|<tr><th scope="row">Range</th><td>{{{range}}}</td></tr>}} | ||
{{#if:{{{top_speed|}}}|<tr><th scope="row">Top speed</th><td>{{{top_speed}}}</td></tr>}} | |||
}} | |||
{{#if:{{{suspension|}}}| | |||
}} | |||
{{#if:{{{fuel_capacity|}}}| | |||
}} | |||
{{#if:{{{range|}}}| | |||
}} | |||
{{#if:{{{top_speed|}}}| | |||
}} | |||
{{#if:{{{payload|}}}{{{towing_capacity|}}}{{{cargo_area|}}}{{{medevac_capacity|}}}{{{winch|}}}| | {{#if:{{{payload|}}}{{{towing_capacity|}}}{{{cargo_area|}}}{{{medevac_capacity|}}}{{{winch|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Utility Characteristics</th></tr> | |||
}} | }} | ||
{{#if:{{{payload|}}}| | {{#if:{{{payload|}}}|<tr><th scope="row">Payload</th><td>{{{payload}}}</td></tr>}} | ||
{{#if:{{{towing_capacity|}}}|<tr><th scope="row">Towing capacity</th><td>{{{towing_capacity}}}</td></tr>}} | |||
{{#if:{{{cargo_area|}}}|<tr><th scope="row">Cargo area</th><td>{{{cargo_area}}}</td></tr>}} | |||
{{#if:{{{medevac_capacity|}}}|<tr><th scope="row">Medevac capacity</th><td>{{{medevac_capacity}}}</td></tr>}} | |||
}} | {{#if:{{{winch|}}}|<tr><th scope="row">Winch</th><td>{{{winch}}}</td></tr>}} | ||
{{#if:{{{towing_capacity|}}}| | |||
}} | |||
{{#if:{{{cargo_area|}}}| | |||
}} | |||
{{#if:{{{medevac_capacity|}}}| | |||
}} | |||
{{#if:{{{winch|}}}| | |||
}} | |||
{{#if:{{{primary_armament|}}}{{{secondary_armament|}}}{{{tertiary_armament|}}}| | {{#if:{{{primary_armament|}}}{{{secondary_armament|}}}{{{tertiary_armament|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Armament</th></tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{primary_armament|}}}|<tr><th scope="row">Primary armament</th><td>{{{primary_armament}}}</td></tr>}} | ||
| | {{#if:{{{secondary_armament|}}}|<tr><th scope="row">Secondary armament</th><td>{{{secondary_armament}}}</td></tr>}} | ||
{{#if:{{{tertiary_armament|}}}|<tr><th scope="row">Tertiary armament</th><td>{{{tertiary_armament}}}</td></tr>}} | |||
}} | |||
{{#if:{{{armor|}}}{{{turret|}}}| | {{#if:{{{armor|}}}{{{turret|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Armor</th></tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{armor|}}}|<tr><th scope="row">Armor</th><td>{{{armor}}}</td></tr>}} | ||
| | {{#if:{{{turret|}}}|<tr><th scope="row">Turret</th><td>{{{turret}}}</td></tr>}} | ||
}} | |||
{{#if:{{{wheel_standard|}}}{{{special|}}}| | {{#if:{{{wheel_standard|}}}{{{special|}}}| | ||
<tr><th colspan="2" style="text-align:center;">Systems & Notes</th></tr> | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{wheel_standard|}}}|<tr><th scope="row">Wheel standard</th><td>{{{wheel_standard}}}</td></tr>}} | ||
| | {{#if:{{{special|}}}|<tr><th scope="row">Special</th><td>{{{special}}}</td></tr>}} | ||
}} | |||
</table> | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
| Line 302: | Line 130: | ||
| wheel_standard = | | wheel_standard = | ||
| special = | | special = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 09:03, 13 April 2026
Usage
{{Infobox_Gondara_Ground_Vehicle
| name =
| image =
| caption =
| classification =
| type =
| origin =
| manufacturer =
| used_by =
| design_date =
| service_entry =
| crew =
| passengers =
| weight =
| length =
| width =
| height =
| wheelbase =
| ground_clearance =
| engine =
| power =
| transmission =
| drive =
| suspension =
| fuel_capacity =
| range =
| top_speed =
| payload =
| towing_capacity =
| cargo_area =
| medevac_capacity =
| winch =
| primary_armament =
| secondary_armament =
| tertiary_armament =
| armor =
| turret =
| wheel_standard =
| special =
}}