Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:InfoBoxVehicle: Difference between revisions

Template page
Sqwishyish (talk | contribs)
m Updated default vehicle stats to be accurate with ingame information
Sqwishyish (talk | contribs)
Undo revision 431 by Sqwishyish (talk)
Tag: Undo
Line 70: Line 70:


     <noinclude>
     <noinclude>
    <templatedata>
    {
        "description": "Aircraft Info Box (currently in testing state)",
        "params": {
            "name": {
                "label": "Vehicle name",
                "description": "The name of the vehicle, this should be the same as the name of the page.",
                "type": "string",
                "example": "Boeing 737-800",
                "suggested": true
            },
            "caption": {
                "label": "Image caption",
                "description": "A brief description of the image shown in the InfoBox",
                "type": "string",
                "example": "Boeing 737-800 flying low over the [[Thalassan Sea]]",
                "suggested": true
            },
            "Rarity": {
                "label": "Vehicle rarity",
                "description": "The ingame rarity of the vehicle.",
                "type": "string",
                "suggestedvalues": [
                    "Widespread",
                    "Common",
                    "Uncommon",
                    "Rare",
                    "Ultra Rare",
                    "Epic",
                    "Mythical",
                    "Legendary"
                ],
                "example": "Ultra Rare",
                "suggested": true
            },
            "Code": {
                "label": "Vehicle code",
                "description": "The ingame code of the vehicle.",
                "type": "string",
                "example": "737-800",
                "suggested": true
            },
            "Type": {
                "label": "Vehicle type",
                "description": "The ingame rarity of the vehicle.",
                "type": "string",
                "suggestedvalues": [
                    "Ultralight",
                    "Single Engine",
                    "Helicopter",
                    "Multi Engine",
                    "Jet Engine",
                    "Supersonic Transport",
                    "VTOL",
                    "Airship",
                    "Boat",
                    "Ground Vehicle"
                ],
                "example": "Jet Engine",
                "suggested": true
            }
        }
    }
    </templatedata>
     <!-- Example example values -->
     <!-- Example example values -->
     {{Template:Testinfobox
     {{Template:Testinfobox
Line 142: Line 77:
     | Code = 737-800
     | Code = 737-800
     | Type = Jet Engine
     | Type = Jet Engine
     | Distributor = [[Kitesboro International Airport]]
     | Distributor = [[Clarence International Airport]]
     | Cost = 19300
    | Rarity = Ultra Rare
     | Cost = 30000
     | Jobs = [[Passenger]], [[Charter]]
     | Jobs = [[Passenger]], [[Charter]]
     | Max Speed = 453
     | Max Speed = 600
     | Stall Speed = 120
     | Stall Speed = 170
     | CeilingFeet = 41010
     | CeilingFeet = 30000
     | RangeNM = 267
    | CeilingMeters = 15000
     | Capacity = 36
     | RangeNM = 30500
     | Capacity = 150
     | Customization = {{Checkbox (colored)|checked|color=blue}}    [[Advanced Liveries]] <br> {{Checkbox (colored)|checked|color=blue}}  [[Advanced Customisation]] <br>{{Checkbox (colored)|checked|color=blue}} [[Cockpit]]
     | Customization = {{Checkbox (colored)|checked|color=blue}}    [[Advanced Liveries]] <br> {{Checkbox (colored)|checked|color=blue}}  [[Advanced Customisation]] <br>{{Checkbox (colored)|checked|color=blue}} [[Cockpit]]
     | photo = Aerowikiplaceholder.jpg
     | photo = Aerowikiplaceholder.jpg
     }}
     }}
    <templatedata>
    {
"description": "Vehicle InfoBox Template(currently in testing state)",
"params": {
"name": {
"label": "Name",
"description": "The name of the vehicle, this should be the same as the name of the page.",
"type": "string",
"example": "Boeing 737-800",
"suggested": true
},
"caption": {
"label": "Image caption",
"description": "A brief description of the image shown in the InfoBox.",
"type": "string",
"example": "Boeing 737-800 flying low over the [[Thalassan Sea]]",
"suggested": true
},
"Rarity": {
"label": "Rarity",
"description": "The ingame rarity of the vehicle.",
"type": "string",
"suggestedvalues": [
"Widespread",
"Common",
"Uncommon",
"Rare",
"Ultra Rare",
"Epic",
"Mythical",
"Legendary"
],
"example": "Ultra Rare",
"suggested": true
},
"Code": {
"label": "Code",
"description": "The ingame code of the vehicle.",
"type": "string",
"example": "737-800",
"suggested": true
},
"Type": {
"label": "Type",
"description": "The ingame rarity of the vehicle.",
"type": "string",
"suggestedvalues": [
"Ultralight",
"Single Engine",
"Helicopter",
"Multi Engine",
"Jet Engine",
"Supersonic Transport",
"VTOL",
"Airship",
"Boat",
"Ground Vehicle"
],
"example": "Jet Engine",
"suggested": true
},
"photo": {
"label": "Image",
"description": "Image shown at the top of the InfoBox.",
"example": "Aerowikiplaceholder.jpg",
"type": "wiki-file-name",
"autovalue": "Aerowikiplaceholder.jpg",
"suggested": true
},
"Distributor": {
"type": "string",
"label": "Distributor",
"description": "Location the vehicle can obtained.",
"example": "[[Clarence International Airport]]",
"suggested": true
},
"Cost": {
"aliases": [
"Price"
],
"label": "Cost",
"description": "Cost of the vehicle in Wingz Points (units are automatically appended), or the method of obtaining the vehicle. ",
"example": "30000",
"type": "string",
"suggested": true
},
"Jobs": {
"label": "Available jobs",
"description": "A list of the available jobs the vehicle has. Items are to be page links and separated by commas. ",
"example": "[[Passenger]], [[Charter]]",
"type": "string",
"suggested": true
},
"Customization": {
"label": "Vehicle customization options",
"description": "(Work in progress)",
"type": "string"
},
"Max Speed": {
"label": "Maximum speed",
"description": "The maximum speed of the vehicle in knots (units are automatically appended).",
"example": "600",
"type": "number",
"suggested": true
},
"Stall Speed": {
"label": "Stall speed",
"description": "The stall speed of the vehicle in knots (units are automatically appended).",
"example": "170",
"type": "number",
"suggested": true
},
"CeilingFeet": {
"label": "Service ceiling",
"description": "The service ceiling of the vehicle in feet (units are automatically appended).",
"example": "30000",
"type": "number",
"suggested": true
},
"RangeNM": {
"label": "Range",
"description": "The range of the vehicle in nautical miles (units are automatically appended).",
"example": "305",
"type": "number",
"suggested": true
},
"Capacity": {
"label": "Capacity",
"description": "The capacity of the vehicle.",
"example": "36",
"type": "number",
"suggested": true
}
},
"paramOrder": [
"name",
"Code",
"Type",
"Distributor",
"Rarity",
"Cost",
"Jobs",
"Customization",
"Max Speed",
"Stall Speed",
"CeilingFeet",
"RangeNM",
"Capacity",
"photo",
"caption"
]
}
    </templatedata>
     </noinclude>
     </noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.