Usage
The template should fill in data automatically from API even if there are no template parameters.
The following parameters are needed if there are no data in game or on ship matrix.
{{Vehicle
| name = <!-- Vehicle name -->
| size = <!-- Size of the vehicle (e.g. small grid/large grid) -->
| role = <!-- Role of the ship -->
| cargocapacity = <!-- Cargo capacity in L -->
}}
TemplateData
Handles data related to vehicles.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | The file name of the image of the ship/vehicle
| String | suggested |
| Name | name | The name of the ship/vehicle
| String | required |
| Manufacturer | manufacturer | The manufacturer who made the ship/vehicle
| String | suggested |
| Role | role | The role of the ship/vehicle
| String | suggested |
| Size | size | The size of the ship/vehicle (Small grid/Large grid)
| String | suggested |
| Min crew | mincrew | The minimum crew of the ship/vehicle
| Number | required |
| Max crew | maxcrew | The maximum crew of the ship/vehicle
| Number | required |
| Ship/vehicle series | series | The ship/vehicle series that this ship/vehicle belongs to
| String | optional |
| Cargo capacity | cargocapacity | The cargo capacity of the ship in L (Liters)
| Number | suggested |
| Production state | productionstate | The production state of the ship/vehicle
| String | optional |
| Length | length | The length of the ship/vehicle in meters
| Number | suggested |
| Width | width beam | The width of the ship/vehicle in meters
| Number | suggested |
| Height | height | The height of the ship/vehicle in meters
| Number | suggested |
| Maximum speed | maxspeed | The maximum speed of the ship/vehicle in m/s (meters/second)
| Number | optional |
| Mass | mass | The raw mass of the ship in kg (kilograms) or t (metric tons)
| Number | optional |
| uuid | uuid | no description | Unknown | optional |
| smwqueryname | smwqueryname | no description | Unknown | optional |