Template:Infobox mapframe/doc
| This is a documentation subpage for Template:Infobox mapframe. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
| Related pages |
|---|
This template generates a mapframe map, suitable for infoboxes, with minimal user input. This template only works with single features (points, lines, or shapes); use {{maplink}} if more advanced options, such as displaying multiple features, are required.
Note that a point feature marker is displayed at the coordinates of the page's Wikidata item, unless the item has an Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (P402) specified.
- See Category:Infobox mapframe without OSM relation ID on Wikidata for pages which have items without Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (P402)
Usage
Note: When in mainspace, parameter |id= is not required (except to use a different page's data)
Basic
Point (Wikidata):
{{Infobox mapframe |id=Q7270550}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value). Point (coordinates specified, overriding Wikidata values if present):
{{Infobox mapframe |coord={{Coord|31.934|S|115.987|E}}}}
Lua error in Module:Infobox_mapframe at line 185: attempt to index field 'wikibase' (a nil value). Line:
{{Infobox mapframe |id=Q1318331}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value). Shape:
{{Infobox mapframe |id=Q61}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value).
Determine zoom from object length in kilometres or miles
{{Infobox mapframe |id=Q1318331 |length_km=5.6}}
{{Infobox mapframe |id=Q1318331 |length_mi=3.5}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value).
Determine zoom from object area in square kilometres or square miles
{{Infobox mapframe |id=Q100 |area_km2=232.14}}
{{Infobox mapframe |id=Q100 |area_mi2=89.63}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value).
When there are no coordinates on Wikidata
(and there are no local coordinates to override Wikidata values, see next section)
{{Infobox mapframe |id=Q1}}
Lua error in Module:Infobox_mapframe at line 40: attempt to index field 'wikibase' (a nil value). There is no output. Similarly when there is no Wikidata item for the page (like this template's documentation page)
{{Infobox mapframe}}
Lua error in Module:Infobox_mapframe at line 185: attempt to index field 'wikibase' (a nil value). There is no output.
Overriding Wikidata
Wikidata coordinate values and shapes from linked OpenStreetMap data are used by default, but can overriden using |coord=
- Specify coordinates using the
{{Coord}}templates, e.g.|coord={{Coord|32.1|S|116.2|E}} - If
|coord=is specified, then only that coordinate will be displayed (no line or shape features) - If
|coord=is specified and|wikidata=yesis used, then those coordinate will be displayed, along with any line or shape features linked to the Wikidata item.
Parameters
Other optional parameters are:
- frame-width
- Frame width; default is "270"
- frame-height
- Frame height; default is "200"
- stroke-color
- or stroke-colour
- Color of line features, and outlines of shape features; default is "#ff0000"
- stroke-width
- Width of line features, and outlines of shape features; default is "5"
- marker
- Marker symbol to use for coordinates; default is "marker", see mw:Help:Extension:Kartographer/Icons for other options
- marker-color
- or marker-colour
- Background color for the marker; default is "#5E74F3"
- zoom
- Set the zoom level, from "1" to "18", if not object length or area is not specified; default is "10"
- frame-coordinates
- or frame-coord
- Alternate latitude and longitude coordinates for initial placement of map, using {{coord}}; default is derived from item coordinates
- frame-lat (deprecated)
- or frame-latitude
- Alternate latitude coordinate for initial placement of map; default is derived from item coordinates
- frame-long (deprecated)
- or frame-longitude
- Alternate longitude coordinate for initial placement of map; default is derived from item coordinates