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)
Testing TemplateData extenstion
Sqwishyish (talk | contribs)
m Added additional template data.
Line 76: Line 76:
             "name": {
             "name": {
                 "label": "Vehicle name",
                 "label": "Vehicle name",
                 "description": "The name of the aircraft/boat e.g. Boeing 737-800",
                 "description": "The name of the vehicle, this should be the same as the name of the page.",
                 "type": "string"
                "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
             }
             }
         }
         }
Line 86: Line 138:
     {{Template:Testinfobox
     {{Template:Testinfobox
     | name = Boeing 737-800
     | name = Boeing 737-800
     | caption = Boeing 737-800 flying low over [[Thalassan Sea]]
     | caption = Boeing 737-800 flying low over the [[Thalassan Sea]]
     | Rarity = Common
     | Rarity = Common
     | Code = 737-800
     | Code = 737-800
Cookies help us deliver our services. By using our services, you agree to our use of cookies.