Difference between revisions of "Template:Cubicle geohash"
From Geohashing
imported>Benjw m (capitalisation) |
imported>Dvdllr m (irc --> carabiner) |
||
Line 4: | Line 4: | ||
| user = {{{name|}}} | | user = {{{name|}}} | ||
| achievement = [[cubicle geohash]] {{#ifeq:{{{honor|}}}|true|honorable mention|{{#ifeq:{{{honor|}}}|almost|almost honorable mention|achievement}}}} | | achievement = [[cubicle geohash]] {{#ifeq:{{{honor|}}}|true|honorable mention|{{#ifeq:{{{honor|}}}|almost|almost honorable mention|achievement}}}} | ||
− | | action = working {{#ifeq:{{{honor|}}}|true|near|{{#ifeq:{{{honor|}}}|almost|not that far from|at}}}} the [http:// | + | | action = working {{#ifeq:{{{honor|}}}|true|near|{{#ifeq:{{{honor|}}}|almost|not that far from|at}}}} the [http://carabiner.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
| image = {{{image|}}} | | image = {{{image|}}} | ||
| category = Cubicle geohash {{#ifeq:{{{honor|}}}|true|honorable mention|{{#ifeq:{{{honor|}}}|almost|almost honorable mention|achievement}}}} | | category = Cubicle geohash {{#ifeq:{{{honor|}}}|true|honorable mention|{{#ifeq:{{{honor|}}}|almost|almost honorable mention|achievement}}}} |
Revision as of 17:09, 26 September 2011
This user earned the cubicle geohash achievement
|
How to use this template:
{{cubicle geohash
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | image = image name (optional)
- | honor = true/almost (if honorable/almost honorable mention)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{cubicle geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
}}
appears as:
This user earned the cubicle geohash achievement
|
Example:
{{cubicle geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| image = Widder.jpg
}}
appears as:
Widdershins earned the cubicle geohash achievement
|
Example:
{{cubicle geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| honor = true
}}
appears as:
Widdershins earned the cubicle geohash honorable mention
|
Example:
{{cubicle geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| honor = almost
}}
appears as:
Widdershins earned the cubicle geohash almost honorable mention
|