Difference between revisions of "Template:Cubicle geohash"
From Geohashing
imported>Dvdllr m (irc --> carabiner) |
m (Replacing Peeron with Geohashing.info) |
||
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 [ | + | | action = working {{#ifeq:{{{honor|}}}|true|near|{{#ifeq:{{{honor|}}}|almost|not that far from|at}}}} the [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{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}}}} |
Latest revision as of 10:44, 15 January 2022
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
|