Difference between revisions of "Template:Land geohash"
From Geohashing
imported>Widdershins |
imported>Widdershins |
||
Line 1: | Line 1: | ||
<table style="border-width: 1px 1px 1px 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> | <table style="border-width: 1px 1px 1px 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> | ||
<tr> | <tr> | ||
− | <td style="border-width: 0px 0px 0px 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkgreen; border-collapse: separate;"><div>[[Image:Landgeohash. | + | <td style="border-width: 0px 0px 0px 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkgreen; border-collapse: separate;"><div>[[Image:Landgeohash.jpg|44px]]</div></td> |
− | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[ | + | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the [[MNIMB 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> | ||
Line 10: | Line 10: | ||
'''How to use this template:''' | '''How to use this template:''' | ||
− | {{ | + | {{land geohash |
:| latitude = '''latitude''' (required) | :| latitude = '''latitude''' (required) | ||
:| longitude = '''longitude''' (required) | :| longitude = '''longitude''' (required) | ||
Line 21: | Line 21: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{ | + | <code>{{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
Line 29: | Line 29: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
Line 38: | Line 38: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{ | + | <code>{{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
Line 45: | Line 45: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
Line 53: | Line 53: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{ | + | <code>{{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
Line 59: | Line 59: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{land geohash |
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 |
Revision as of 11:25, 25 May 2008
This user earned the MNIMB 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 = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
| image = Widder.jpg
}}
appears as:
Widdershins earned the Land geohash achievement
|
Example:
{{land geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
| name = Widdershins
}}
appears as:
Widdershins earned the Land geohash achievement
|
Example:
{{land geohash
| latitude = 47
| longitude = -122
| date = 2008-05-25
}}
appears as:
This user earned the Land geohash achievement
|