Local Map: Difference between revisions

From HOPE Wiki
Lexicon (talk | contribs)
adding the big map page itself
 
Lexicon (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= HOPE 26 Local Map =
This map shows useful locations around the HOPE 26 conference hotel.
{{#cargo_query:
{{#cargo_query:
  tables=MapLocations
  tables=MapLocations
  |fields=Location,Name,Description,Category
  |fields=Location,_pageName=Name,Description,Category
  |format=leaflet
  |format=leaflet
  |width=100%
  |width=100%
Line 8: Line 12:
  |center=40.7527316,-73.9936287
  |center=40.7527316,-73.9936287
}}
}}
=== How to add to the map: ===
To add to the map, create a wiki page for each location you want mapped, then add the data using the schema in the example page for the conference hotel: [[The_New_Yorker_Hotel|Sample Location: The New Yorker Hotel]]
=== How is this working? ===
We used three MediaWiki extensions:
* [https://www.mediawiki.org/wiki/Extension:Kartographer  Kartographer] (builds a map from data)
* [https://www.mediawiki.org/wiki/Extension:JsonConfig JsonConfig] (organizes data)
* [https://www.mediawiki.org/wiki/Extension:Cargo Cargo] (allows us to query data from pages)
=== Related Pages ===
* [[The_New_Yorker_Hotel|Sample Location: The New Yorker Hotel]]
* [[Template:Map_Location|Map Location Template]]
* [[Module:MapLocation|Map Location Functional Module]]

Latest revision as of 06:06, 16 July 2026

HOPE 26 Local Map

This map shows useful locations around the HOPE 26 conference hotel.

How to add to the map:

To add to the map, create a wiki page for each location you want mapped, then add the data using the schema in the example page for the conference hotel: Sample Location: The New Yorker Hotel

How is this working?

We used three MediaWiki extensions:

Related Pages