Template:Infobox vehicle: Difference between revisions

mNo edit summary
mNo edit summary
 
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{|class="infobox bordered vcard" style="width: 23em; text-align: left; font-size: 89%;"
<includeonly>{{infobox
!colspan="2" style="background: #FFFFFF; color: #000000;"|<center>'''{{{name}}}'''</center>
|name        =
|-
|bodystyle    = background-color: #F0F0FA;
| colspan="2" style="background: #FFFFFF; color: #000000;"|
|title        = Vehicle
{{#if:{{{front_image|}}}|[[Image:{{{front_image}}}|{{{image_size}}}px|center]]<center>{{{caption}}}
|titlestyle  = font-size: 90%;
{{#if:{{{rear_image|}}}|<br>(<small>[[:Image:{{{rear_image|}}}|Rear quarter view{{#if:{{{rear_image_add_caption|}}}|&#59; {{{rear_image_add_caption|}}}&#46;|&#46;}}]]</small>)|}}</center>
text-transform: uppercase;
}}
background-color: #EEE;
{{#if:{{{aka|}}}|
border: 1px solid #AAA;
{{pipe}}-<!-- Representing "|-" -->
border-bottom: none;  
!width="10%" style="text-align:center;"{{pipe}}'''Also known as'''
|above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{aka|}}}|
|abovestyle = font-size: 150%;
{{pipe}}-
|
}}
{{#if:{{{vehicle_type|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Vehicle type'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{vehicle_type|}}}|
{{pipe}}-
|
}}
{{#if:{{{body_style|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Body style'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{body_style|}}}|
{{pipe}}-
|
}}
{{#if:{{{capacity|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Capacity'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{capacity|}}}|
{{pipe}}-
|
}}
{{#if:{{{appearances|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Appearance(s)'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{appearances|}}}|
{{pipe}}-
|
}}
{{#if:{{{manufacturer|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Manufacturer'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{manufacturer|}}}|
{{pipe}}-
|
}}
{{#if:{{{getting_it|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''How/Where to get it'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{getting_it|}}}|
{{pipe}}-
|
}}
{{#if:{{{related|}}}|
{{pipe}}-
!width="10%" style="text-align:center;"{{pipe}}'''Related vehicle(s)'''
{{pipe}}width="20%" style="text-align:left;"{{pipe}}{{{related|}}}|
{{pipe}}-
|
}}
|}<noinclude>
The following code will display the infobox illustrated to the right. The list of available inputs are provided below:


<code><nowiki>{{Infobox vehicles</nowiki><br>
|image        = {{#if:{{{front_image|}}}|[[File:{{{front_image}}}|{{#if:{{{image_size|}}}|{{{image_size|}}}px|170px}}|center|{{{caption}}}&#46;]]}}{{#if:{{{rear_image|}}}|(<small>[[:File:{{{rear_image|}}}{{!}}Rear quarter view{{#if:{{{rear_image_add_caption|}}}|&#59;&#32;{{{rear_image_add_caption|}}}}}]]</small>)|}}{{#if:{{{caption|}}}|{{#if:{{{rear_image|}}}|<br />|}}{{{caption|}}}&#46;|}}[[:File:{{{front_image}}}| ]]
| name                    = Name of vehicle.<br>
 
| front_image              = Filename of lead image, or image illustrating the front quarter view of a vehicle (i.e. "Imagename.jpg").<br>
|imagestyle  = {{{imagestyle|}}}
| image_size              = Image size in pixels. Insert number only. The default width is 300 pixels.<br>
|captionstyle = {{{captionstyle|}}}
| caption                  = Caption for lead image.<br>
 
| rear_image              = Filename of alternate image, usually a rear quarter image.<br>
|headerstyle  = background:#444; color: #fff;
| vehicle_type            = Vehicle class (i.e. Civilian, [[:Category:Military|law enforcement]], [[:Category:Military|military]], [[:Category:Public Service Vehicles|public service]]; car/[[:Category:Sports Cars|sports car]]/[[:Category:Muscle Cars|muscle car]], [[:Category:Trucks|truck]], [[:Category:Buses|bus]], [[:Category:Bikes|bicycle/motorcycle]], [[:Category:Boats|boat]], etc).<br>
|labelstyle  = background:#ddd;
| body_style              = Vehicle class in detail, including number of doors and body design ([[:Category:Vehicles in The Ballad of Gay Tony|2-door sedan]], [[:Category:Trucks|2-door garbage truck]], [[:Category:Station Wagons|4-door station wagon]]). This field is not needed for buses, motorcycles, bicycles, low-powered vehicles, watercraft and aircraft<br>
|datastyle    =  
| capacity                 = Number of occupants the vehicle can carry, including driver and passenger.<br>
 
| manufacturer             = Manufacturer of the vehicle. Usually applicable for vehicles in GTA IV, although a handful of examples out the game exist.<br>
|header1 =  
| getting_it              = How or where can you get it. Only for vehicles that never spawns in the game but spawns during a mission. Or when you have other stuffs.<br />
 
| appearances              = List games which the vehicle is based in.<br>
|label1  = Appearance(s)
<nowiki>}}</nowiki></code>
|data1  = {{gameselect|{{{game_1|}}}|{{{game_2|}}}|{{{game_3|}}}|{{{game_4|}}}|{{{game_5|}}}|{{{game_6|}}}|{{{game_7|}}}|{{{game_8|}}}|{{{game_9|}}}|{{{game_10|}}}|{{{game_11|}}}|{{{game_12|}}}|{{{game_13|}}}|{{{game_14|}}}|{{{game_15|}}}|{{{game_16|}}}|{{{game_17|}}}|{{{game_18|}}}|{{{game_19|}}}|{{{game_20|}}}}}{{#IF: {{{games|}}} |[[Category:Fix Games]] [[Appearance::{{game|{{{games|}}}}}]] }}{{#IF: {{{appearances|}}} |[[Category:Fix Games]] [[Appearance::{{game|{{{appearances|}}}}}]] }}{{#IF: {{{game_1|}}} |  | [[Category:Fix Games]]}}
[[Category:Infobox Templates]]</noinclude>
 
|label2  = Also known as
|data2  = {{{aka|}}}
 
|label3  = Vehicle type
|data3  = {{{vehicle_type|}}}
 
|label4  = Body style
|data4  = {{{body_style|}}}
 
|label5  = Capacity
|data5  = {{{capacity|}}}
 
|label6  = Manufacturer
|data6  = {{{manufacturer|}}}
 
|label7  = How/Where to get it
|data7  = {{{getting_it|}}}
 
|label8  = Related vehicle(s)
|data8  = {{{related|}}}
 
}}[[Type::Vehicle| ]]</includeonly><noinclude>
 
{{doc}}
 
[[Category:Infobox Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 22:37, 22 December 2013


This documentation is imported from Template:Infobox vehicle/doc

The following code will display the vehicle infobox. The list of available inputs are provided below:

{{Infobox vehicle
| name                     = Name of vehicle.
| front_image              = Filename of lead image, or image illustrating the front quarter view of a vehicle (i.e. "Imagename.jpg").
| image_size               = Image size in pixels. Insert number only. The default width is 300 pixels.
| caption                  = Caption for lead image
| rear_image               = Filename of alternate image, usually a rear quarter image
| vehicle_type             = Vehicle class
| body_style               = Vehicle class in detail, including number of doors and body design
| capacity                 = Number of occupants the vehicle can carry, including driver and passenger
| manufacturer             = Manufacturer of the vehicle. Usually applicable for vehicles in GTA IV
| getting_it               = How or where can you get it. Only for vehicles that never spawns in the game but spawns during a mission. Or when you have other stuffs
| appearances              = List games which the vehicle is featured in
}}