Template:Infobox vehicle

From PZwiki
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.