Template:Rarity: Difference between revisions
Template page
More actions
No edit summary |
m Bolded text |
||
Line 1: | Line 1: | ||
{{#switch: {{lc:{{{2}}}}} | {{#switch: {{lc:{{{2}}}}} | ||
| text = {{#switch: {{lc:{{{1}}}}} | | text = {{#switch: {{lc:{{{1}}}}} | ||
| common = <span style="color: #879696">C</span> | | common = <span style="color: #879696">'''C'''</span> | ||
| uncommon = <span style="color: #0B9400">U</span> | | uncommon = <span style="color: #0B9400">'''U'''</span> | ||
| rare = <span style="color: #0050B7">R</span> | | rare = <span style="color: #0050B7">'''R'''</span> | ||
| epic = <span style="color: #A033EA">E</span> | | epic = <span style="color: #A033EA">'''E'''</span> | ||
| legendary = <span style="color: #F87C00">L</span> | | legendary = <span style="color: #F87C00">'''L'''</span> | ||
| mythic = <span style="color: #B62626">M</span> | | mythic = <span style="color: #B62626">'''M'''</span> | ||
| seasonal = <span style="color: #1BA385">S</span> | | seasonal = <span style="color: #1BA385">'''S'''</span> | ||
| limited = <span style="color: #01E3F0">Li</span> | | limited = <span style="color: #01E3F0">'''Li'''</span> | ||
}} | }} | ||
| #default = {{#switch: {{lc:{{{1}}}}} | | #default = {{#switch: {{lc:{{{1}}}}} |
Revision as of 06:42, 24 October 2023
Displays a rarity icon or text.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rarity | 1 | Rarity of item
| String | required |
Text | 2 | Using this parameter switches the display to coloured text.
| String | optional |