Local Map: Difference between revisions

From HOPE Wiki
Lexicon (talk | contribs)
Lexicon (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= HOPE 26 Local Map =
= HOPE 26 Local Map =


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


{{#cargo_query:
{{#cargo_query:
Line 13: Line 13:
}}
}}


=== Why isn't this working? ===
=== How to add to the map: ===


We need three extensions installed/enabled for this to start working:  
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]]


* [https://www.mediawiki.org/wiki/Extension:Kartographer  Kartographer]
=== How is this working? ===
* [https://www.mediawiki.org/wiki/Extension:JsonConfig JsonConfig]
* [https://www.mediawiki.org/wiki/Extension:Cargo Cargo]


=== Next Steps ===
We used three MediaWiki extensions:


After Cargo is installed, the remaining activation sequence will be:
* [https://www.mediawiki.org/wiki/Extension:Kartographer  Kartographer] (builds a map from data)
 
* [https://www.mediawiki.org/wiki/Extension:JsonConfig JsonConfig] (organizes data)
# Save the updated template.
* [https://www.mediawiki.org/wiki/Extension:Cargo Cargo] (allows us to query data from pages)
# Create the MapLocations Cargo table from the template’s Cargo action or Special:CargoTables.
# Re-save or purge The New Yorker Hotel so Cargo stores its row.
# Open Local_Map (this page).
 
Until Cargo is installed, seeing the literal {{#cargo_query: ...}} text on Local_Map is expected.


=== Related Pages ===
=== Related Pages ===

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