Template:Rarity: Difference between revisions
Template page
More actions
m Bolded text |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #879696">'''C'''</span> | <span style="color: #879696">'''Common'''</span>}} | ||
| uncommon = <span style="color: #0B9400">'''U'''</span> | | uncommon = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #0B9400">'''U'''</span> | <span style="color: #0B9400">'''Uncommon'''</span>}} | ||
| rare = <span style="color: #0050B7">'''R'''</span> | | rare = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #0050B7">'''R'''</span> | <span style="color: #0050B7">'''Rare'''</span>}} | ||
| epic = <span style="color: #A033EA">'''E'''</span> | | epic = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #A033EA">'''E'''</span> | <span style="color: #A033EA">'''Epic'''</span>}} | ||
| legendary = <span style="color: #F87C00">'''L'''</span> | | legendary = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #F87C00">'''L'''</span> | <span style="color: #F87C00">'''Legendary'''</span>}} | ||
| mythic = <span style="color: #B62626">'''M'''</span> | | mythic = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #B62626">'''M'''</span> | <span style="color: #B62626">'''Mythic'''</span>}} | ||
| seasonal = <span style="color: #1BA385">'''S'''</span> | | seasonal = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #1BA385">'''S'''</span> | <span style="color: #1BA385">'''Seasonal'''</span>}} | ||
| limited = <span style="color: #01E3F0">'''Li'''</span> | | limited = {{#ifeq: {{lc:{{{3}}}}} | short | <span style="color: #01E3F0">'''Li'''</span> | <span style="color: #01E3F0">'''Limited'''</span>}} | ||
}} | }} | ||
| #default = {{#switch: {{lc:{{{1}}}}} | | #default = {{#switch: {{lc:{{{1}}}}} | ||
| common = [[File:Common.png| | | common = [[File:Common.png|x{{{size|18px}}}|frameless|link=]] | ||
| uncommon = [[File:Uncommon.png| | | uncommon = [[File:Uncommon.png|x{{{size|18px}}}|frameless|link=]] | ||
| rare = [[File:Rare.png| | | rare = [[File:Rare.png|x{{{size|18px}}}|frameless|link=]] | ||
| epic = [[File:Epic.png| | | epic = [[File:Epic.png|x{{{size|18px}}}|frameless|link=]] | ||
| legendary = [[File:Legendary.png| | | legendary = [[File:Legendary.png|x{{{size|18px}}}|frameless|link=]] | ||
| mythic = [[File:Mythic.png| | | mythic = [[File:Mythic.png|x{{{size|18px}}}|frameless|link=]] | ||
| seasonal = [[File:Seasonal.png| | | seasonal = [[File:Seasonal.png|x{{{size|18px}}}|frameless|link=]] | ||
| limited = [[File:Limited.png| | | limited = [[File:Limited.png|x{{{size|18px}}}|frameless|link=]] | ||
}} | }} | ||
}}<noinclude> | }}<noinclude> | ||
Line 47: | Line 47: | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Text" | "Text" | ||
], | |||
"required": false, | |||
"suggested": false | |||
}, | |||
"3": { | |||
"label": "Text Length", | |||
"description": "Providing a value for this parameter", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"short" | |||
], | ], | ||
"required": false, | "required": false, |
Latest revision as of 11:32, 15 July 2025
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 |
Text Length | 3 | Providing a value for this parameter
| String | optional |