Difference between revisions of "Template:Gratuitous ribbon"

From Geohashing
imported>Robyn
(testy testy)
imported>Robyn
(test-o-test)
Line 1: Line 1:
 
{{Ribbon
 
{{Ribbon
 
| color    = {{{colour|orange}}}
 
| color    = {{{colour|orange}}}
| icon    = {{{icon|Ate_at_myponga.png}}}
+
| icon    = {{{icon|Impala.PNG}}}
 
| user    = {{{name|}}}
 
| user    = {{{name|}}}
| achievement = {{{achievement|[[Ate at Myponga Achievement]]}}}
+
| achievement = {{{achievement|[[Gratuitous Ribbon Achievement]]}}}
 
| 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}}}]]
 
| 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|}}}
Line 10: Line 10:
 
'''How to use this template:'''
 
'''How to use this template:'''
  
{{Test 1
+
{{gratuitous ribbon
 
:| color = '''colour''' (optional, RGB or name, default is orange)
 
:| color = '''colour''' (optional, RGB or name, default is orange)
 
:| icon = '''icon''' (optional, default is Ate_at_myponga.png)
 
:| icon = '''icon''' (optional, default is Ate_at_myponga.png)
Line 25: Line 25:
  
 
'''Example:'''
 
'''Example:'''
<code>&#x007B;{Test 1
+
<code>&#x007B;{gratuitous ribbon
 
| color = blue
 
| color = blue
 
| latitude = 47
 
| latitude = 47
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Nice Horse
+
| achievement = Nice Horse Achievement
 
| description = patting a friendly horse while on the way to the
 
| description = patting a friendly horse while on the way to the
 
| name = Widdershins
 
| name = Widdershins
Line 36: Line 36:
 
}}</code> appears as:
 
}}</code> appears as:
  
{{Test 1
+
{{gratuitous ribbon
 
| color = blue
 
| color = blue
 
| latitude = 47
 
| latitude = 47
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Nice Horse
+
| achievement = Nice Horse Achievement
 
| description = patting a friendly horse while on the way to the
 
| description = patting a friendly horse while on the way to the
 
| name = Widdershins
 
| name = Widdershins
Line 48: Line 48:
  
 
'''Example:'''
 
'''Example:'''
<code>&#x007B;{Test 1
+
<code>&#x007B;{gratuitous ribbon
 
| icon = Basilisk.PNG
 
| icon = Basilisk.PNG
 
| latitude = 47
 
| latitude = 47
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Back Seat Driver
+
| achievement = Back Seat Driver Annoyance
 
| description = telling Joanna which way to go the whole way to the  
 
| description = telling Joanna which way to go the whole way to the  
 
| name = Widdershins
 
| name = Widdershins
Line 59: Line 59:
 
}}</code> appears as:
 
}}</code> appears as:
  
{{Test 1
+
{{gratuitous ribbon
 
| icon = Basilisk.PNG
 
| icon = Basilisk.PNG
 
| latitude = 47
 
| latitude = 47
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Back Seat Driver
+
| achievement = Back Seat Driver Annoyance
 
| description = telling Joanna which way to go the whole way to the  
 
| description = telling Joanna which way to go the whole way to the  
 
| name = Widdershins
 
| name = Widdershins
Line 71: Line 71:
  
 
'''Example:'''
 
'''Example:'''
<code>&#x007B;{Test 1
+
<code>&#x007B;{gratuitous ribbon
 
| color = #000423
 
| color = #000423
 
| icon = RedSpiders.PNG
 
| icon = RedSpiders.PNG
Line 77: Line 77:
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Excessive Ribbonage
+
| achievement = Excessive Ribbonage Penalty
 
| description = claiming seven achievements after visiting the
 
| description = claiming seven achievements after visiting the
 
}}</code> appears as:
 
}}</code> appears as:
  
{{Test 1
+
{{gratuitous ribbon
 
| color = #000423
 
| color = #000423
 
| icon = RedSpiders.PNG
 
| icon = RedSpiders.PNG
Line 87: Line 87:
 
| longitude = -122
 
| longitude = -122
 
| date = 2008-05-25
 
| date = 2008-05-25
| achievement = Excessive Ribbonage
+
| achievement = Excessive Ribbonage Penalty
 
| description = claiming seven achievements after visiting the
 
| description = claiming seven achievements after visiting the
 
}}
 
}}
 
[[Category:Achievement award templates]]
 
[[Category:Achievement award templates]]
 
</noinclude>
 
</noinclude>

Revision as of 04:28, 19 March 2009

Impala.PNG
This user earned the Gratuitous Ribbon Achievement
by pursuing the ({{{latitude}}}, {{{longitude}}}) geohash on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]].

How to use this template:

{{gratuitous ribbon

| 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: {{gratuitous ribbon | color = blue | latitude = 47 | longitude = -122 | date = 2008-05-25 | achievement = Nice Horse Achievement | description = patting a friendly horse while on the way to the | name = Widdershins | image = Widder.jpg }} appears as:

Impala.PNG
Widdershins earned the Nice Horse Achievement
by patting a friendly horse while on the way to the (47, -122) geohash on 2008-05-25.
Widder.jpg

Example: {{gratuitous ribbon | icon = Basilisk.PNG | latitude = 47 | longitude = -122 | date = 2008-05-25 | achievement = Back Seat Driver Annoyance | description = telling Joanna which way to go the whole way to the | name = Widdershins | image = Widder.jpg }} appears as:

Basilisk.PNG
Widdershins earned the Back Seat Driver Annoyance
by telling Joanna which way to go the whole way to the (47, -122) geohash on 2008-05-25.
Widder.jpg

Example: {{gratuitous ribbon | color = #000423 | icon = RedSpiders.PNG | latitude = 47 | longitude = -122 | date = 2008-05-25 | achievement = Excessive Ribbonage Penalty | description = claiming seven achievements after visiting the }} appears as:

RedSpiders.PNG
This user earned the Excessive Ribbonage Penalty
by claiming seven achievements after visiting the (47, -122) geohash on 2008-05-25.