Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CosmeticTag: Difference between revisions

Template page
No edit summary
added colouring to the text
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#if: {{{tooltip|{{{2|}}}}}}|{{#switch: {{lc:{{{1}}}}}
{{#if: {{{tooltip|{{{2|}}}}}}|{{#switch: {{lc:{{{1}}}}}
  | standard | exclusive | arcane | collector | limited | tradeable = [[File:{{ucfirst:{{lc:{{{1}}}}}}}.png|x18px|frameless|link=|alt={{{1}}}]]
  | 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>'''Tradeable'''</span>
  | tradeable = <span style="color: #FFCB6B">'''Tradeable'''</span>
}}}}<noinclude>
}}}}<noinclude>
<templatedata>
<templatedata>

Latest revision as of 17:05, 26 August 2025

Displays a cosmetic's additional type tag, either in tooltip or text form.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Type1

The cosmetic's additional type tag

Suggested values
Standard Exclusive Arcane Collector Limited Tradeable
Stringrequired
Text2

Using this parameter switches the tooltip to coloured text.

Suggested values
y yes
Stringoptional