Difference between revisions of "User:Pedalpusher/sandbox/testTemplate"
From Geohashing
< User:Pedalpusher | sandbox
imported>Pedalpusher m (formatting) |
imported>Pedalpusher (formatting) |
||
Line 6: | Line 6: | ||
|user = {{{name|}}} | |user = {{{name|}}} | ||
|achievement = [[A Tale of Two Hashes achievement]] | |achievement = [[A Tale of Two Hashes achievement]] | ||
− | |action = {{#if:{{{completed|}}}|<!-- then: -->having their challenge issued on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] met by {{{user2}}} in {{{place}}} |<!-- else: -->meeting the challenge of {{{user2 | + | |action = {{#if:{{{completed|}}}|<!-- then: -->having their challenge, issued on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]], met by {{{user2}}} in {{{place}}} |<!-- else: -->meeting the challenge of {{{user2}}} to geohash in {{{place}}} and going to the [http://carabiner.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]]}} |
|image = {{{image|}}} | |image = {{{image|}}} | ||
|category = A Tale of Two Hashes achievement | |category = A Tale of Two Hashes achievement | ||
Line 102: | Line 102: | ||
<code>{{A Tale of Two Hashes | <code>{{A Tale of Two Hashes | ||
:| latitude = 53 | :| latitude = 53 | ||
− | :| longitude = | + | :| longitude = 12 |
:| completed = yes | :| completed = yes | ||
:| date = 2008-05-24 | :| date = 2008-05-24 | ||
Line 113: | Line 113: | ||
{{User:Pedalpusher/sandbox/testTemplate | {{User:Pedalpusher/sandbox/testTemplate | ||
| latitude = 53 | | latitude = 53 | ||
− | | longitude = | + | | longitude = 12 |
| completed = yes | | completed = yes | ||
| date = 2008-05-24 | | date = 2008-05-24 |
Revision as of 14:42, 10 August 2015
Contents
Challenge Completed Template
This user earned the A Tale of Two Hashes achievement
|
How to use this template
Second Expedition:
{{A Tale of Two Hashes
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date of second expedition (YYYY-MM-DD format) (required)
- | user2 = challenger's name (from first expedition; required)
- | place = the common place name (required)
- | name = name of achiever (from second expedition; optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Initial Expedition:
{A Tale of Two Hashes
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date of first expedition (YYYY-MM-DD format) (required)
- | completed = yes
- | user2 = completer's name (from second expedition; required)
- | place = the common place name (required)
- | name = name of challenger (from first expedition; optional)
- | image = image name (optional)
}}
Examples
Second expedition
- Full details:
{{A Tale of Two Hashes
}}
appears as:
Tom earned the Tale of Two Hashes achievement
|
- No image:
{{A Tale of Two Hashes
}}
appears as:
Tom earned the Tale of Two Hashes achievement
|
- No name provided for achiever, defaults to "This user":
{{A Tale of Two Hashes
- | latitude = 53
- | longitude = 1
- | date = 2008-05-24
- | user2 = wmcduff
- | place = wherever
}}
appears as:
This user earned the Tale of Two Hashes achievement
|
Initial expedition
{{A Tale of Two Hashes
}}
appears as:
wmcduff earned the A Tale of Two Hashes achievement
|