.

Template:Infobox Automobile: Difference between revisions

Wikicars, a place to share your automotive knowledge
Jump to navigationJump to search
(Created the wikipedia infobox automobile template)
 
No edit summary
Line 1: Line 1:
{| 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>}}
|-
!width=100| [[List of automobile manufacturers|Manufacturer]]:
| {{{manufacturer}}}<!--
-->{{#if:{{{production|}}}|<tr><th>Production:<td>{{{production}}}</tr>}}<!--
-->{{#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:{{{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:{{{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:{{{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:{{{related|}}}|<tr><th>Related:<td>{{{related}}}</tr>}}<!--
-->{{#if:{{{similar|}}}|<tr><th>Similar:<td>{{{similar}}}</tr>}}<!--
-->{{#if:{{{designer|}}}|<tr><th>Designer:<td>{{{designer}}}</tr>}}
|}<noinclude>
== Usage ==
== Usage ==
<pre>
<pre>

Revision as of 08:23, 12 June 2006

Usage

{{Infobox Automobile
| image        = 
| name         = 
| manufacturer = 
| production   = 
| predecessor  = 
| successor    = 
| class        = 
| platform     = 
| body_style   = 
| engine       = 
| transmission = 
| wheelbase    = 
| length       = 
| width        = 
| height       = 
| weight       = 
| aka          = 
| fuel_economy =
| fuel_capacity=
| related      = 
| similar      = 
| designer     = 
}}