Difference between revisions of "Template:Walk geohash"
From Geohashing
(Removing all content from page) |
imported>Relet |
||
Line 1: | Line 1: | ||
+ | <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: hidden hidden hidden solid; border-color: lightgray; border-collapse: separate;"><div>[[Image:Walk.PNG|44px]]</div></td> | ||
+ | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[Walk Geohash]] achievement''' | ||
+ | :by reaching the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] by foot{{#if:{{{distance|}}}| travelling a distance of {{{distance}}}|}}.</td> | ||
+ | {{#if:{{{image|}}}|<td><div style="width: 52px;">[[Image:{{{image}}}|44px]]</div></td>|}} | ||
+ | </tr> | ||
+ | </table>[[Category:Walk geohash achievement]] | ||
+ | <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> |
Revision as of 23:13, 22 August 2008
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
|