Template:InfoBoxVehicle: Difference between revisions
More actions
Sqwishyish (talk | contribs) m Added functionality to automatically remove stall speed and service ceiling stats for boats and ground vehicles |
Sqwishyish (talk | contribs) Testing hiding catagory links |
||
Line 55: | Line 55: | ||
| style="background-color: #0c0e12; color: white; padding: 0.6em; border-bottom-right-radius: 8px;" | '''{{formatnum:{{{Capacity}}}}}''' | | style="background-color: #0c0e12; color: white; padding: 0.6em; border-bottom-right-radius: 8px;" | '''{{formatnum:{{{Capacity}}}}}''' | ||
|} | |} | ||
{{#ifeq:{{{Rarity|}}}|Widespread|[[Category:Widespread Vehicles]]}} | {{#ifeq:{{{Rarity|}}}|Widespread|[[Category:Widespread Vehicles]]}} | ||
Line 77: | Line 76: | ||
{{#ifeq:{{{Type|}}}|Ground Vehicle|[[Category:Ground Vehicles]]}} | {{#ifeq:{{{Type|}}}|Ground Vehicle|[[Category:Ground Vehicles]]}} | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<!-- Example example values --> | <!-- Example example values --> | ||
Line 96: | Line 96: | ||
| photo = Aerowikiplaceholder.jpg | | photo = Aerowikiplaceholder.jpg | ||
}} | }} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Vehicle InfoBox Template(currently in testing state)", | "description": "Vehicle InfoBox Template (currently in testing state)", | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
Line 250: | Line 249: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 18:25, 28 April 2025
![]() | |
Boeing 737-800 flying low over the Thalassan Sea | |
General Information | |
Code | 737-800 |
---|---|
Type | Jet Engine |
Distributor | Clarence International Airport |
Rarity | Common |
Cost | 19,300 WP |
Jobs | Passenger, Charter |
Customization | ![]() ![]() ![]() |
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 aircraft
| String | suggested |
Distributor | Distributor | Location the vehicle can obtained.
| String | suggested |
Rarity | Rarity | The ingame rarity of the vehicle.
| String | suggested |
Cost | Cost Price | Cost of the vehicle in Wingz Points (units are automatically appended), or the method of obtaining the vehicle.
| String | suggested |
Available jobs | Jobs | A list of the available jobs the vehicle has. Items are to be page links and separated by commas.
| String | suggested |
Vehicle customization options | Customization | (Work in progress) | String | optional |
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).
| Number | suggested |
Service ceiling | CeilingFeet | The service ceiling of the vehicle in feet (units are automatically appended).
| 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 |