Difference between revisions of "Template:Infobox Automobile generation"

From The 3geez Wiki
Jump to: navigation, search
 
Line 1: Line 1:
<nowinter>
 
{| class="infobox bordered" style="width: 258px; text-align: left; font-size: 95%;" cellpadding="3"
 
| colspan="2" style="color: white; background: darkgreen; text-align: center; font-size: larger;" |'''{{{name}}}'''<!--
 
-->{{#if:{{{image|}}}|<tr><td colspan=2>{{{image}}}</tr>}}<!--
 
-->{{#if:{{{aka|}}}|<tr><th>Also called:<td>{{{aka}}}</tr>}}<!--
 
-->{{#if:{{{production|}}}|<tr><th>Production:<td>{{{production}}}</tr>}}<!--
 
-->{{#if:{{{assembly|}}}|<tr><th>Assembly:<td>{{{assembly}}}}}<!--
 
-->{{#if:{{{predecessor|}}}|<tr><th>Predecessor:<td>{{{predecessor}}}</tr>}}<!--
 
-->{{#if:{{{successor|}}}|<tr><th>Successor:<td>{{{successor}}}</tr>}}<!--
 
-->{{#if:{{{class|}}}|<tr><th>[[Car classification|Class]]:<td>{{{class}}}</tr>}}<!--
 
-->{{#if:{{{body_style|}}}|<tr><th>Body style:<td>{{{body_style}}}</tr>}}<!--
 
-->{{#if:{{{layout|}}}|<tr><th>Layout:<td>{{{layout}}}</tr>}}<!--
 
-->{{#if:{{{platform|}}}|<tr><th>[[Automobile platform|Platform]]:<td>{{{platform}}}</tr>}}<!--
 
-->{{#if:{{{engine|}}}|<tr><th>[[Car engine|Engine]]:<td>{{{engine}}}</tr>}}<!--
 
-->{{#if:{{{transmission|}}}|<tr><th>[[Transmission (mechanics)|Transmission]]:<td>{{{transmission}}}</tr>}}<!--
 
-->{{#if:{{{suspension|}}}|<tr><th>[[Suspension (vehicle)|Suspension]]:<td>{{{suspension}}}</tr>}}<!--
 
-->{{#if:{{{steering|}}}|<tr><th>[[Steering]]:<td>{{{steering}}}</tr>}}<!--
 
-->{{#if:{{{brakes|}}}|<tr><th>[[Brakes]]:<td>{{{brakes}}}</tr>}}<!--
 
-->{{#if:{{{wheelbase|}}}|<tr><th>[[Wheelbase]]:<td>{{{wheelbase}}}</tr>}}<!--
 
-->{{#if:{{{length|}}}|<tr><th>Length:<td>{{{length}}}</tr>}}<!--
 
-->{{#if:{{{width|}}}|<tr><th>Width:<td>{{{width}}}</tr>}}<!--
 
-->{{#if:{{{height|}}}|<tr><th>Height:<td>{{{height}}}</tr>}}<!--
 
-->{{#if:{{{ground_clearance|}}}|<tr><th>Ground Clearance:<td>{{{ground_clearance}}}</tr>}}<!--
 
-->{{#if:{{{front_track|}}}|<tr><th>Front track:<td>{{{front_track}}}</tr>}}<!--
 
-->{{#if:{{{rear_track|}}}|<tr><th>Rear track:<td>{{{rear_track}}}</tr>}}<!--
 
-->{{#if:{{{weight|}}}|<tr><th>[[Curb weight]]:<td>{{{weight}}}</tr>}}<!--
 
-->{{#if:{{{fuel_economy|}}}|<tr><th>[[Fuel economy]]:<td>{{{fuel_economy}}}</tr>}}<!--
 
-->{{#if:{{{fuel_capacity|}}}|<tr><th>Fuel capacity:<td>{{{fuel_capacity}}}</tr>}}<!--
 
-->{{#if:{{{luggage_capacity|}}}|<tr><th>Luggage Capacity:<td>{{{luggage_capacity}}}</tr>}}<!--
 
-->{{#if:{{{related|}}}|<tr><th>Related:<td>{{{related}}}</tr>}}<!--
 
-->{{#if:{{{similar|}}}|<tr><th>Similar:<td>{{{similar}}}</tr>}}<!--
 
-->{{#if:{{{designer|}}}|<tr><th>[[Automobile design|Designer]]:<td>{{{designer}}}</tr>}}
 
|}<noinclude>
 
  
<br clear="all">
 
 
== Usage ==
 
<pre>
 
{{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        =
 
}}
 
</pre>
 
 
[[Category:Technology infobox templates|Automobile]]
 
[[Category:Transportation infobox templates|Automobile]]
 
[[Category:Automotive templates|Automobile]]
 
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 
</noinclude>
 
</nowinter>
 

Latest revision as of 07:23, 17 December 2006