.

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)
 
mNo edit summary
 
(66 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class="infobox bordered" style="width: 258px; text-align: left; font-size: 95%;" cellpadding="3"
{{Infobox Development page
| colspan="2" style="color: white; background: darkgreen; text-align: center; font-size: larger;" | '''{{{name}}}'''<!--
|image = {{{Image|}}}
-->{{#if:{{{image|}}}|<tr><td colspan=2>{{{image}}}</tr>}}
|Header1 = {{PAGENAME}}
<!--
|Colorcode =#CCCC99
-->{{#if:{{{aka|}}}|<tr><th>Also called:<td>{{{aka}}}</tr>}}
|Header2 = {{{Marque}}}
|-
|Data = <table>
!width=100| [[List of automobile manufacturers|Manufacturer]]:
{{{header1|}}}|<tr><th colspan="2" style="text-align:center; {{{headerstyle}}}">{{{header11}}}</th></tr>| {{{label11}}}|{{{data11}}}|<tr><th style="{{{labelstyle}}}">{{{label12}}}</th><td class="{{{class11}}}" style="{{{datastyle}}}">{{{data12}}}</td></tr>}}|{{{data13}}}|<tr><td colspan="2" class="{{{class11}}}" style="text-align:center; {{{datastyle}}}">{{{data14}}}</td></tr>}}<--
| {{{manufacturer}}}<!--
</table>
-->{{#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 ==
<pre>
{{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    =
}}
}}
</pre>
<noinclude>
 
[[Category:Infobox templates|Automobile]]
[[Category:Automotive templates|Automobile]]
[[Category:Automotive templates|Automobile]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
[[Category:Templates]]
</noinclude>
</noinclude>-->

Latest revision as of 07:17, 25 October 2008

Template:Eyecandy
{{{Marque}}}
aka {{{aka}}}
Production {{{Production}}}
Class {{{Class}}}
Body Style {{{Body Style}}}
Length {{{Length}}}
Width {{{Width}}}
Height {{{Height}}}
Wheelbase {{{Wheelbase}}}
Weight {{{Weight}}}
Transmission {{{Transmission}}}
Engine {{{Engine}}}
Power {{{Power}}}
Similar {{{Similar}}}
Designer {{{Designer}}}

|{{{data13}}}|{{{data14}}}}}<--

}} -->