Difference between revisions of "Template:Hash collision"
From Geohashing
imported>Jiml m (irc -> carabiner) |
m (Replacing Peeron with Geohashing.info) |
||
Line 4: | Line 4: | ||
| user = {{{name|}}} | | user = {{{name|}}} | ||
| achievement = [[Hash collision]] {{#if:{{{honor|}}}|honorable mention|achievement}} | | achievement = [[Hash collision]] {{#if:{{{honor|}}}|honorable mention|achievement}} | ||
− | | action = discovering {{#if:{{{id|}}}|{{#if:{{{link|}}}|the geocache [{{{link}}} {{{id}}}]|the geocache [http://coord.info/{{{id}}} {{{id}}}]}}|a geocache}} {{#if:{{{distance|}}}|{{{distance}}} from|near}} the [ | + | | action = discovering {{#if:{{{id|}}}|{{#if:{{{link|}}}|the geocache [{{{link}}} {{{id}}}]|the geocache [http://coord.info/{{{id}}} {{{id}}}]}}|a geocache}} {{#if:{{{distance|}}}|{{{distance}}} from|near}} the [https://geohashing.info/s/{{{date}}}/{{{latitude}}},{{{longitude}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
| image = {{{image|}}} | | image = {{{image|}}} | ||
| category = Hash collision achievement | | category = Hash collision achievement |
Revision as of 10:47, 15 January 2022
This user earned the Hash collision achievement
|
How to use this template:
{{Hash collision
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | id = geocache id (optional)
- | link = geocache link (optional, requires id, defaults to http://coord.info/id)
- | distance = distance (optional, include units)
- | image = image name (optional)
- | honor = honorable mention (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Hash collision
| latitude = 48
| longitude = 8
| date = 2008-11-26
| name = Ekorren and Danatar
| link = http://www.geocaching.com/seek/cache_details.aspx?wp=GC14WEH
| id = GC14WEH
| distance = 0.85 km
| honor = any non-empty value will do
}}
appears as:
Ekorren and Danatar earned the Hash collision honorable mention
|
Example:
{{Hash collision
| latitude = 48
| longitude = 8
| date = 2008-11-26
| name = Ekorren and Danatar
}}
appears as:
Ekorren and Danatar earned the Hash collision achievement
|
Example:
{{Hash collision
| latitude = 48
| longitude = 8
| date = 2008-11-26
}}
appears as:
This user earned the Hash collision achievement
|