Maps in Mediawiki
Appearance
Testing the functionality of Cargo Displayformat Maps.
Encode a location
Template:Place defines Cargo Table Place.
As per https://www.google.com/maps
North Forge's location is 49.89959808249238, -97.14224677575343
Here is a template call that encodes a place with coordinates (see edit view).
Display a location as a map
- data only
{{#cargo_query: table=Place |fields = Name, Description, PlaceCoordinates }}
- Openlayers
{{#cargo_query: table=Place |format = openlayers |fields = Name, Description, Coordinates |width = 1000 |height = 600 }}