Template:Infobox vehicle: Difference between revisions

From PZwiki
m (fix for sections not displaying if a parameter is empty)
m (Automated Formatting)
 
(13 intermediate revisions by 4 users not shown)
Line 3: Line 3:


==Usage==
==Usage==
Copy and paste the below into an article, filling in the blanks.  
Copy and paste the below into an article, filling in the blanks.
{{Infobox vehicle
{{Infobox vehicle
|name=name
|name=name
Line 73: Line 73:
:Name of the vehicle. Defaults to the page title
:Name of the vehicle. Defaults to the page title
;<code>image</code>
;<code>image</code>
:Image to be displayed. For multiple images, add an id to the parameter, from 2 to 5, e.g. <code>image2</code>. If there are at least 2 images, an icon will be displayed (or defined with <code>icon</code>). When clicked, the image with the same id will be displayed.  
:Image to be displayed. For multiple images, add an id to the parameter, from 2 to 5, e.g., <code>image2</code>. If there are at least 2 images, an icon will be displayed (or defined with <code>icon</code>). When clicked, the image with the same id will be displayed.
;<code>image_name</code>
;<code>image_name</code>
:Text to display when hovering over the image. Text will be shown for the image with the same id, e.g. <code>image_name2</code> for <code>image2</code>.
:Text to display when hovering over the image. Text will be shown for the image with the same id, e.g., <code>image_name2</code> for <code>image2</code>.
;<code>image_width</code>
;<code>image_width</code>
:Width of the image. Maximum image size is 200px. Will change the width of the image with the same id, e.g. <code>image_width2</code> for <code>image2</code>.
:Width of the image. The maximum image size is 200px. Will change the width of the image with the same id, e.g., <code>image_width2</code> for <code>image2</code>.
;<code>image_caption</code>
;<code>image_caption</code>
:Caption to be displayed beneath the image.
:Caption to be displayed beneath the image.
;<code>icon</code>
;<code>icon</code>
:Icon for the image. For multiple icons, add an id to the parameter, from 2 to 5, e.g. <code>icon2</code>. Clicking the icon will display the image with the same id.  
:Icon for the image. For multiple icons, add an id to the parameter, from 2 to 5, e.g., <code>icon2</code>. Clicking the icon will display the image with the same id.
;<code>icon_name</code>
;<code>icon_name</code>
:Text to display when hovering over the icon. Text will be shown for the icon with the same id, e.g. <code>icon_name2</code> for <code>icon2</code>.
:Text to display when hovering over the icon. Text will be shown for the icon with the same id, e.g., <code>icon_name2</code> for <code>icon2</code>.
 
===General===
===General===
;<code>manufacturer</code>
;<code>manufacturer</code>
:Vehicle manufacturer. Include a link if a page exists, e.g. {{code|[[Chevalier]]}}.  
:Vehicle manufacturer. Include a link if a page exists, e.g., {{code|[[Chevalier]]}}.
;<code>vehicle_type</code>
;<code>vehicle_type</code>
:Type of the vehicle, e.g. "Standard", "Commercial", "Performance". This will automatically link to [[Vehicles#Types]].  
:Type of the vehicle, e.g., "Standard", "Commercial", "Performance". This will automatically link to [[Vehicles#Types]].
;<code>weight</code>
;<code>weight</code>
:Weight of the vehicle. <code>mass</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Weight of the vehicle. <code>mass</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
Line 95: Line 96:
;<code>engine_loudness</code>
;<code>engine_loudness</code>
:Loudness of the engine. <code>engineLoudness</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Loudness of the engine. <code>engineLoudness</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
===Body===
===Body===
;<code>seats</code>
;<code>seats</code>
:Number of seats in the vehicle. <code>seats</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Number of seats in the vehicle. <code>seats</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
;<code>doors</code>
;<code>doors</code>
:Number of doors in the vehicle.  
:Number of doors in the vehicle.
;<code>trunk_storage</code>
;<code>trunk_storage</code>
:Encumbrance capacity of the trunk. <code>TruckBed</code> > <code>container</code> > <code>capacity</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Encumbrance capacity of the trunk. <code>TruckBed</code> > <code>container</code> > <code>capacity</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
;<code>glove_box</code>
;<code>glove_box</code>
:Wncumbrance capacity of the glove box. <code>GloveBox</code> > <code>container</code> > <code>capacity</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Encumbrance capacity of the glove box. <code>GloveBox</code> > <code>container</code> > <code>capacity</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
 
===Variants===
===Variants===
;<code>service</code>
;<code>service</code>
:Service variant of the vehicle. E.g. Police, Ambulance, Postal.
:Service variant of the vehicle. E.g., Police, Ambulance, Postal.
;<code>style</code>
;<code>style</code>
:Style variant of the vehicle. E.g. Wood Siding.
:Style variant of the vehicle. E.g., Wood Siding.
;<code>color</code>
;<code>color</code>
:Color variant of the vehicle. E.g. Yellow, Green. Only include if there are unique color variants, e.g. taxi.  
:Color variant of the vehicle. E.g., Yellow, Green. Only include if there are unique color variants, e.g., taxi.
===Techncial===
 
===Technical===
;<code>model</code>
;<code>model</code>
:Model used for the vehicle. <code>vehicle</code> > <code>model</code> > <code>file</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
:Model used for the vehicle. <code>vehicle</code> > <code>model</code> > <code>file</code> attribute found in the vehicle script file (media\scripts\vehicle_...).
;<code>vehicle_id</code>
;<code>vehicle_id</code>
:The ID of the vehicle. The format is <code>[module].[vehicle]</code>. This can be found in-game with debug in the vehicle list. Otherwise, in the vehicle scripts where <code>[module]</code> is the name of the module block (usually <code>Base</code>), and <code>[vehicle]</code> is the vehicle block. <br>Multiple vehicle IDs can be set by either: separating with {{code|<br>}} or adding a 'suffix id' to the end (up to 10), e.g. <code>vehicle_id2</code>.
:The ID of the vehicle. The format is <code>[module].[vehicle]</code>. This can be found in-game with debug in the vehicle list. Otherwise, in the vehicle scripts where <code>[module]</code> is the name of the module block (usually <code>Base</code>), and <code>[vehicle]</code> is the vehicle block. <br>Multiple vehicle IDs can be set by either: separating with {{code|<br>}} or adding a 'suffix id' to the end (up to 10), e.g., <code>vehicle_id2</code>.
;<code>vehicle_id_more</code>
;<code>vehicle_id_more</code>
:Adds a "See all" link, linking to the section named in the parameter. E.g. {{code|vehicle_id_more{{=}}Vehicle IDs}} will link to a section called "Vehicle IDs". This is useful for multiple IDs, or where more information is required to distinguish between each ID, as the ID itself is generally not very descriptive.  
:Adds a "See all" link, linking to the section named in the parameter. E.g., {{code|vehicle_id_more{{=}}Vehicle IDs}} will link to a section called "Vehicle IDs". This is useful for multiple IDs, or where more information is required to distinguish between each ID, as the ID itself is generally not very descriptive.


==Example==
==Example==
Line 140: Line 144:
|model=Vehicles_CarStationWagon
|model=Vehicles_CarStationWagon
|vehicle_id=Base.CarStationWagon<br>Base.CarStationWagon2
|vehicle_id=Base.CarStationWagon<br>Base.CarStationWagon2
}}This example is the [[Chevalier Cerise Wagon]].  
}}
This example is the [[Chevalier Cerise Wagon]].
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
{{Infobox vehicle
{{Infobox vehicle
Line 172: Line 177:
| manufacturer = Manufacturer
| manufacturer = Manufacturer
| vehicle_type = Vehicle type
| vehicle_type = Vehicle type
| types = Types <!-- this should be the same as the section title on the Vehicles page -->
| weight = Weight
| weight = Weight
| weight_desc = Dependant on the contents, parts and variant
| weight_desc = Dependent on the contents, parts, and variant
| engine_power = Engine power
| engine_power = Engine power
| condition_desc = Dependant on the condition
| condition_desc = Dependent on the condition
| engine_loudness = Engine loudness
| engine_loudness = Engine loudness
<!--BODY-->
<!--BODY-->
| body = Body
| body = Body
| seats = Seats
| seats = Seats
| variant_desc = Dependant on the variant
| variant_desc = Dependent on the variant
| doors = Doors
| doors = Doors
| trunk = Trunk storage
| trunk = Trunk storage
| trunk_tooltip = Maximum encumbrance stored in the trunk
| trunk_tooltip = Maximum encumbrance stored in the trunk
| trunk_desc = Dependant on the part, condition and variant
| trunk_desc = Dependent on the part, condition, and variant
| glove_box = Glove box
| glove_box = Glove box
| glove_box_tooltip = Maximum encumbrance stored in the glove box
| glove_box_tooltip = Maximum encumbrance stored in the glove box
Line 197: Line 203:
| vehicle_id = Vehicle ID
| vehicle_id = Vehicle ID
| see_all = See all
| see_all = See all
| #default = [[Category:Incorrect template usage]]
| #default = {{Error|translation}}
}}
}}
</syntaxhighlight>}}
</syntaxhighlight>}}
Line 213: Line 219:
   | color = var(--color-red)
   | color = var(--color-red)
   | {{Infobox/image
   | {{Infobox/image
     | 1 = {{#if:{{{icon|{{{image2|}}}}}}|[[File:{{{icon|{{{image}}}}}}|{{{icon_name|{{{image_name|{{{name|}}}}}}}}}|link=]]}}
     | 1 = {{#if:{{{icon|}}}{{{image2|}}}|[[File:{{{icon|{{{image}}}}}}|{{{icon_name|{{{image_name|{{{name|}}}}}}}}}|link=]]}}
     | 2 = {{#if:{{{icon2|{{{image2|}}}}}}|[[File:{{{icon2|{{{image2}}}}}}|{{{icon_name2|{{{image_name2|{{{name|}}}}}}}}}|link=]]}}
     | 2 = {{#if:{{{icon2|}}}{{{image2|}}}|[[File:{{{icon2|{{{image2}}}}}}|{{{icon_name2|{{{image_name2|{{{name|}}}}}}}}}|link=]]}}
     | 3 = {{#if:{{{icon3|{{{image3|}}}}}}|[[File:{{{icon3|{{{image3}}}}}}|{{{icon_name3|{{{image_name3|{{{name|}}}}}}}}}|link=]]}}
     | 3 = {{#if:{{{icon3|}}}{{{image3|}}}|[[File:{{{icon3|{{{image3}}}}}}|{{{icon_name3|{{{image_name3|{{{name|}}}}}}}}}|link=]]}}
     | 4 = {{#if:{{{icon4|{{{image4|}}}}}}|[[File:{{{icon4|{{{image4}}}}}}|{{{icon_name4|{{{image_name4|{{{name|}}}}}}}}}|link=]]}}
     | 4 = {{#if:{{{icon4|}}}{{{image4|}}}|[[File:{{{icon4|{{{image4}}}}}}|{{{icon_name4|{{{image_name4|{{{name|}}}}}}}}}|link=]]}}
     | 5 = {{#if:{{{icon5|{{{image5|}}}}}}|[[File:{{{icon5|{{{image5}}}}}}|{{{icon_name5|{{{image_name5|{{{name|}}}}}}}}}|link=]]}}
     | 5 = {{#if:{{{icon5|}}}{{{image5|}}}|[[File:{{{icon5|{{{image5}}}}}}|{{{icon_name5|{{{image_name5|{{{name|}}}}}}}}}|link=]]}}
     | p1 = {{#if:{{{image|{{{icon}}}}}}|[[File:{{{image|{{{icon}}}}}}|{{{image_name|{{{icon_name|{{{name|}}}}}}}}}|{{{model_width|200px}}}]]}}
     | p1 = {{#if:{{{image|}}}{{{icon}}}|[[File:{{{image|{{{icon}}}}}}|{{{image_name|{{{icon_name|{{{name|}}}}}}}}}|{{{model_width|200px}}}]]}}
     | p2 = {{#if:{{{image2|{{{icon2}}}}}}|[[File:{{{image2|{{{icon2}}}}}}|{{{image_name2|{{{icon_name2|{{{name|}}}}}}}}}|{{{image_width2|200px}}}]]}}
     | p2 = {{#if:{{{image2|}}}{{{icon2}}}|[[File:{{{image2|{{{icon2}}}}}}|{{{image_name2|{{{icon_name2|{{{name|}}}}}}}}}|{{{image_width2|200px}}}]]}}
     | p3 = {{#if:{{{image3|{{{icon3}}}}}}|[[File:{{{image3|{{{icon3}}}}}}|{{{image_name3|{{{icon_name3|{{{name|}}}}}}}}}|{{{image_width3|200px}}}]]}}
     | p3 = {{#if:{{{image3|}}}{{{icon3}}}|[[File:{{{image3|{{{icon3}}}}}}|{{{image_name3|{{{icon_name3|{{{name|}}}}}}}}}|{{{image_width3|200px}}}]]}}
     | p4 = {{#if:{{{image4|{{{icon4}}}}}}|[[File:{{{image4|{{{icon4}}}}}}|{{{image_name4|{{{icon_name4|{{{name|}}}}}}}}}|{{{image_width4|200px}}}]]}}
     | p4 = {{#if:{{{image4|}}}{{{icon4}}}|[[File:{{{image4|{{{icon4}}}}}}|{{{image_name4|{{{icon_name4|{{{name|}}}}}}}}}|{{{image_width4|200px}}}]]}}
     | p5 = {{#if:{{{image5|{{{icon5}}}}}}|[[File:{{{image5|{{{icon5}}}}}}|{{{image_name5|{{{icon_name5|{{{name|}}}}}}}}}|{{{image_width5|200px}}}]]}}
     | p5 = {{#if:{{{image5|}}}{{{icon5}}}|[[File:{{{image5|{{{icon5}}}}}}|{{{image_name5|{{{icon_name5|{{{name|}}}}}}}}}|{{{image_width5|200px}}}]]}}
     | caption = {{#if: {{{image_caption|}}}|''{{{image_caption|}}}''}}
     | caption = {{#if: {{{image_caption|}}}|''{{{image_caption|}}}''}}
   }}{{#if:{{{manufacturer|}}}{{{vehicle_type|}}}{{{type|}}}{{{weight|}}}{{{engine_power|}}}{{{power|}}}{{{engine_loudness|}}}{{{loudness|}}}
   }}{{#if:{{{manufacturer|}}}{{{vehicle_type|}}}{{{type|}}}{{{weight|}}}{{{engine_power|}}}{{{power|}}}{{{engine_loudness|}}}{{{loudness|}}}
Line 234: Line 240:
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Vehicle type|arg1=vehicle_type}}
       |{{tt|name=Infobox vehicle|default=Vehicle type|arg1=vehicle_type}}
       |{{#if:{{{vehicle_type|{{{type|}}}}}}|[[Vehicles#Types|{{{vehicle_type|{{{type|}}}}}}]]}}
       |{{#if:{{{vehicle_type|{{{type|}}}}}}|{{ll|Vehicles|{{{vehicle_type|{{{type|}}}}}}|#={{tt|name=Infobox vehicle|default=Types|arg1=types}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Weight|arg1=weight}}
       |{{tt|name=Infobox vehicle|default=Weight|arg1=weight}}
       |{{#if:{{{weight|}}}|{{tooltip|{{{weight|}}}|{{tt|name=Infobox vehicle|default=Dependant on the contents, parts and variant|arg1=weight_desc}}}}}}
       |{{#if:{{{weight|}}}|{{tooltip|{{{weight|}}}|{{tt|name=Infobox vehicle|default=Dependent on the contents, parts, and variant|arg1=weight_desc}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Engine power|arg1=engine_power}}
       |{{tt|name=Infobox vehicle|default=Engine power|arg1=engine_power}}
       |{{#if:{{{engine_power|{{{power|}}}}}}|{{tooltip|{{{engine_power|{{{power|}}}}}}|{{tt|name=Infobox vehicle|default=Dependant on the condition|arg1=condition_desc}}}}}}
       |{{#if:{{{engine_power|{{{power|}}}}}}|{{tooltip|{{{engine_power|{{{power|}}}}}}|{{tt|name=Infobox vehicle|default=Dependent on the condition|arg1=condition_desc}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Engine loudness|arg1=engine_loudness}}
       |{{tt|name=Infobox vehicle|default=Engine loudness|arg1=engine_loudness}}
       |{{#if:{{{engine_loudness|{{{loudness|}}}}}}|{{tooltip|{{{engine_loudness|{{{loudness|}}}}}}|{{tt|name=Infobox vehicle|default=Dependant on the condition|arg1=condition_desc}}}}}}
       |{{#if:{{{engine_loudness|{{{loudness|}}}}}}|{{tooltip|{{{engine_loudness|{{{loudness|}}}}}}|{{tt|name=Infobox vehicle|default=Dependent on the condition|arg1=condition_desc}}}}}}
     }}
     }}
   }}}}{{#if:{{{seats|}}}{{{doors|}}}{{{trunk_storage|}}}{{{trunk|}}}{{{glove_box|}}}{{{glove|}}}
   }}}}{{#if:{{{seats|}}}{{{doors|}}}{{{trunk_storage|}}}{{{trunk|}}}{{{glove_box|}}}{{{glove|}}}
Line 252: Line 258:
     | {{Infobox/sandbox/row
     | {{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Seats|arg1=seats}}
       |{{tt|name=Infobox vehicle|default=Seats|arg1=seats}}
       |{{#if:{{{seats|}}}|{{tooltip|{{{seats|}}}|{{tt|name=Infobox vehicle|default=Dependant on the variant|arg1=variant_desc}}}}}}
       |{{#if:{{{seats|}}}|{{tooltip|{{{seats|}}}|{{tt|name=Infobox vehicle|default=Dependent on the variant|arg1=variant_desc}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Doors|arg1=doors}}
       |{{tt|name=Infobox vehicle|default=Doors|arg1=doors}}
       |{{#if:{{{doors|}}}|{{tooltip|{{{doors|}}}|{{tt|name=Infobox vehicle|default=Dependant on the variant|arg1=variant_desc}}}}}}
       |{{#if:{{{doors|}}}|{{tooltip|{{{doors|}}}|{{tt|name=Infobox vehicle|default=Dependent on the variant|arg1=variant_desc}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Trunk|arg1=trunk}}
       |{{tt|name=Infobox vehicle|default=Trunk|arg1=trunk}}
       |tooltip={{tt|name=Infobox vehicle|default=Maximum encumbrance stored in the trunk|arg1=trunk_tooltip}}
       |tooltip={{tt|name=Infobox vehicle|default=Maximum encumbrance stored in the trunk|arg1=trunk_tooltip}}
       |{{#if:{{{trunk_storage|{{{trunk|}}}}}}|{{tooltip|{{{trunk_storage|{{{trunk|}}}}}}|{{tt|name=Infobox vehicle|default=Dependant on the part, condition and variant|arg1=trunk_desc}}}}}}
       |{{#if:{{{trunk_storage|{{{trunk|}}}}}}|{{tooltip|{{{trunk_storage|{{{trunk|}}}}}}|{{tt|name=Infobox vehicle|default=Dependent on the part, condition, and variant|arg1=trunk_desc}}}}}}
     }}{{Infobox/sandbox/row
     }}{{Infobox/sandbox/row
       |{{tt|name=Infobox vehicle|default=Glove box|arg1=glove_box}}
       |{{tt|name=Infobox vehicle|default=Glove box|arg1=glove_box}}
       |tooltip={{tt|name=Infobox vehicle|default=Maximum encumbrance stored in the glove box|arg1=glove_box_tooltip}}
       |tooltip={{tt|name=Infobox vehicle|default=Maximum encumbrance stored in the glove box|arg1=glove_box_tooltip}}
       |{{#if:{{{glove_box|{{{glove|}}}}}}|{{tooltip|{{{glove_box|{{{glove|}}}}}}|{{tt|name=Infobox vehicle|default=Dependant on the condition|arg1=condition_desc}}}}}}
       |{{#if:{{{glove_box|{{{glove|}}}}}}|{{tooltip|{{{glove_box|{{{glove|}}}}}}|{{tt|name=Infobox vehicle|default=Dependent on the condition|arg1=condition_desc}}}}}}
     }}
     }}
   }}}}{{#if:{{{service|}}}{{{style|}}}{{{colors|}}}
   }}}}{{#if:{{{service|}}}{{{style|}}}{{{colors|}}}

Latest revision as of 14:16, 14 April 2024

Notebook.pngTemplate Documentation

Infobox used for vehicles.

Usage

Copy and paste the below into an article, filling in the blanks.

name
image_name
image_name2
image_name3
image_name4
image_name5
image_caption
General
Manufacturer
manufacturer
Vehicle type
Weight
weight
Engine power
engine_power
Engine loudness
engine_loudness
Body
Seats
seats
Doors
doors
Trunk
trunk_storage
Glove box
glove_box
Variants
Service
service
Style
style
Available colors
colors
Technical
Model
model
Vehicle ID
vehicle_id
{{Infobox vehicle
|name=
|image=
|image2=
|image3=
|image4=
|image5=
|image_name=
|image_name2=
|image_name3=
|image_name4=
|image_name5=
|image_caption=
<!--GENERAL-->
|manufacturer=
|vehicle_type=
|weight=
|engine_power=
|engine_loudness=
<!--BODY-->
|seats=
|doors=
|trunk_storage=
|glove_box =
<!--VARIANTS-->
|service=
|style=
|color =
<!--TECHNICAL-->
|model=
|vehicle_id =
}}

Parameters

Name and image

name
Name of the vehicle. Defaults to the page title
image
Image to be displayed. For multiple images, add an id to the parameter, from 2 to 5, e.g., image2. If there are at least 2 images, an icon will be displayed (or defined with icon). When clicked, the image with the same id will be displayed.
image_name
Text to display when hovering over the image. Text will be shown for the image with the same id, e.g., image_name2 for image2.
image_width
Width of the image. The maximum image size is 200px. Will change the width of the image with the same id, e.g., image_width2 for image2.
image_caption
Caption to be displayed beneath the image.
icon
Icon for the image. For multiple icons, add an id to the parameter, from 2 to 5, e.g., icon2. Clicking the icon will display the image with the same id.
icon_name
Text to display when hovering over the icon. Text will be shown for the icon with the same id, e.g., icon_name2 for icon2.

General

manufacturer
Vehicle manufacturer. Include a link if a page exists, e.g., [[Chevalier]].
vehicle_type
Type of the vehicle, e.g., "Standard", "Commercial", "Performance". This will automatically link to Vehicles.
weight
Weight of the vehicle. mass attribute found in the vehicle script file (media\scripts\vehicle_...).
engine_power
Power of the engine. engineForce attribute found in the vehicle script file (media\scripts\vehicle_...).
engine_loudness
Loudness of the engine. engineLoudness attribute found in the vehicle script file (media\scripts\vehicle_...).

Body

seats
Number of seats in the vehicle. seats attribute found in the vehicle script file (media\scripts\vehicle_...).
doors
Number of doors in the vehicle.
trunk_storage
Encumbrance capacity of the trunk. TruckBed > container > capacity attribute found in the vehicle script file (media\scripts\vehicle_...).
glove_box
Encumbrance capacity of the glove box. GloveBox > container > capacity attribute found in the vehicle script file (media\scripts\vehicle_...).

Variants

service
Service variant of the vehicle. E.g., Police, Ambulance, Postal.
style
Style variant of the vehicle. E.g., Wood Siding.
color
Color variant of the vehicle. E.g., Yellow, Green. Only include if there are unique color variants, e.g., taxi.

Technical

model
Model used for the vehicle. vehicle > model > file attribute found in the vehicle script file (media\scripts\vehicle_...).
vehicle_id
The ID of the vehicle. The format is [module].[vehicle]. This can be found in-game with debug in the vehicle list. Otherwise, in the vehicle scripts where [module] is the name of the module block (usually Base), and [vehicle] is the vehicle block.
Multiple vehicle IDs can be set by either: separating with <br> or adding a 'suffix id' to the end (up to 10), e.g., vehicle_id2.
vehicle_id_more
Adds a "See all" link, linking to the section named in the parameter. E.g., vehicle_id_more=Vehicle IDs will link to a section called "Vehicle IDs". This is useful for multiple IDs, or where more information is required to distinguish between each ID, as the ID itself is generally not very descriptive.

Example

Chevalier Cerise Wagon
Chevalier Cerise Wagon
Chevalier Cerise Wagon (Wood Siding)
[[File:{{{icon3}}}|Chevalier Cerise Wagon|200px]]
[[File:{{{icon4}}}|Chevalier Cerise Wagon|200px]]
[[File:{{{icon5}}}|Chevalier Cerise Wagon|200px]]
General
Manufacturer
Vehicle type
Weight
900
Engine power
4200
Engine loudness
80
Body
Seats
4
Doors
4
Trunk
60
Glove box
5
Variants
Style
Wood Siding
Technical
Model
Vehicles_CarStationWagon
Vehicle ID
Base.CarStationWagon
Base.CarStationWagon2

This example is the Chevalier Cerise Wagon.

{{Infobox vehicle
|name=Chevalier Cerise Wagon
|image=Base.CarStationWagon.png
|image2=Chevalier Cerise Wagon.png
|image_name2=Chevalier Cerise Wagon (Wood Siding)
<!--GENERAL-->
|manufacturer=[[Chevalier]]
|vehicle_type=Standard
|weight=900
|engine_power=4200
|engine_loudness=80
<!--BODY-->
|seats=4
|doors=4
|trunk_storage=60
|glove_box=5
|style=Wood Siding
<!--TECHNICAL-->
|model=Vehicles_CarStationWagon
|vehicle_id=Base.CarStationWagon<br>Base.CarStationWagon2
}}

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
<!--GENERAL-->
| general = General
| manufacturer = Manufacturer
| vehicle_type = Vehicle type
| types = Types <!-- this should be the same as the section title on the Vehicles page -->
| weight = Weight
| weight_desc = Dependent on the contents, parts, and variant
| engine_power = Engine power
| condition_desc = Dependent on the condition
| engine_loudness = Engine loudness
<!--BODY-->
| body = Body
| seats = Seats
| variant_desc = Dependent on the variant
| doors = Doors
| trunk = Trunk storage
| trunk_tooltip = Maximum encumbrance stored in the trunk
| trunk_desc = Dependent on the part, condition, and variant
| glove_box = Glove box
| glove_box_tooltip = Maximum encumbrance stored in the glove box
<!--VARIANTS-->
| variants = Variants
| service = Service
| style = Style
| available_colors = Available colors
<!--TECHNICAL-->
| technical = Technical
| model = Model
| vehicle_id = Vehicle ID
| see_all = See all
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.