Template:Location: Difference between revisions
Template page
More actions
SirArchibald (talk | contribs) Removed suggested values |
mNo edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<caption source="caption"/> | |||
</image> | </image> | ||
<data source="description"> | |||
<format><center>{{{description}}}</center></format> | |||
</data> | |||
<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> | ||
<includeonly>[[Category:Locations]]</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | |||
"label": "Title", | |||
"description": "Title for the infobox", | |||
"suggested": true | |||
}, | |||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "Image of the POI", | "description": "Image of the POI", | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "Description of the location in the navigator", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
"location": { | "location": { | ||
"label": "Location(s)", | "label": "Location(s)", | ||
"description": " | "description": "Location of the POI", | ||
"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", | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | |||
"image", | "image", | ||
"location" | "description", | ||
"location", | |||
"coords" | |||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 19:27, 13 June 2024
Adds a PIO infobox to the page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title for the infobox | Unknown | suggested |
Image | image | Image of the POI | File | suggested |
Description | description | Description of the location in the navigator | String | suggested |
Location(s) | location | Location of the POI | String | suggested |
Coordinates | coords | The in-game coordinates of the POI | String | suggested |