Template:CosmeticTag: Difference between revisions
Template page
More actions
colours pending |
added colouring to the text |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#if: {{{tooltip|{{{2|}}}}}}|{{#switch: {{lc:{{{1}}}}} | {{#if: {{{tooltip|{{{2|}}}}}}|{{#switch: {{lc:{{{1}}}}} | ||
| standard | | standard | exclusive | arcane | collector | limited | tradeable = [[File:{{ucfirst:{{lc:{{{1}}}}}}}.png|x{{{size|18px}}}|frameless|link=|alt={{{1}}}]] | ||
}}|{{#switch: {{lc:{{{1}}}}} | }}|{{#switch: {{lc:{{{1}}}}} | ||
| standard = <span>'''Standard'''</span> | | standard = <span style="color: #AEAEAE">'''Standard'''</span> | ||
| exclusive = <span>'''Exclusive'''</span> | | exclusive = <span style="background: linear-gradient(90deg, #FF4CE5, #FF72AD, #FF8B89, #FFA761, #FFC732); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">'''Exclusive'''</span> | ||
| arcane = <span>'''Arcane'''</span> | | arcane = <span style="background: linear-gradient(90deg, #F135F5, #B85BEA, #718ADD, #18C6CD); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">'''Arcane'''</span> | ||
| collector = <span>'''Collector'''</span> | | collector = <span style="background: linear-gradient(90deg, #17CCC9, #47CDA9, #7ACE86, #AFCE62, #DECE42, #FFC734, #FE9B6C, #FD838C, #FC58C3, #FB34F3); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">'''Collector'''</span> | ||
| limited = <span>'''Limited'''</span> | | limited = <span style="color: #01E3F0">'''Limited'''</span> | ||
| tradeable = <span style="color: #FFCB6B">'''Tradeable'''</span> | |||
}}}}<noinclude> | }}}}<noinclude> | ||
<templatedata> | <templatedata> | ||
Line 24: | Line 21: | ||
"Arcane", | "Arcane", | ||
"Collector", | "Collector", | ||
"Limited" | "Limited", | ||
"Tradeable" | |||
], | ], | ||
"required": true, | "required": true, |
Latest revision as of 17:05, 26 August 2025
Displays a cosmetic's additional type tag, either in tooltip or text form.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | 1 | The cosmetic's additional type tag
| String | required |
Text | 2 | Using this parameter switches the tooltip to coloured text.
| String | optional |