Difference between revisions of "Template:Easy geohash"
From Geohashing
imported>Robyn (changed date) |
imported>Relet (s/easiest/easy/g) |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: yellow; border-collapse: separate;"><div>[[Image: EasyAsPi.PNG |44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: yellow; border-collapse: separate;"><div>[[Image: EasyAsPi.PNG |44px]]</div></td> | ||
− | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} | + | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} has visited an [[Easy_Geohash |Easy Geohash]] |
:by reaching the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] without really trying.''' </td> | :by reaching the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] without really trying.''' </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>|}} |
Revision as of 14:27, 26 August 2008
This user has visited an Easy Geohash
|
How to use this template:
{{Easy_geohash
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Easy_geohash
| latitude = 49
| longitude = -123
| date = 2008-06-18
| name = Thepiguy
| image = 2008-08-09 49 -123 me.jpg
}}
appears as:
Thepiguy has visited an Easy Geohash
|
Example:
{{Easy_geohash
| latitude = 49
| longitude = -123
| date = 2008-06-18
| name = Thepiguy
}}
appears as:
Thepiguy has visited an Easy Geohash
|
Example:
{{Easy_geohash
| latitude = 49
| longitude = -123
| date = 2008-06-18
}}
appears as:
This user has visited an Easy Geohash
|