(Created page with "<includeonly><!-- -->{{#if:{{{align|}}}|<div class="thumb t{{{align}}} thumb-map"><div class="thumbinner" style="width: 252px;">}}<!-- -->{{#Widget:Map|latlong={{{latlong|}}}|lat={{{lat|}}}|long={{{long|}}}|zoom={{{zoom|}}}|width={{{width|}}}|height={{{height|}}}}}<!-- -->{{#if:{{{align|}}}|{{#if:{{{caption|}}}|<div class="thumbcaption">{{{caption}}}</div>}}</div></div>}}{{#if:{{{create|}}}|{{Location of Interest|type={{{create|}}}|name={{{name|{{PAGENAME}}}}}|latlong...") |
No edit summary |
||
Line 61: | Line 61: | ||
} | } | ||
}, | }, | ||
"description": "Renders an interactive map of | "description": "Renders an interactive map of Thrakdrak.", | ||
"format": "inline" | "format": "inline" | ||
} | } |
Latest revision as of 17:57, 4 December 2023
Renders an interactive map of Thrakdrak.
Parameter | Description | Type | Status | |
---|---|---|---|---|
latlong | latlong | Comma-separated latitude and longitude of the map's center point, for easier use from a database.
| String | optional |
lat | lat | Latitude of the map's center point.
| Number | optional |
long | long | Longitude of the map's center point.
| Number | optional |
zoom | zoom | The map's zoom level. This value can be fractional.
| Number | optional |
align | align | Renders the map in an image-like thumbnail box with the given floating alignment.
| String | optional |
caption | caption | If this and the align parameter are both set, display this wikitext as the map's caption. | Unbalanced wikitext | optional |
width | width | The map's rendered width, with similar usage as an image. If the align parameter is set, the default thumbnail width is 252px.
| String | optional |
height | height | The map's rendered height, with similar usage as an image.
| String | optional |
create | create | If set, also create a {{Location of Interest}} at the given coordinates, of a type equal to the parameter's value.
| Unbalanced wikitext | optional |
name | name | The location's name, if not the same as the article name. | Unbalanced wikitext | optional |