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

Template:Cosmetic: Difference between revisions

Template page
m Added some documentation (same for previous edit, accidentally saved)
m Added more documentation
Line 135: Line 135:
"mythic"
"mythic"
],
],
"suggested": true
"suggested": true,
"type": "string"
},
},
"rarity2": {
"rarity2": {
Line 187: Line 188:
"trail"
"trail"
],
],
"suggested": true
"suggested": true,
"type": "string"
},
},
"obtaining": {
"obtaining": {
"description": "A short description of how this cosmetic is obtained",
"description": "A short description of how this cosmetic is obtained",
"suggested": true,
"type": "string"
},
"title": {
"description": "Give the infobox a custom title (defaults to page name)",
"type": "string"
},
"chroma_applicable": {
"description": "Is cosmetic chroma applicable",
"type": "boolean",
"suggested": true
},
"trophies": {
"description": "The amount of trophies received for having this cosmetic",
"type": "string",
"suggested": true
},
"bonus_trophies": {
"description": "The amount of bonus trophies received for having this cosmetic",
"type": "string",
"suggested": true
},
"reputation": {
"description": "The amount of reputation earned for scavenging this cosmetic",
"type": "number",
"suggested": true
},
"scavenge_cosmetic": {
"description": "Is item scavengeable",
"type": "boolean",
"suggested": true
},
"scavenge_blueprint": {
"description": "Is blueprint scavengeable",
"type": "boolean",
"suggested": true
"suggested": true
}
}
Line 196: Line 233:
"description": "Creates a cosmetic infobox",
"description": "Creates a cosmetic infobox",
"paramOrder": [
"paramOrder": [
"title",
"image",
"image",
"added",
"type",
"type",
"rarity",
"rarity",
"rarity2",
"rarity2",
"chroma_applicable",
"added",
"collection",
"collection",
"obtaining"
"obtaining",
"trophies",
"bonus_trophies",
"reputation",
"scavenge_cosmetic",
"scavenge_blueprint"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 05:47, 22 April 2024

Creates a cosmetic infobox

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

Give the infobox a custom title (defaults to page name)

Stringoptional
imageimage

Image or GIF of the cosmetic

Filesuggested
typetype

The cosmetic type

Suggested values
hat accessory aura trail cloak
Stringsuggested
rarityrarity

The rarity of the cosmetic

Suggested values
common uncommon rare epic legendary mythic
Stringsuggested
rarity2rarity2

The (special) rarity of the cosmetic

Suggested values
seasonal limited
Stringsuggested
chroma_applicablechroma_applicable

Is cosmetic chroma applicable

Booleansuggested
addedadded

Patch (& date) the cosmetic was added

Stringsuggested
collectioncollection

The collection the cosmetic is part of.

Suggested values
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
Stringsuggested
obtainingobtaining

A short description of how this cosmetic is obtained

Stringsuggested
trophiestrophies

The amount of trophies received for having this cosmetic

Stringsuggested
bonus_trophiesbonus_trophies

The amount of bonus trophies received for having this cosmetic

Stringsuggested
reputationreputation

The amount of reputation earned for scavenging this cosmetic

Numbersuggested
scavenge_cosmeticscavenge_cosmetic

Is item scavengeable

Booleansuggested
scavenge_blueprintscavenge_blueprint

Is blueprint scavengeable

Booleansuggested