Difference between revisions of "Template:Color rank"
From Tales of Maj'Eyal
(fix examples after template rename) |
(fix color and add example for unique rank) |
||
Line 1: | Line 1: | ||
− | <onlyinclude><includeonly>{{color|{{#switch: {{{1|}}} |critter=#aaaaaa|normal=black|elite=gold|rare=salmon|unique= | + | <onlyinclude><includeonly>{{color|{{#switch: {{{1|}}} |critter=#aaaaaa|normal=black|elite=gold|rare=salmon|unique=#f4a460 |boss=orange|elite boss=#ddbb00|god=#FF4000|godslayer=#FF4000|black}}|'''{{{2|}}}'''}}</includeonly></onlyinclude> |
− | <!-- Note the critter, elite, and elite boss colors are slightly darker here than in the game: the game specifies C0C0C0 for critter, yellow for elite, and gold for elite boss. --> | + | <!-- Note the critter, elite, and elite boss colors are slightly darker here than in the game: the game specifies C0C0C0 for critter, yellow for elite, and gold for elite boss. Also unique is given as "sandy brown" in the game, but that color isn't recognized here.--> |
<noinclude> | <noinclude> | ||
'''Usage''': <nowiki>{{color rank|<rank>|<text>}}</nowiki> | '''Usage''': <nowiki>{{color rank|<rank>|<text>}}</nowiki> | ||
Line 16: | Line 16: | ||
|- | |- | ||
| <nowiki>{{color rank|rare|I am rare.}}</nowiki> || {{color rank|rare|I am rare.}} | | <nowiki>{{color rank|rare|I am rare.}}</nowiki> || {{color rank|rare|I am rare.}} | ||
+ | |- | ||
+ | | <nowiki>{{color rank|unique|I am unique.}}</nowiki> || {{color rank|unique|I am unique.}} | ||
|- | |- | ||
| <nowiki>{{color rank|boss|I am a boss.}}</nowiki> || {{color rank|boss|I am a boss.}} | | <nowiki>{{color rank|boss|I am a boss.}}</nowiki> || {{color rank|boss|I am a boss.}} |
Revision as of 16:56, 2 October 2021
Usage: {{color rank|<rank>|<text>}}
Examples:
Wiki code | Output |
---|---|
{{color rank|critter|I am a critter.}} | I am a critter. |
{{color rank|normal|I am normal.}} | I am normal. |
{{color rank|elite|I am elite.}} | I am elite. |
{{color rank|rare|I am rare.}} | I am rare. |
{{color rank|unique|I am unique.}} | I am unique. |
{{color rank|boss|I am a boss.}} | I am a boss. |
{{color rank|elite boss|I am an elite boss.}} | I am an elite boss. |
{{color rank|god|I am a god.}} | I am a god. |
{{color rank|godslayer|I am a godslayer.}} | I am a godslayer. |