Difference between revisions of "User:The ru/test"

From Geohashing
imported>The ru
Line 2: Line 2:
 
<tr>
 
<tr>
 
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: green; border-collapse: separate;"><div>[[Image:Landgeohash.png|44px]]</div></td>
 
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: green; border-collapse: separate;"><div>[[Image:Landgeohash.png|44px]]</div></td>
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the Almost Lost Something While Geohashing''' honorable mention by almost losing {{{thing}}} {{#if:{{{in|}}}|in {{{in}}} |}} when going to the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]].</td>
+
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{name|}}}|{{{name}}}|This user}} earned the {{#ifeq:{{{almost|}}}|true|Almost|}} Lost Something While Geohashing {{#ifeq:{{{almost|}}}|true|'''honorable mention|Consolation Prize'''}} by {{#ifeq:{{{almost|}}}|true|almost|}} losing {{{thing}}} {{#if:{{{in|}}}|in {{{in}}} |}} when going to 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>|}}
 
</tr>
 
</tr>
Line 28: Line 28:
 
{{User:The_ru/test | thing = their GPS | in = the sewers | date = 1992-01-17 | latitude = 70 | longitude = -8 }}
 
{{User:The_ru/test | thing = their GPS | in = the sewers | date = 1992-01-17 | latitude = 70 | longitude = -8 }}
  
<code>&#x007B;{User:The_ru/test | name = the ru | thing = his sanity | date = 2001-04-01 | latitude = 1 | longitude = 2 }}
+
<code>&#x007B;{User:The_ru/test | almost = true | name = the ru | thing = his sanity | date = 2001-04-01 | latitude = 1 | longitude = 2 }}
 
</code> appears as:
 
</code> appears as:
  
{{User:The_ru/test | name = [[User:The_ru | the ru]] | thing = his sanity | date = 2001-04-01 | latitude = 1 | longitude = 2 }}
+
{{User:The_ru/test | name = the ru | almost = true | thing = his sanity | date = 2001-04-01 | latitude = 1 | longitude = 2 }}
 
</noinclude>
 
</noinclude>

Revision as of 08:50, 10 February 2009

Landgeohash.png
This user earned the Lost Something While Geohashing Consolation Prize by losing {{{thing}}} when going to the ({{{latitude}}}, {{{longitude}}}) geohash on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]].

How to use this template:

{{User:the_ru/test

| latitude = latitude (required)
| longitude = longitude (required)
| date = date (YYYY-MM-DD format) (required)
| thing = what was almost lost (required)
| in = where it was almost lost (optional)
| name = name of achiever (optional)
| image = image name (optional)

}}

The image name should not include 'Image:' or surrounding braces.

Examples

{{User:The_ru/test | thing = their GPS | in = the sewers | date = 1992-01-17 | latitude = 70 | longitude = -8 }} appears as:

Landgeohash.png
This user earned the Lost Something While Geohashing Consolation Prize by losing their GPS in the sewers when going to the (70, -8) geohash on 1992-01-17.


{{User:The_ru/test | almost = true | name = the ru | thing = his sanity | date = 2001-04-01 | latitude = 1 | longitude = 2 }} appears as:

Landgeohash.png
the ru earned the Almost Lost Something While Geohashing honorable mention by almost losing his sanity when going to the (1, 2) geohash on 2001-04-01.