Template:Badge: Difference between revisions
No edit summary |
No edit summary |
||
Line 95: | Line 95: | ||
|<nowiki>{{Badge|Halloween Avatar Contest Runner Up|100|9}}</nowiki> | |<nowiki>{{Badge|Halloween Avatar Contest Runner Up|100|9}}</nowiki> | ||
|} | |} | ||
|} | |||
==Displaying Badges in a Badge Rack== | |||
And here's how it looks in a badge rack you can put in your sidebar, using '''[[Template:Badge Rack]]'''. | |||
{{Badge Rack | |||
|Halloween Avatar Contest Winner|1 | |||
|Halloween Avatar Contest Runner Up|2 | |||
}} | |||
The code used for that: | |||
<pre> | |||
{{Badge Rack | |||
|Halloween Avatar Contest Winner|1 | |||
|Halloween Avatar Contest Runner Up|2 | |||
}} | |||
</pre> | |||
==Problems or Questions?== | |||
Let [[User:Rich|Rich]] know! | |||
__NOTOC__ | __NOTOC__ |
Revision as of 23:10, 9 November 2015
Badges are similar to our Community Awards in that they are awarded for OOC participation and achievement. However, while Community Awards are bestowed on a yearly basis in December to recognize long-term achievement and outstanding performance among a peer-group, badges are reserved for incremental achievements or singular contest wins.
Players can receive more than one badge at a time, and can also receive a badge multiple times through enhancements -- a marker on the wiki that denotes repeated achievement. Similar to the star system used on the service ribbons, a gold tip represents each repeated citation, and a silver tip represents five additional citations (and therefore five gold tips).
This template lets you call up any badge just using the name of the badge itself. It also allows you to display multiple citations of a badge.
How to use this template:
{{Badge|name of badge|width in pixels|number of times awarded (optional)}}
So for instance, just type in
{{Badge|Halloween Avatar Contest Winner|80}}
and you will get the Halloween Avatar Contest Winner badge returned at a width of 80 pixels:
If you won the Halloween Avatar Contest three times, you'd type in
{{Badge|Halloween Avatar Contest Winner|80|3}}
and you'll get the appropriate arrangement of tips added to the badge to mark your multiple wins. If you put your cursor over the image, the name of the badge will be displayed.
Use the following badge names:
|
Multiple Citations
The template currently supports up to 9 citations of the same badge. You can use this template to display a single citation of a badge by leaving off the last number or putting a 1.
Reference Table
Here's how they all look at a width of 100 pixels:
|
Displaying Badges in a Badge Rack
And here's how it looks in a badge rack you can put in your sidebar, using Template:Badge Rack.
Badges | ||
---|---|---|
| ||
The code used for that:
{{Badge Rack |Halloween Avatar Contest Winner|1 |Halloween Avatar Contest Runner Up|2 }}
Problems or Questions?
Let Rich know!