Difference between revisions of "Template:Meetup links"
From Geohashing
imported>Phyzome (Use loc: in Google to avoid snap-to-road) |
imported>JesseW (add my new centicle (used for aperfectring's Notifier) selection interface) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {{#if:{{#vardefine:date|{{{1}}} }} || {{#vardefine:date|{{#time:Y-m-d|{{{1}}} }} }}{{#ifeq:{{#var:date}}|1970-01-01-|{{#vardefine:historic|1}}{{#vardefine:date|{{{1}}}}}|}} }}{{#vardefine:30w|{{#ifexpr:{{{lon}}}<-29|0|1}}}}{{#vardefine:descr|{{#time:j+M+Y|{{{1}}}}}}}{{#ifeq:{{#var:descr}}|{{#time:j+M+Y|1969-12-31}}|{{#vardefine:descr|{{{1}}}}}|}}{{#vardefine:latdec|{{Coordinates graticule/latOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}}}}{{#vardefine:londec|{{Coordinates graticule/lonOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}}}}{{#ifeq:{{coords are announced|{{#var:date}}|30w={{#var:30w}}}}|1|[http://carabiner.peeron.com/xkcd/map/map.html?date={{#var:date}}&lat={{{lat}}}&long={{{lon}}}&zoom=8 peeron] [http://relet.net/geco?date={{#var:date}}&lat={{{lat}}}&lon={{{lon}}}&zoom=8 geco]{{#if:{{#var:historic}}|<!--coverup: dates before 1970-01-01 don't work-->| [http://maps.google.com/maps?f=q&hl=en&q=loc:{{#var:latdec}},+{{#var:londec}}+(Geohashing+for+{{#var:descr}}+in+{{{lat}}},{{{lon}}})&ie=UTF8&t=h google] [http://www.openstreetmap.org/?mlat={{#var:latdec}}&mlon={{#var:londec}}&zoom=16&layers=B000FTF osm] [http://activegeohasher.com/geohash/{{#var:date}}/{{{lat}}}/{{{lon}}} ag]}} |not yet announced}}</includeonly><noinclude> | + | {{#if:{{#vardefine:date|{{{1}}} }} || {{#vardefine:date|{{#time:Y-m-d|{{{1}}} }} }}{{#ifeq:{{#var:date}}|1970-01-01-|{{#vardefine:historic|1}}{{#vardefine:date|{{{1}}}}}|}} }}{{#vardefine:30w|{{#ifexpr:{{{lon}}}<-29|0|1}}}}{{#vardefine:descr|{{#time:j+M+Y|{{{1}}}}}}}{{#ifeq:{{#var:descr}}|{{#time:j+M+Y|1969-12-31}}|{{#vardefine:descr|{{{1}}}}}|}}{{#vardefine:latdec|{{Coordinates graticule/latOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}}}}{{#vardefine:londec|{{Coordinates graticule/lonOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}}}}{{#ifeq:{{coords are announced|{{#var:date}}|30w={{#var:30w}}}}|1|[http://carabiner.peeron.com/xkcd/map/map.html?date={{#var:date}}&lat={{{lat}}}&long={{{lon}}}&zoom=8 peeron] [http://relet.net/geco?date={{#var:date}}&lat={{{lat}}}&lon={{{lon}}}&zoom=8 geco]{{#if:{{#var:historic}}|<!--coverup: dates before 1970-01-01 don't work-->| [http://maps.google.com/maps?f=q&hl=en&q=loc:{{#var:latdec}},+{{#var:londec}}+(Geohashing+for+{{#var:descr}}+in+{{{lat}}},{{{lon}}})&ie=UTF8&t=h google] [http://www.openstreetmap.org/?mlat={{#var:latdec}}&mlon={{#var:londec}}&zoom=16&layers=B000FTF osm] [http://activegeohasher.com/geohash/{{#var:date}}/{{{lat}}}/{{{lon}}} ag] [http://relet.net/geco/centicules.html?lat={{{lat}}}&lng={{{lon}}} cent]}} |not yet announced}}</includeonly><noinclude> |
== Usage == | == Usage == | ||
− | <code><nowiki>{{meetup links|2008-06-24|lat=40|lon=-79}}</nowiki></code> gives links to the [http://carabiner.peeron.com/xkcd/map/ reference implementation], [http://relet.net/geco geco], [http://maps.google.com/ Google Maps], [http://www.openstreetmap.org Open Street Map] | + | <code><nowiki>{{meetup links|2008-06-24|lat=40|lon=-79}}</nowiki></code> gives links to the [http://carabiner.peeron.com/xkcd/map/ reference implementation], [http://relet.net/geco geco], [http://maps.google.com/ Google Maps], [http://www.openstreetmap.org Open Street Map], [http://www.activegeohasher.com Active geohasher] and the [http://relet.net/geco/centicules.html Centicle selector] for {{date link|2008-06-24}} in [[40,-79]]. Must be passed a date in '''YYYY-MM-DD''' format. |
* Takes any latitude and longitude values literally. ''Please use only integers, otherwise strange output will result!'' | * Takes any latitude and longitude values literally. ''Please use only integers, otherwise strange output will result!'' | ||
* Handles the [[-0 Issue]] just fine. | * Handles the [[-0 Issue]] just fine. |
Revision as of 08:28, 9 May 2012
Usage
{{meetup links|2008-06-24|lat=40|lon=-79}}
gives links to the reference implementation, geco, Google Maps, Open Street Map, Active geohasher and the Centicle selector for Tuesday 24 June 2008 in 40,-79. Must be passed a date in YYYY-MM-DD format.
- Takes any latitude and longitude values literally. Please use only integers, otherwise strange output will result!
- Handles the -0 Issue just fine.
- Automatically adjusts for the 30W Time Zone Rule; this adjustment has no effect prior to the enactment of the rule on 27 May 2008.