Template:InfoBoxVehicle: Difference between revisions
More actions
m updated the rarity label field |
Sqwishyish (talk | contribs) Updated templatedata |
||
Line 45: | Line 45: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th class="infobox__field-name">Conversion | <th class="infobox__field-name">Conversion Time</th> | ||
<td class="infobox__field-value">{{#iferror: {{#expr: {{{Distributor|}}} + 0 }} | Invalid Conversion | <td class="infobox__field-value">{{#iferror: {{#expr: {{{Distributor|}}} + 0 }} | Invalid Conversion Time String [[Category: Missing Parameters]] | {{#if: {{{Distributor|}}} | '''{{formatnum:{{{Distributor}}}}}''' minutes | Unknown/None [[Category: Missing Parameters]]}}}}</td> | ||
</tr> | </tr> | ||
}}}}}}}} | }}}}}}}} | ||
Line 181: | Line 181: | ||
"Distributor": { | "Distributor": { | ||
"type": "string", | "type": "string", | ||
"label": "Distributor / Conversion | "label": "Distributor / Conversion time / Crate vehicle", | ||
"description": "The secondary requirement to obtain the vehicle", | "description": "The secondary requirement to obtain the vehicle", | ||
"example": "Kitesboro International Airport ", | "example": "Kitesboro International Airport / 100 / Boeing 737-800", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 189: | Line 189: | ||
"label": "Cost / Vehicle converted from / Badge / Crate parts", | "label": "Cost / Vehicle converted from / Badge / Crate parts", | ||
"description": "The primary requirement to obtain the vehicle.", | "description": "The primary requirement to obtain the vehicle.", | ||
"example": "19300 / Boeing 737-800 / 100K Favorites / 6 | "example": "19300 / Boeing 737-800 / 100K Favorites / 6", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 260: | Line 260: | ||
"Convertible" | "Convertible" | ||
], | ], | ||
"autovalue": " | "autovalue": "", | ||
" | "suggested": true | ||
} | } | ||
}, | }, |
Revision as of 10:57, 2 May 2025
![]() | |
Boeing 737-800 flying low over the Thalassan Sea | |
General Information | |
Code | 737-800 |
---|---|
Type | Jet Engine |
Rarity | Common |
Cost | 19,300 WP |
Distributor | Kitesboro International Airport |
Jobs | Passenger, Charter |
Customization | ![]() ![]() |
Contributors | RealPerseus, EAT_RIC3, Giovanni_085391 |
Specifications | |
Max Speed | 453 knots / 839 kph |
Stall Speed | 120 knots / 222 kph |
Ceiling | 41,010 ft / 12,500 m |
Range | 144 nmi / 267 km |
Capacity | 36 |
Vehicle InfoBox Template (currently in testing state)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the vehicle, this should be the same as the name of the page.
| String | suggested |
Code | Code | The ingame code of the vehicle.
| String | suggested |
Type | Type | The license required to operate this vehicle
| String | suggested |
Rarity | Rarity | The ingame rarity of the vehicle.
| String | suggested |
Obtainability Type | Obtainability Type | The method of obtaining the vehicle.
| String | suggested |
Cost / Vehicle converted from / Badge / Crate parts | Cost | The primary requirement to obtain the vehicle.
| String | suggested |
Distributor / Conversion time / Crate vehicle | Distributor | The secondary requirement to obtain the vehicle
| String | suggested |
Available jobs | Jobs | A list of the available jobs the vehicle has. Items are to be separated by commas.
| String | suggested |
Vehicle customization | Customization | List of customization options the vehicle has. Options are to be separated by commas.
| String | suggested |
Contributors | Contributors | A list of the developers/members who contributed towards the vehicle. Developers have their own category pages so check that their username is typed correctly. Names are to be separated by commas.
| String | suggested |
Maximum speed | Max Speed | The maximum speed of the vehicle in knots (units are automatically appended).
| Number | suggested |
Stall speed | Stall Speed | The stall speed of the vehicle in knots (units are automatically appended, will be hidden automatically if the vehicle type is ground vehicle or boat).
| Number | suggested |
Service ceiling | CeilingFeet | The service ceiling of the vehicle in feet (units are automatically appended, will be hidden automatically if the vehicle type is ground vehicle or boat).
| Number | suggested |
Range | RangeNM | The range of the vehicle in nautical miles (units are automatically appended).
| Number | suggested |
Capacity | Capacity | The capacity of the vehicle.
| Number | suggested |
Image | photo | Image shown at the top of the InfoBox.
| File | suggested |
Image caption | caption | A brief description of the image shown in the InfoBox.
| String | suggested |