Difference between revisions of "Template:Gratuitous ribbon"
imported>Robyn (Silly achievement template test) |
imported>Robyn (testing) |
||
Line 10: | Line 10: | ||
'''How to use this template:''' | '''How to use this template:''' | ||
− | {{ | + | {{Test 1 |
:| 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>{{ | + | <code>{{Test 1 |
| color = blue | | color = blue | ||
| latitude = 47 | | latitude = 47 | ||
Line 36: | Line 36: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{Test 1 |
| color = blue | | color = blue | ||
| latitude = 47 | | latitude = 47 | ||
Line 48: | Line 48: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{ | + | <code>{{Test 1 |
| icon = Basilisk.PNG | | icon = Basilisk.PNG | ||
| latitude = 47 | | latitude = 47 | ||
Line 59: | Line 59: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{Test 1 |
| icon = Basilisk.PNG | | icon = Basilisk.PNG | ||
| latitude = 47 | | latitude = 47 | ||
Line 71: | Line 71: | ||
'''Example:''' | '''Example:''' | ||
− | <code>{{ | + | <code>{{Test 1 |
| color = #000423 | | color = #000423 | ||
| latitude = 47 | | latitude = 47 | ||
Line 80: | Line 80: | ||
}}</code> appears as: | }}</code> appears as: | ||
− | {{ | + | {{Test 1 |
| color = #000423 | | color = #000423 | ||
| latitude = 47 | | latitude = 47 |
Revision as of 04:12, 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))
- | 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 = by 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 = by 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
| latitude = 47
| longitude = -122
| date = 2008-05-25
| achievement = Excessive Ribbonage
| description = for claiming seven achievements after visiting the
}}
appears as:
This user earned the Excessive Ribbonage
|