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

Template:Location: Difference between revisions

Template page
No edit summary
Added coords field to template
Line 11: Line 11:
   <data source="location">
   <data source="location">
     <label>Location(s)</label>
     <label>Location(s)</label>
  </data>
  <data source="coords">
    <label>Coordinates</label>
   </data>
   </data>
</infobox>
</infobox>
Line 30: Line 33:
"label": "Description",
"label": "Description",
"description": "Description of the location in the navigator",
"description": "Description of the location in the navigator",
            "type": "string",
"suggested": true
"suggested": true
},
},
Line 37: Line 41:
"type": "string",
"type": "string",
"suggested": true
"suggested": true
}
},
        "coords": {
            "label": "Coordinates",
            "description": "The in-game coordinates of the POI",
            "type": "string",
            "suggested": true
        }
},
},
"description": "Adds a PIO infobox to the page",
"description": "Adds a PIO infobox to the page",
Line 44: Line 54:
"image",
"image",
         "description",
         "description",
"location"
"location",
        "coords"
],
],
"format": "block"
"format": "block"

Revision as of 10:45, 17 October 2023

Adds a PIO infobox to the page

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

Title for the infobox

Unknownsuggested
Imageimage

Image of the POI

Unknownsuggested
Descriptiondescription

Description of the location in the navigator

Stringsuggested
Location(s)location

Location of the POI

Stringsuggested
Coordinatescoords

The in-game coordinates of the POI

Stringsuggested