Difference between revisions of "Template:Train wreck"
From Geohashing
imported>Benjw m (Template:Train Wreck moved to Template:Train wreck: capitalisation as per Naming conventions) |
imported>Benjw (how to use this template) |
||
Line 2: | Line 2: | ||
|color = orange | |color = orange | ||
|icon = Trainwreck.png | |icon = Trainwreck.png | ||
− | |user = {{{name|}}} | + | |user = {{#if:{{{name|}}}|{{{name}}}|This user}} |
|achievement = [[Train wreck consolation prize]] | |achievement = [[Train wreck consolation prize]] | ||
|action = failing to reach the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] {{#if:{{{reason|}}}|{{{reason}}}|because of a general transportation failure}} | |action = failing to reach the [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] {{#if:{{{reason|}}}|{{{reason}}}|because of a general transportation failure}} | ||
|image = {{{image|}}} | |image = {{{image|}}} | ||
|category = Train wreck consolation prize | |category = Train wreck consolation prize | ||
+ | }}<noinclude> | ||
+ | '''How to use this template:''' | ||
+ | |||
+ | {{Train wreck | ||
+ | :| latitude = '''latitude''' (required) | ||
+ | :| longitude = '''longitude''' (required) | ||
+ | :| date = '''date (YYYY-MM-DD format)''' (required) | ||
+ | :''| reason = '''specify transportation failure''' (optional)'' | ||
+ | :''| name = '''name of achiever''' (optional)'' | ||
+ | :''| image = '''image name''' (optional)'' | ||
}} | }} | ||
+ | |||
+ | The image name should not include 'Image:' or surrounding braces. | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{Train wreck | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-12-09 | ||
+ | | name = [[User:Danatar|Danatar]] | ||
+ | | reason = because he blew up his bicycle with a tire inflator | ||
+ | | image = 2008-12-09_49_9_kabumm.jpg | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{Train wreck | ||
+ | | latitude = 49 | ||
+ | | longitude = 9 | ||
+ | | date = 2008-12-09 | ||
+ | | name = [[User:Danatar|Danatar]] | ||
+ | | reason = because he blew up his bicycle with a tire inflator | ||
+ | | image = 2008-12-09_49_9_kabumm.jpg | ||
+ | }} | ||
+ | |||
+ | <code>{{Train wreck | ||
+ | | latitude = 33 | ||
+ | | longitude = -84 | ||
+ | | date = 2009-03-07 | ||
+ | }}</code> appears as: | ||
+ | |||
+ | {{Train wreck | ||
+ | | latitude = 33 | ||
+ | | longitude = -84 | ||
+ | | date = 2009-03-07 | ||
+ | }} | ||
+ | [[Category:Achievement award templates]] | ||
+ | </noinclude> |
Revision as of 17:43, 9 May 2009
This user earned the Train wreck consolation prize
|
How to use this template:
{{Train wreck
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | reason = specify transportation failure (optional)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Train wreck
| latitude = 49
| longitude = 9
| date = 2008-12-09
| name = Danatar
| reason = because he blew up his bicycle with a tire inflator
| image = 2008-12-09_49_9_kabumm.jpg
}}
appears as:
Danatar earned the Train wreck consolation prize
|
{{Train wreck
| latitude = 33
| longitude = -84
| date = 2009-03-07
}}
appears as:
This user earned the Train wreck consolation prize
|