Template:Cosmetic: Difference between revisions
Template page
More actions
No edit summary |
m Added some documentation (same for previous edit, accidentally saved) |
||
Line 123: | Line 123: | ||
"cloak" | "cloak" | ||
], | ], | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 136: | Line 135: | ||
"mythic" | "mythic" | ||
], | ], | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 146: | Line 144: | ||
"limited" | "limited" | ||
], | ], | ||
"suggested": true | |||
}, | |||
"image": { | |||
"description": "Image or GIF of the cosmetic", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"added": { | |||
"description": "Patch (& date) the cosmetic was added", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"collection": { | |||
"description": "The collection the cosmetic is part of.", | |||
"suggestedvalues": [ | |||
"oceanic", | |||
"natural", | |||
"mechanical", | |||
"magical", | |||
"mythic gate", | |||
"royal", | |||
"secret styles", | |||
"pose one", | |||
"pose two", | |||
"splinters", | |||
"hidden", | |||
"tgttos", | |||
"hitw", | |||
"battle box", | |||
"sky battle", | |||
"parkour warrior", | |||
"dynaball", | |||
"mystical aquatic", | |||
"neon galaxy", | |||
"candy factory", | |||
"ancient jungle", | |||
"squidtek", | |||
"spooky", | |||
"special", | |||
"bonus", | |||
"aura", | |||
"trail" | |||
], | |||
"suggested": true | |||
}, | |||
"obtaining": { | |||
"description": "A short description of how this cosmetic is obtained", | |||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": "Creates a cosmetic infobox" | "description": "Creates a cosmetic infobox", | ||
"paramOrder": [ | |||
"image", | |||
"added", | |||
"type", | |||
"rarity", | |||
"rarity2", | |||
"collection", | |||
"obtaining" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 05:38, 22 April 2024
Creates a cosmetic infobox
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | Image or GIF of the cosmetic | File | suggested |
added | added | Patch (& date) the cosmetic was added | String | suggested |
type | type | The cosmetic type
| String | suggested |
rarity | rarity | The rarity of the cosmetic
| Unknown | suggested |
rarity2 | rarity2 | The (special) rarity of the cosmetic
| String | suggested |
collection | collection | The collection the cosmetic is part of.
| Unknown | suggested |
obtaining | obtaining | A short description of how this cosmetic is obtained | Unknown | suggested |