Template:Infobox vehicle: Difference between revisions

(Created page with '{|class="infobox bordered vcard" style="width: 23em; text-align: left; font-size: 89%;" !colspan="4" style="background: #FFFFFF; color: #000000;"|<center>'''VehicleName'''</cent…')
 
mNo edit summary
 
(134 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{|class="infobox bordered vcard" style="width: 23em; text-align: left; font-size: 89%;"
<includeonly>{{infobox
!colspan="4" style="background: #FFFFFF; color: #000000;"|<center>'''VehicleName'''</center>
|name        =  
|-
|bodystyle    = background-color: #F0F0FA;
! colspan="4" style="background: #FFFFFF; color: #000000;" |[[Image:QuestionMark.jpg|Vehicle Image|300px|center|]]<center>Image.</center>
|title        = Vehicle
|-
|titlestyle  = font-size: 90%;
|width="10%" style="text-align:center;"|'''Manufacturer:'''
text-transform: uppercase;
|width="20%" style="text-align:left;"|Manufacturer name. Also include this -> (GTA IV)
background-color: #EEE;
|-
border: 1px solid #AAA;
|width="10%" style="text-align:center;"|'''Type:'''
border-bottom: none;  
|width="20%" style="text-align:left;"|[[:Category:Cars|Type the category the car belongs to.]]
|above = {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
|-
|abovestyle = font-size: 150%;
|width="10%" style="text-align:center;"|'''Body Style:'''
|width="20%" style="text-align:left;"|Body Style of the car
|-
|width="10%" style="text-align:center;"|'''Capacity:'''
|width="20%" style="text-align:left;"|Passenger it can hold
|-
|width="10%" style="text-align:center;"|'''Top Speed:'''
|width="20%" style="text-align:left;"|Low (for low cars)/Medium (for cars on normal speed)/High (fast cars)
|-
|width="10%" style="text-align:center;"|'''Endurance:'''
|width="20%" style="text-align:left;"|Low/Medium/High
|-style="text-align: center;"
|width="10%" style="text-align:center;"|'''Appearances:'''
|width="20%" style="text-align:left;"|
Type the games they appear on.
|-
|width="10%" style="text-align:center;"|'''Based on:'''
|width="20%" style="text-align:left;"|See [[#Design]].
|}


<noinclude>Category:Template</noinclude>
|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}}}| ]]
 
|imagestyle  = {{{imagestyle|}}}
|captionstyle = {{{captionstyle|}}}
 
|headerstyle  = background:#444; color: #fff;
|labelstyle  = background:#ddd;
|datastyle    =
 
|header1 =
 
|label1  = Appearance(s)
|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]]}}
 
|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
}}