Difference between revisions of "Template:Border geohash"
From Geohashing
imported>Robyn (bad line break) |
imported>Robyn (Added image.) |
||
Line 1: | Line 1: | ||
<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> | <table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> | ||
<tr> | <tr> | ||
− | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkblue; border-collapse: separate;"><div>[[Image: | + | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkblue; border-collapse: separate;"><div>[[Image:Border.PNG|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 to reach the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash]. </td> | :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> |
Revision as of 20:45, 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
|