Difference between revisions of "Template:Earliest geohasher"
From Geohashing
imported>Thomcat (Created Earliest Geohasher ribbon) |
imported>Thomcat |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: orange; border-collapse: separate;"><div>[[Image:Earliest.jpg|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: orange; border-collapse: separate;"><div>[[Image:Earliest.jpg|44px]]</div></td> | ||
− | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[First | + | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[First Geohasher]] achievement''' |
:by arriving first at the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]].''' </td> | :by arriving first at the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] 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>|}} |
Revision as of 21:10, 25 July 2008
This user earned the First Geohasher achievement
|
How to use this template:
{{pub 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:
{{Earliest geohasher
| latitude = 47
| longitude = -122
| date = 2008-06-07
| name = SparroHawc
| image = 2008 06 07 47 -122 grin.jpg
}}
appears as:
SparroHawc earned the Earliest geohasher achievement
|
Example:
{{Earliest geohasher
| latitude = 47
| longitude = -122
| date = 2008-06-07
| name = SparroHawc
}}
appears as:
SparroHawc earned the Earliest geohasher achievement
|
Example:
{{Earliest geohasher
| latitude = 47
| longitude = -122
| date = 2008-06-07
}}
appears as:
This user earned the Earliest geohasher achievement
|