Difference between revisions of "Template:Walk geohash"
From Geohashing
(Removing all content from page) |
m (Replacing Peeron with Geohashing.info) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Ribbon | ||
+ | | color = lightgray | ||
+ | | icon = Walk.PNG | ||
+ | | user = {{{name|}}} | ||
+ | | achievement = [[Walk geohash]] Achievement | ||
+ | | action = reaching the [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] on foot{{#if:{{{distance|}}}|, travelling a distance of {{{distance}}}|}} | ||
+ | | image = {{{image|}}} | ||
+ | | category = Walk geohash achievement | ||
+ | | expedition = [[{{{date}}} {{{latitude}}} {{{longitude}}}]] | ||
+ | }}<noinclude> | ||
+ | '''How to use this template:''' | ||
+ | {{Walk geohash | ||
+ | :| latitude = '''latitude''' (required) | ||
+ | :| longitude = '''longitude''' (required) | ||
+ | :| date = '''date (YYYY-MM-DD format)''' (required) | ||
+ | :''| name = '''name of achiever''' (optional)'' | ||
+ | :''| distance = '''total distance travelled''' (optional) | ||
+ | :''| image = '''image name''' (optional)'' | ||
+ | }} | ||
+ | |||
+ | The image name should not include 'Image:' or surrounding braces. | ||
+ | |||
+ | '''Example:''' | ||
+ | <pre><nowiki>{{Walk geohash | ||
+ | | latitude = 59 | ||
+ | | longitude = 10 | ||
+ | | date = 2008-08-22 | ||
+ | | name = [[User:lyx|]] | ||
+ | }}</nowiki></pre> appears as: | ||
+ | |||
+ | {{Walk geohash | ||
+ | | latitude = 59 | ||
+ | | longitude = 10 | ||
+ | | date = 2008-08-22 | ||
+ | | name = [[User:lyx|lyx]] | ||
+ | }} | ||
+ | |||
+ | <pre><nowiki>{{Walk geohash | ||
+ | | latitude = 59 | ||
+ | | longitude = 10 | ||
+ | | date = 2008-08-22 | ||
+ | | name = [[User:lyx|]] | ||
+ | | distance = 5km | ||
+ | }}</nowiki></pre> appears as: | ||
+ | |||
+ | {{Walk geohash | ||
+ | | latitude = 59 | ||
+ | | longitude = 10 | ||
+ | | date = 2008-08-22 | ||
+ | | name = [[User:lyx|lyx]] | ||
+ | | distance = 5km | ||
+ | }} | ||
+ | |||
+ | [[Category:Achievement award templates]] | ||
+ | </noinclude> |
Latest revision as of 10:53, 15 January 2022
This user earned the Walk geohash Achievement
|
How to use this template:
{{Walk geohash
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | distance = total distance travelled (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Walk geohash | latitude = 59 | longitude = 10 | date = 2008-08-22 | name = [[User:lyx|]] }}
appears as:
lyx earned the Walk geohash Achievement
|
{{Walk geohash | latitude = 59 | longitude = 10 | date = 2008-08-22 | name = [[User:lyx|]] | distance = 5km }}
appears as:
lyx earned the Walk geohash Achievement
|