Template:Cosmetic: Difference between revisions
Template page
More actions
test |
No edit summary |
||
Line 109: | Line 109: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"type": { | |||
"type": "string", | |||
"description": "The cosmetic type", | |||
"suggestedvalues": [ | |||
"hat", | |||
"accessory", | |||
"aura", | |||
"trail", | |||
"cloak" | |||
], | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"rarity": { | |||
"description": "The rarity of the cosmetic", | |||
"suggestedvalues": [ | |||
"common", | |||
"uncommon", | |||
"rare", | |||
"epic", | |||
"legendary", | |||
"mythic" | |||
], | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"rarity2": { | |||
"description": "The (special) rarity of the cosmetic", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"seasonal", | |||
"limited" | |||
], | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Creates a cosmetic infobox" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 05:31, 22 April 2024
Creates a cosmetic infobox
Parameter | Description | Type | Status | |
---|---|---|---|---|
type | type | The cosmetic type
| String | required |
rarity | rarity | The rarity of the cosmetic
| Unknown | required |
rarity2 | rarity2 | The (special) rarity of the cosmetic
| String | suggested |