Difference between revisions of "Template:Border geohash"
From Geohashing
imported>Robyn (categories) |
imported>Robyn (bad line break) |
||
Line 3: | Line 3: | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkblue; border-collapse: separate;"><div>[[Image:PENDING|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkblue; border-collapse: separate;"><div>[[Image:PENDING|44px]]</div></td> | ||
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}}''' earned the '''[[Border geohash]] achievement''' | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}}''' earned the '''[[Border geohash]] achievement''' | ||
− | :on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] by crossing {{#if:{{{country1|}}}|the {{{country1}}}{{#if:{{{country2|}}}|-{{{country2}}}|}}|an international}} border | + | :on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] by crossing {{#if:{{{country1|}}}|the {{{country1}}}{{#if:{{{country2|}}}|-{{{country2}}}|}}|an international}} border to reach the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash]. </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 20:32, 29 July 2008
This user earned the Border geohash achievement
|
How to use this template:
{{Border geohash achievement
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | country1 = origin country (optional)
- | country2 = destination country (optional)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces. If you had to cross more than one border to reach the geohash, I suggest you either pick one of the borders, or do not specify any countries.
Example:
{{Border geohash achievement
| latitude = 48
| longitude = -123
| date = 2008-07-28
| country1= Canada
| country2= USA
| name = Somehasher
| image = Widder.jpg
}}
appears as:
Somehasher earned the Border geohash achievement
|
Example:
{{Border geohash achievement
| latitude = 48
| longitude = -123
| date = 2008-07-28
| country1= American
| name = Somehasher
| image = Widder.jpg
}}
appears as:
Somehasher earned the Border geohash achievement
|
Example:
{{Border geohash achievement
| latitude = 48
| longitude = -123
| date = 2008-07-28
}}
appears as:
This user earned the Border geohash achievement
|