Template:Location: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
(4 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"> | <data source="description"> | ||
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> | ||
<includeonly>[[Category:Locations]]</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 25: | Line 29: | ||
"label": "Image", | "label": "Image", | ||
"description": "Image of the POI", | "description": "Image of the POI", | ||
"type": "wiki-file-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 30: | Line 35: | ||
"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 43: | ||
"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 56: | ||
"image", | "image", | ||
"description", | "description", | ||
"location" | "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 |