Difference between revisions of "Template:Largest geohash"
imported>Relet (-> ribbon template) |
imported>Relet |
||
Line 3: | Line 3: | ||
| icon = ZombieMeet.PNG | | icon = ZombieMeet.PNG | ||
| user = {{#if:{{{graticule|}}}|[[{{{graticule}}}]]|{{#if:{{{name|}}}|{{{name}}}|This user}}}} | | user = {{#if:{{{graticule|}}}|[[{{{graticule}}}]]|{{#if:{{{name|}}}|{{{name}}}|This user}}}} | ||
− | | achievement = [[Largest | + | | achievement = [[Largest geohash achievement]] |
| action = congregating at the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] with a {{#if:{{{record|}}}|record|}} participation of {{{number}}} geohashers | | action = congregating at the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] with a {{#if:{{{record|}}}|record|}} participation of {{{number}}} geohashers | ||
| image = {{{image|}}} | | image = {{{image|}}} |
Revision as of 14:48, 25 August 2009
This user earned the Largest geohash achievement
|
How to use this template:
{{Largest Geohash
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | number = number of attendees (required)
- | record = true (if it was a record) (optional)
- | graticule = name of graticule (optional)
- | name = name of achiever (optional, only if no graticule)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Largest Geohash
| latitude = 42
| longitude = -71
| date = 2008-05-24
| number = 26
| record = true
| graticule = Boston, Massachusetts
| image = 2008-05-24 group sidewalk.jpg
}}
appears as:
Boston, Massachusetts earned the Largest geohash achievement
|
Example: (note that the username is not displayed because the graticule name takes precedence)
{{Largest Geohash
| latitude = 42
| longitude = -71
| date = 2008-05-24
| number = 26
| record = true
| graticule = Boston, Massachusetts
| name = Relet
}}
appears as:
Boston, Massachusetts earned the Largest geohash achievement
|
Example: (using a personal name and no graticule name)
{{Largest Geohash
| latitude = 32
| longitude = -4
| date = 2008-05-24
| number = 6
| name = Relet
}}
appears as:
Relet earned the Largest geohash achievement
|
Example: (without username or graticule name it assumes the user)
{{Largest Geohash
| latitude = 32
| longitude = -4
| date = 2008-05-24
| number = 6
}}
appears as:
This user earned the Largest geohash achievement
|