Template:CosmeticImage: Difference between revisions
Template page
More actions
Added Rods |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: {{{animated|}}}|[[Category:Animated images]]}}<!-- | <includeonly>{{#if: {{{animated|}}}|[[Category:Animated images]]}}<!-- | ||
-->{{#if: {{{type|}}}|[[Category:Images of {{#switch: {{lc:{{{type}}}}}|hat|aura|trail|cloak|rod = {{ucfirst:{{{type}}}}}s|accessory = Accessories|hair = Hair}}]]}}<!-- | -->{{#if: {{{type|}}}|[[Category:Images of {{#switch: {{lc:{{{type}}}}}|hat|aura|trail|cloak|rod = {{ucfirst:{{{type}}}}}s|accessory = Accessories|hair = Hair}}]]}}<!-- | ||
-->{{#if: {{{tag|}}}|[[Category:Images of {{ucfirst:{{lc:{{{tag}}}}}}} cosmetics]]|[[Category:Images of Standard cosmetics]]}}<!-- | |||
-->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} cosmetics]]}}<!-- | -->{{#if: {{{rarity|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity}}}}}}} cosmetics]]}}<!-- | ||
-->{{#if: {{{rarity2|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity2}}}}}}} cosmetics]]}}<!-- | -->{{#if: {{{rarity2|}}}|[[Category:Images of {{ucfirst:{{lc:{{{rarity2}}}}}}} cosmetics]]}}<!-- | ||
Line 17: | Line 18: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"tag": { | |||
"description": "The additional type/tag of the cosmetic", | |||
"type": "string", | |||
"required": true, | |||
"default": "Standard" | |||
}, | }, | ||
"rarity": { | "rarity": { |
Revision as of 12:09, 10 July 2025
This template is intended for use in adding categories to a cosmetic's file page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
animated | animated | Use any value (preferably "y" or "yes") if the image is animated | String | optional |
type | type | The type of the cosmetic | String | required |
tag | tag | The additional type/tag of the cosmetic
| String | required |
rarity | rarity | The rarity of the cosmetic | String | required |
rarity2 | rarity2 | The second rarity (i.e. Seasonal or Limited) of the cosmetic, if any | String | optional |
collection | collection | The collection of the cosmetic | String | required |