Difference between revisions of "Template:Cubicle geohash"
From Geohashing
imported>Jevanyn m |
m (Replacing Peeron with Geohashing.info) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Ribbon | |
− | + | | color = lime | |
− | + | | icon = {{#if:{{{honor|}}}|Cubiclehm.png|Cubicleicon.png}} | |
− | + | | user = {{{name|}}} | |
− | + | | 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 [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
− | < | + | | image = {{{image|}}} |
− | + | | category = Cubicle geohash {{#ifeq:{{{honor|}}}|true|honorable mention|{{#ifeq:{{{honor|}}}|almost|almost honorable mention|achievement}}}} | |
− | + | }}<noinclude>[[Category:Cubicle geohash achievement]] | |
− | |||
'''How to use this template:''' | '''How to use this template:''' | ||
− | {{ | + | {{cubicle geohash |
:| latitude = '''latitude''' (required) | :| latitude = '''latitude''' (required) | ||
:| longitude = '''longitude''' (required) | :| longitude = '''longitude''' (required) | ||
Line 17: | Line 16: | ||
:| ''name = '''name of achiever''' (optional)'' | :| ''name = '''name of achiever''' (optional)'' | ||
:| ''image = '''image name''' (optional)'' | :| ''image = '''image name''' (optional)'' | ||
− | :| ''honor = '''true''' (if honorable mention)'' | + | :| ''honor = '''true/almost''' (if honorable/almost honorable mention)'' |
}} | }} | ||
Line 67: | Line 66: | ||
| name = Widdershins | | name = Widdershins | ||
| honor = true | | honor = true | ||
+ | }} | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{cubicle geohash | ||
+ | | latitude = 47 | ||
+ | | longitude = -122 | ||
+ | | date = 2008-05-25 | ||
+ | | name = Widdershins | ||
+ | | honor = almost | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{cubicle geohash | ||
+ | | latitude = 47 | ||
+ | | longitude = -122 | ||
+ | | date = 2008-05-25 | ||
+ | | name = Widdershins | ||
+ | | honor = almost | ||
}} | }} | ||
[[Category:Achievement award templates]] | [[Category:Achievement award templates]] | ||
</noinclude> | </noinclude> |
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
|