Template:Map Location: Difference between revisions

From HOPE Wiki
Lexicon (talk | contribs)
mNo edit summary
Lexicon (talk | contribs)
m updated to use the Cargo extension
Line 1: Line 1:
<includeonly>{{#ifeq:{{{mode|}}}|geojson
<includeonly>
  |{{#invoke:MapLocation|geojson}}
{{#cargo_store:
  |{{#invoke:MapLocation|infobox}}
_table=MapLocations
}}</includeonly><noinclude>
|Name={{{name|{{PAGENAME}}}}}
Use this template on HOPE 26 map-location pages.
|Location={{{lat|}}},{{{lon|}}}
|Category={{{category|Other}}}
  |Description={{{description|}}}
|Hours={{{hours|}}}
  |URL={{{url|}}}
}}
 
{{#invoke:MapLocation|infobox}}
</includeonly>
 
<noinclude>
 
{{#cargo_declare:
_table=MapLocations
|Name=String
|Location=Coordinates
|Category=String
|Description=Text
|Hours=String
|URL=URL
}}
 
This template marks a page as a location on the HOPE local map.


== Example ==
== Example ==
Line 14: Line 36:
  |category=Hotel
  |category=Hotel
  |description=HOPE 26 conference hotel.
  |description=HOPE 26 conference hotel.
|hours=
  |url=https://www.newyorkerhotel.com/
  |url=https://www.newyorkerhotel.com/
}}
}}
</pre>
</pre>


== Fields ==
; name
: Location name. Defaults to the page title.
; lat
: Required latitude in decimal degrees.
; lon
: Required longitude in decimal degrees.
; category
: Hotel, Conference, Food, Coffee, Transit, Pharmacy, Grocery, ATM, Shipping, Quiet, Hardware, Emergency, or Other.
; description
: Short description displayed in the location box and map popup.
; hours
: Optional operating-hours note.
; url
: Optional official website.
The template normally renders a location information box. Internal map-generation code can request GeoJSON with:
<pre>
|mode=geojson
</pre>
</noinclude>
</noinclude>

Revision as of 22:26, 9 July 2026



{{#cargo_declare:

_table=MapLocations
|Name=String
|Location=Coordinates
|Category=String
|Description=Text
|Hours=String
|URL=URL

}}

This template marks a page as a location on the HOPE local map.

Example

{{Map Location
 |name=The New Yorker Hotel
 |lat=40.7527316
 |lon=-73.9936287
 |category=Hotel
 |description=HOPE 26 conference hotel.
 |url=https://www.newyorkerhotel.com/
}}