Difference between revisions of "Template:Couch potato geohash"
From Geohashing
imported>Matt (New page: <table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> <tr> <td style="border-width: 5px; border-spacing: 2px; border-style...) |
m (Ribbon2 -> Ribbon) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Ribbon | |
− | + | | color = lime | |
− | + | | icon = {{#if:{{{honor|}}}|couchpotatohm.png|Couchpotatogeohash.png}} | |
− | + | | user = {{{name|}}} | |
− | + | | achievement = [[Couch Potato Geohash]] {{#if:{{{honor|}}}|Honorable Mention|Achievement}} | |
− | {{ | + | | action = living {{#if:{{{honor|}}}|near|at}} the [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
− | < | + | | image = {{{image|}}} |
− | + | | category = Couch potato geohash {{#if:{{{honor|}}}|honorable mention|achievement}} | |
+ | }}<noinclude>[[Category:Couch potato geohash achievement]] | ||
− | |||
'''How to use this template:''' | '''How to use this template:''' | ||
Line 27: | Line 27: | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
− | |||
− | |||
}}</code> appears as: | }}</code> appears as: | ||
Line 35: | Line 33: | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
− | |||
− | |||
}} | }} | ||
Line 45: | Line 41: | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| name = Widdershins | | name = Widdershins | ||
+ | | image = Widder.jpg | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{couch_potato_geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| name = Widdershins | | name = Widdershins | ||
+ | | image = Widder.jpg | ||
}} | }} | ||
Line 59: | Line 57: | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
+ | | name = Widdershins | ||
+ | | honor = true | ||
}}</code> appears as: | }}</code> appears as: | ||
Line 65: | Line 65: | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
+ | | name = Widdershins | ||
+ | | honor = true | ||
}} | }} | ||
[[Category:Achievement award templates]] | [[Category:Achievement award templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 02:28, 17 November 2024
This user earned the Couch Potato Geohash Achievement
|
How to use this template:
{{couch potato 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 (if honorable mention)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{couch potato geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
}}
appears as:
This user earned the Couch Potato Geohash Achievement
|
Example:
{{couch potato geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| image = Widder.jpg
}}
appears as:
Widdershins earned the Couch Potato Geohash Achievement
|
Example:
{{couch potato geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| honor = true
}}
appears as:
Widdershins earned the Couch Potato Geohash Honorable Mention
|