Difference between revisions of "Template:Land geohash"
From Geohashing
imported>Stretch |
imported>Duskwolf (not sure what all the ing was for, but it wasn't doing good things) |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: brown; border-collapse: separate;"><div>[[Image:Landgeohash.png|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: brown; border-collapse: separate;"><div>[[Image:Landgeohash.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}} earned the [[Land Geohash]] achievement by reaching the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on {{{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> |
Revision as of 07:51, 27 May 2008
This user earned the Land Geohash achievement by reaching the ({{{latitude}}}, {{{longitude}}}) geohash on {{{date}}}. |
How to use this template:
{{land 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:
{{land geohash
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = Noterminal and Drache
| image = Noterminal_portland_sample_2.jpg
}}
appears as:
Noterminal and Drache earned the Land geohash achievement
|
Example:
{{land geohash
| latitude = 45
| longitude = -122
| date = 2008-02-19
| name = Noterminal and Drache
}}
appears as:
Noterminal and Drache earned the Land geohash achievement
|
Example:
{{land geohash
| latitude = 45
| longitude = -122
| date = 2008-02-19
}}
appears as:
This user earned the Land geohash achievement
|