Difference between revisions of "Template:Gratuitous ribbon"
imported>Robyn (testing) |
imported>Robyn (testy testy) |
||
Line 4: | Line 4: | ||
| user = {{{name|}}} | | user = {{{name|}}} | ||
| achievement = {{{achievement|[[Ate at Myponga Achievement]]}}} | | achievement = {{{achievement|[[Ate at Myponga Achievement]]}}} | ||
− | | action = {{{description| | + | | action = {{{description|pursuing the}}} [http://irc.peeron.com/xkcd/map/map.html?lat={{{latitude}}}&long={{{longitude}}}&date={{{date}}} ({{{latitude}}}, {{{longitude}}}) geohash] on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]] |
| image = {{{image|}}} | | image = {{{image|}}} | ||
| category = Ate at Myponga Achievement | | category = Ate at Myponga Achievement | ||
Line 16: | Line 16: | ||
:| longitude = '''longitude''' (required) | :| longitude = '''longitude''' (required) | ||
:| date = '''date (YYYY-MM-DD format)''' (required) | :| date = '''date (YYYY-MM-DD format)''' (required) | ||
− | :| achievement= '''achievement''' (achievement name you want on the ribbon) | + | :| achievement = '''achievement''' (achievement name you want on the ribbon) |
− | :| description = '''description''' (description of what you did to earn it, including the relation to the geohash (e.g. at/on the way to/without finding)) | + | :| description = '''description''' (description of what you did to earn it, including the relation to the geohash (e.g. at/on the way to/without finding) Will follow the word 'by'.) |
:''| name = '''name of achiever''' (optional)'' | :''| name = '''name of achiever''' (optional)'' | ||
:''| image = '''image name''' (optional)'' | :''| image = '''image name''' (optional)'' | ||
Line 31: | Line 31: | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Nice Horse | | achievement = Nice Horse | ||
− | | description = | + | | description = patting a friendly horse while on the way to the |
| name = Widdershins | | name = Widdershins | ||
| image = Widder.jpg | | image = Widder.jpg | ||
Line 42: | Line 42: | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Nice Horse | | achievement = Nice Horse | ||
− | | description = | + | | description = patting a friendly horse while on the way to the |
| name = Widdershins | | name = Widdershins | ||
| image = Widder.jpg | | image = Widder.jpg | ||
Line 54: | Line 54: | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Back Seat Driver | | achievement = Back Seat Driver | ||
− | | description = | + | | description = telling Joanna which way to go the whole way to the |
| name = Widdershins | | name = Widdershins | ||
| image = Widder.jpg | | image = Widder.jpg | ||
Line 65: | Line 65: | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Back Seat Driver | | achievement = Back Seat Driver | ||
− | | description = | + | | description = telling Joanna which way to go the whole way to the |
| name = Widdershins | | name = Widdershins | ||
| image = Widder.jpg | | image = Widder.jpg | ||
Line 73: | Line 73: | ||
<code>{{Test 1 | <code>{{Test 1 | ||
| color = #000423 | | color = #000423 | ||
+ | | icon = RedSpiders.PNG | ||
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Excessive Ribbonage | | achievement = Excessive Ribbonage | ||
− | | description = | + | | description = claiming seven achievements after visiting the |
}}</code> appears as: | }}</code> appears as: | ||
{{Test 1 | {{Test 1 | ||
| color = #000423 | | color = #000423 | ||
+ | | icon = RedSpiders.PNG | ||
| latitude = 47 | | latitude = 47 | ||
| longitude = -122 | | longitude = -122 | ||
| date = 2008-05-25 | | date = 2008-05-25 | ||
| achievement = Excessive Ribbonage | | achievement = Excessive Ribbonage | ||
− | | description = | + | | description = claiming seven achievements after visiting the |
}} | }} | ||
[[Category:Achievement award templates]] | [[Category:Achievement award templates]] | ||
</noinclude> | </noinclude> |
Revision as of 04:20, 19 March 2009
This user earned the Ate at Myponga Achievement
|
How to use this template:
{{Test 1
- | color = colour (optional, RGB or name, default is orange)
- | icon = icon (optional, default is Ate_at_myponga.png)
- | latitude = latitude (required)
- | longitude = longitude (required)
- | date = date (YYYY-MM-DD format) (required)
- | achievement = achievement (achievement name you want on the ribbon)
- | description = description (description of what you did to earn it, including the relation to the geohash (e.g. at/on the way to/without finding) Will follow the word 'by'.)
- | name = name of achiever (optional)
- | image = image name (optional)
}}
The image name should not include 'Image:' or surrounding braces.
Example:
{{Test 1
| color = blue
| latitude = 47
| longitude = -122
| date = 2008-05-25
| achievement = Nice Horse
| description = patting a friendly horse while on the way to the
| name = Widdershins
| image = Widder.jpg
}}
appears as:
Widdershins earned the Nice Horse
|
Example:
{{Test 1
| icon = Basilisk.PNG
| latitude = 47
| longitude = -122
| date = 2008-05-25
| achievement = Back Seat Driver
| description = telling Joanna which way to go the whole way to the
| name = Widdershins
| image = Widder.jpg
}}
appears as:
Widdershins earned the Back Seat Driver
|
Example:
{{Test 1
| color = #000423
| icon = RedSpiders.PNG
| latitude = 47
| longitude = -122
| date = 2008-05-25
| achievement = Excessive Ribbonage
| description = claiming seven achievements after visiting the
}}
appears as:
This user earned the Excessive Ribbonage
|