Difference between revisions of "Template:One with nature"

From Geohashing
imported>Widdershins
imported>Widdershins
Line 2: Line 2:
 
<tr>
 
<tr>
 
<td style="border-width: 0px 0px 0px 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkred; border-collapse: separate;"><div>[[Image:Mnimbgeohash.jpg|42px]]</div></td>
 
<td style="border-width: 0px 0px 0px 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: darkred; border-collapse: separate;"><div>[[Image:Mnimbgeohash.jpg|42px]]</div></td>
<td style="padding: 0px 12px 0px 0px;"> '''{{#if:{{{4|}}}|{{{4}}}|This user}}&nbsp;earned&nbsp;the&nbsp;[[MNIMB Geohash]]&nbsp;achievement&nbsp;by&nbsp;reaching&nbsp;the&nbsp;[http://irc.peeron.com/xkcd/map/map.html?lat={{{1}}}&long={{{2}}}&date={{{3}}} ({{{1}}},&nbsp;{{{2}}})&nbsp;geohash]&nbsp;on&nbsp;{{{3}}}.''' </td>
+
<td style="padding: 0px 12px 0px 0px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}}&nbsp;earned&nbsp;the&nbsp;[[MNIMB Geohash]]&nbsp;achievement&nbsp;by&nbsp;reaching&nbsp;the&nbsp;[http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}},&nbsp;{{{longitude}}})&nbsp;geohash]&nbsp;on&nbsp;{{{date}}}.''' </td>
{{#if:{{{5|}}}|<td><div style="width: 52px;">[[Image:{{{5}}}|44px]]</div></td>|}}
+
{{#if:{{{image|}}}|<td><div style="width: 52px;">[[Image:{{{image}}}|44px]]</div></td>|}}
 
</tr>
 
</tr>
 
</table>
 
</table>
Line 11: Line 11:
  
 
&#x007B;{MNIMB Geohash
 
&#x007B;{MNIMB Geohash
:|'''latitude''' (required)
+
:|latitude='''latitude''' (required)
:|'''longitude''' (required)
+
:|longitude='''longitude''' (required)
:|'''date (YYYY-MM-DD format)''' (required)
+
:|date='''date (YYYY-MM-DD format)''' (required)
:|''optional: name of achiever''
+
:|name='''name of achiever''' ''(optional)''
:|''optional: image name''
+
:|image='''image name''' ''(optional)''
 
}}
 
}}
  
The image name should not include 'Image:' or surrounding braces. Including an image requires also adding the name.
+
The image name should not include 'Image:' or surrounding braces.
  
 
Example:
 
Example:
<code>&#x007B;{MNIMB Geohash|47|-122|2008-05-25|Widdershins|Widder.jpg}}</code> appears as:
+
<code>&#x007B;{MNIMB Geohash
{{MNIMB Geohash|47|-122|2008-05-25|Widdershins|Widder.jpg}}
+
| latitude = 47
 +
| longitude = -122
 +
| date = 2008-05-25
 +
| name = Widdershins
 +
| image = Widder.jpg
 +
}}</code> appears as:
 +
 
 +
{{MNIMB Geohash
 +
| latitude=47
 +
| longitude=-122
 +
| date=2008-05-25
 +
| name=Widdershins
 +
| image=Widder.jpg
 +
}}
 
</noinclude>
 
</noinclude>

Revision as of 10:59, 25 May 2008

This user earned the MNIMB Geohash achievement by reaching the ({{{latitude}}}, {{{longitude}}}) geohash on {{{date}}}.


How to use this template:

{{MNIMB 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: {{MNIMB Geohash | latitude = 47 | longitude = -122 | date = 2008-05-25 | name = Widdershins | image = Widder.jpg }} appears as:

Template:MNIMB Geohash