Template:Infobox Automobile generation
From The 3geez Wiki
<nowinter>
| {{{name}}}{{#if:|<tr><td colspan=2>{{{image}}}</tr>}}{{#if:|<tr><th>Also called:<td>{{{aka}}}</tr>}}{{#if:|<tr><th>Production:<td>{{{production}}}</tr>}}{{#if:|<tr><th>Assembly:<td>{{{assembly}}}}}{{#if:|<tr><th>Predecessor:<td>{{{predecessor}}}</tr>}}{{#if:|<tr><th>Successor:<td>{{{successor}}}</tr>}}{{#if:|<tr><th>Class:<td>{{{class}}}</tr>}}{{#if:|<tr><th>Body style:<td>{{{body_style}}}</tr>}}{{#if:|<tr><th>Layout:<td>{{{layout}}}</tr>}}{{#if:|<tr><th>Platform:<td>{{{platform}}}</tr>}}{{#if:|<tr><th>Engine:<td>{{{engine}}}</tr>}}{{#if:|<tr><th>Transmission:<td>{{{transmission}}}</tr>}}{{#if:|<tr><th>Suspension:<td>{{{suspension}}}</tr>}}{{#if:|<tr><th>Steering:<td>{{{steering}}}</tr>}}{{#if:|<tr><th>Brakes:<td>{{{brakes}}}</tr>}}{{#if:|<tr><th>Wheelbase:<td>{{{wheelbase}}}</tr>}}{{#if:|<tr><th>Length:<td>{{{length}}}</tr>}}{{#if:|<tr><th>Width:<td>{{{width}}}</tr>}}{{#if:|<tr><th>Height:<td>{{{height}}}</tr>}}{{#if:|<tr><th>Ground Clearance:<td>{{{ground_clearance}}}</tr>}}{{#if:|<tr><th>Front track:<td>{{{front_track}}}</tr>}}{{#if:|<tr><th>Rear track:<td>{{{rear_track}}}</tr>}}{{#if:|<tr><th>Curb weight:<td>{{{weight}}}</tr>}}{{#if:|<tr><th>Fuel economy:<td>{{{fuel_economy}}}</tr>}}{{#if:|<tr><th>Fuel capacity:<td>{{{fuel_capacity}}}</tr>}}{{#if:|<tr><th>Luggage Capacity:<td>{{{luggage_capacity}}}</tr>}}{{#if:|<tr><th>Related:<td>{{{related}}}</tr>}}{{#if:|<tr><th>Similar:<td>{{{similar}}}</tr>}}{{#if:|<tr><th>Designer:<td>{{{designer}}}</tr>}} |
Usage
{{Infobox Automobile
| image =
| name =
| aka =
| production =
| predecessor =
| successor =
| class =
| body_style =
| layout =
| platform =
| engine =
| transmission =
| suspension =
| steering =
| brakes =
| wheelbase =
| length =
| width =
| height =
| ground_clearance =
| front_track =
| rear_track =
| weight =
| fuel_economy =
| fuel_capacity =
| luggage_capacity =
| related =
| similar =
| designer =
}}
</nowinter>