Jump to content

Template:Infobox automobile: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Removing hiddenStructure CSS hack due to accessibility problems
Line 1: Line 1:
{| class="infobox bordered" style="width: 258px; text-align: left; font-size: 95%;" cellpadding="3"
{| class="infobox bordered" style="width: 258px; text-align: left; font-size: 95%;" cellpadding="3"
| colspan="2" style="color: white; background: {{{boxcolor|darkgreen}}}; text-align: center; font-size: larger;" | '''{{{name}}}'''
| colspan="2" style="color: white; background: {{{boxcolor|darkgreen}}}; text-align: center; font-size: larger;" | '''{{{name}}}'''
|- class{{{image|}}}="hiddenStructure"
|-
| colspan="2" style="text-align: center;" | {{{image|}}}
| colspan="2" style="text-align: center;" | {{{image}}}
|- class{{{aka|}}}="hiddenStructure"
|-
! {{qif|test={{{aka|}}}|then=Also called:<td>{{{aka}}} }}
! Also called:
| {{{aka}}}
|-
|-
!width=100| [[List of automobile manufacturers|Manufacturer]]:
!width=100| [[List of automobile manufacturers|Manufacturer]]:
| {{{manufacturer}}}
| {{{manufacturer}}}
|- class{{{production|}}}="hiddenStructure"
|-
! Production:
! {{qif|test={{{production|}}}|then=Production:<td>{{{production}}} }}
| {{{production}}}
|-
! {{qif|test={{{predecessor|}}}|then=Predecessor:<td>{{{predecessor}}} }}
|- class{{{predecessor|}}}="hiddenStructure"
! Predecessor:
|-
| {{{predecessor}}}
! {{qif|test={{{successor|}}}|then=Successor:<td>{{{successor}}} }}
|- class{{{successor|}}}="hiddenStructure"
|-
! Successor:
! {{qif|test={{{class|}}}|then=[[Car classification|Class]]:<td>{{{class}}} }}
| {{{successor}}}
|-
|- class{{{class|}}}="hiddenStructure"
! {{qif|test={{{body_style|}}}|then=Body style:<td>{{{body_style}}} }}
! [[Car classification|Class]]:
|-
| {{{class}}}
! {{qif|test={{{platform|}}}|then=[[Automobile platform|Platform]]:<td>{{{platform}}} }}
|- class{{{body_style|}}}="hiddenStructure"
|-
! Body style:
! {{qif|test={{{engine|}}}|then=[[Car engine|Engine]]:<td>{{{engine}}} }}
| {{{body_style}}}
|-
|- class{{{platform|}}}="hiddenStructure"
! {{qif|test={{{transmission|}}}|then=[[Transmission (mechanics)|Transmission]]:<td>{{{transmission}}} }}
! [[Automobile platform|Platform]]:
|-
| {{{platform}}}
! {{qif|test={{{length|}}}|then=Length:<td>{{{length}}} }}
|- class{{{engine|}}}="hiddenStructure"
|-
! [[Car engine|Engine]]:
! {{qif|test={{{width|}}}|then=Width:<td>{{{width}}} }}
| {{{engine}}}
|-
|- class{{{transmission|}}}="hiddenStructure"
! {{qif|test={{{height|}}}|then=Height:<td>{{{height}}} }}
! [[Transmission (mechanics)|Transmission]]:
|-
| {{{transmission}}}
! {{qif|test={{{weight|}}}|then=[[Curb weight]]:<td>{{{weight}}} }}
|- class{{{length|}}}="hiddenStructure"
|-
! Length:
! {{qif|test={{{wheelbase|}}}|then=[[Wheelbase]]:<td>{{{wheelbase}}} }}
| {{{length}}}
|-
|- class{{{width|}}}="hiddenStructure"
! {{qif|test={{{related|}}}|then=Related:<td>{{{related}}} }}
! Width:
|-
| {{{width}}}
! {{qif|test={{{similar|}}}|then=Similar:<td>{{{similar}}} }}
|- class{{{height|}}}="hiddenStructure"
|-
! Height:
! {{qif|test={{{designer|}}}|then=Designer:<td>{{{designer}}} }}
| {{{height}}}
|- class{{{weight|}}}="hiddenStructure"
! [[Curb weight]]:
| {{{weight}}}
|- class{{{wheelbase|}}}="hiddenStructure"
! [[Wheelbase]]:
| {{{wheelbase}}}
|- class{{{related|}}}="hiddenStructure"
! Related:
| {{{related}}}
|- class{{{similar|}}}="hiddenStructure"
! Similar:
| {{{similar}}}
|- class{{{designer|}}}="hiddenStructure"
! Designer:
| {{{designer}}}
|}<noinclude>
|}<noinclude>



Revision as of 03:07, 27 January 2006

{{{name}}}
{{{image}}}
Also called: {{{aka}}}
Manufacturer: {{{manufacturer}}}
Production: {{{production}}}
Predecessor: {{{predecessor}}}
Successor: {{{successor}}}
Class: {{{class}}}
Body style: {{{body_style}}}
Platform: {{{platform}}}
Engine: {{{engine}}}
Transmission: {{{transmission}}}
Length: {{{length}}}
Width: {{{width}}}
Height: {{{height}}}
Curb weight: {{{weight}}}
Wheelbase: {{{wheelbase}}}
Related: {{{related}}}
Similar: {{{similar}}}
Designer: {{{designer}}}

Usage

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