Difference between revisions of "Template:Holy hash"
From Geohashing
imported>Danatar (changing the template text) |
imported>Danatar |
||
Line 3: | Line 3: | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: gold; border-collapse: separate;"><div>[[Image:Holyhash.png|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: gold; border-collapse: separate;"><div>[[Image:Holyhash.png|44px]]</div></td> | ||
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[Holy Hash]] achievement''' | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[Holy Hash]] achievement''' | ||
− | :by reaching the sacred [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) location] | + | :by reaching the sacred [http://irc.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}}}]].</td> |
{{#if:{{{image|}}}|<td><div style="width: 52px;">[[Image:{{{image}}}|44px]]</div></td>|}} | {{#if:{{{image|}}}|<td><div style="width: 52px;">[[Image:{{{image}}}|44px]]</div></td>|}} | ||
</tr> | </tr> | ||
Line 20: | Line 20: | ||
The image name should not include 'Image:' or surrounding braces. | The image name should not include 'Image:' or surrounding braces. | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{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_d_snowmen.jpg | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{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_d_snowmen.jpg | ||
+ | }} | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{holy hash | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-11-24 | ||
+ | | name = ilpadre and Danatar | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{holy hash | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-11-24 | ||
+ | | name = ilpadre and Danatar | ||
+ | }} | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{holy hash | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-11-24 | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{holy hash | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-11-24 | ||
+ | }} |
Revision as of 14:08, 24 November 2008
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_d_snowmen.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
|