Difference between revisions of "Template:Holy hash"
From Geohashing
imported>Calamus m (Maybe that should have gone INSIDE the CSS part...) |
imported>Calamus (Template:Ribbon dependency added) |
||
Line 1: | Line 1: | ||
− | + | {{Ribbon | |
− | + | |icon = Holyhash.png | |
− | + | |color = gold | |
− | + | |user = {{#if:{{{name|}}}|{{{name}}}|This user}} | |
− | + | |achievement = [[Holy hash achievement]] | |
− | {{ | + | |action = reaching the sacred [http://carabiner.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) location]{{#if:{{{description|}}}|, which is {{{description}}},|}} on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
− | + | |category = Holy hash achievement | |
− | + | |expedition = [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] | |
+ | |image = {{{image|}}} | ||
+ | }} | ||
+ | |||
<noinclude> | <noinclude> | ||
'''How to use this template:''' | '''How to use this template:''' |
Revision as of 16:54, 1 July 2012
This user earned the Holy hash achievement
|
How to use this template:
{{holy hash
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | description = additional information about the location (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{holy hash
| latitude = 49
| longitude = 9
| date = 2008-11-24
| name = ilpadre and Danatar
| description = in front of a catholic church
| image = 2008-11-24 49 9 danatarilpadre.jpg
}}
appears as:
ilpadre and Danatar earned the Holy hash achievement
|
Example:
{{holy hash
| latitude = 49
| longitude = 9
| date = 2008-11-24
| name = ilpadre and Danatar
}}
appears as:
ilpadre and Danatar earned the Holy hash achievement
|
Example:
{{holy hash
| latitude = 49
| longitude = 9
| date = 2008-11-24
}}
appears as:
This user earned the Holy hash achievement
|