No edit summary |
No edit summary |
||
| Line 152: | Line 152: | ||
"description": "The manufacturer who made the ship/vehicle", | "description": "The manufacturer who made the ship/vehicle", | ||
"example": "Enax Industries", | "example": "Enax Industries", | ||
"type": " | "type": "content", | ||
"suggested": true | |||
}, | }, | ||
"productionstatus": { | "productionstatus": { | ||
| Line 163: | Line 164: | ||
"label": "Length (m)", | "label": "Length (m)", | ||
"description": "The length of the ship/vehicle in meters", | "description": "The length of the ship/vehicle in meters", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
}, | }, | ||
"beam": { | "beam": { | ||
| Line 171: | Line 173: | ||
"label": "Beam (m)", | "label": "Beam (m)", | ||
"description": "The width of the ship/vehicle in meters", | "description": "The width of the ship/vehicle in meters", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
}, | }, | ||
"height": { | "height": { | ||
"label": "Height (m)", | "label": "Height (m)", | ||
"description": "The height of the ship/vehicle in meters", | "description": "The height of the ship/vehicle in meters", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
}, | }, | ||
"gridsize": { | "gridsize": { | ||
| Line 193: | Line 197: | ||
"label": "Crew", | "label": "Crew", | ||
"description": "The number of crew members the ship/vehicle can support", | "description": "The number of crew members the ship/vehicle can support", | ||
"type": "number" | "type": "number", | ||
"suggested": true | |||
}, | }, | ||
"armaments": { | "armaments": { | ||
"label": "Armaments", | "label": "Armaments", | ||
"description": "The weapons installed on the ship/vehicle", | "description": "The weapons installed on the ship/vehicle", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"designer": { | "designer": { | ||
Revision as of 01:30, 6 March 2024
| Vehicle | |
|---|---|
|
Usage
{{Vehicle
| bg_color =
| name =
| image =
| caption =
| type =
| role =
| series =
| manufacturer =
| status =
| length =
| beam =
| height =
| mass =
| gridsize =
| maxspeed =
| crew =
| armaments =
| designer =
}}
The only required parameter is the name. Any others which are unknown or inapplicable should be left blank. Fields marked with "Unknown" blank automatically.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| bg_color | bg_color | no description | String | optional |
| Name | name | The name of the ship/vehicle
| String | required |
| image | image | no description | Unknown | optional |
| imagewidth | imagewidth | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |
| Type | type | The type of ship/vehicle it is
| String | suggested |
| Role | role | The role of the ship/vehicle
| String | suggested |
| Ship/vehicle series | series | The ship/vehicle series that this ship/vehicle belongs to
| String | optional |
| Manufacturer | manufacturer | The manufacturer who made the ship/vehicle
| Content | suggested |
| Status | productionstatus | The status of the ship/vehicle or its production status
| String | optional |
| Length (m) | length | The length of the ship/vehicle in meters | Number | suggested |
| Beam (m) | beam width | The width of the ship/vehicle in meters | Number | suggested |
| Height (m) | height | The height of the ship/vehicle in meters | Number | suggested |
| Mass (kg) | mass (kilos) | The raw mass of the ship in kilograms | Number | optional |
| Mass (t) | mass (tons) | The raw mass of the ship in metric tons | Number | optional |
| Grid size | gridsize | The grid size of the ship/vehicle
| String | suggested |
| Maximum speed (m/s) | maxspeed | The maximum speed of the ship/vehicle in meters/second | Number | optional |
| Crew | crew | The number of crew members the ship/vehicle can support | Number | suggested |
| Armaments | armaments | The weapons installed on the ship/vehicle | String | suggested |
| Designer | designer | The person who designed/built the ship/vehicle
| User | suggested |
