width parameter is for width of the image, default value is 240px
version parameter is for icon and tooltip which indicate in which version of the game the skin first appeared; by default it shows original Gigantic, to list Rampage Edition it should be version = R.
rarity parameter must be lowercase
type parameter is for type or changes of the skin, such as: Base hero model, Color, Model, Material, Ambient FX, Skill FX, etc
Parameters for means of getting the skin:
source for hero skin
wsource for weapon skin
both for cases when both skins have the same source (other two parameters will be ignored)
note parameter is used in rare cases for additional information
file parameter is used in rare cases for image filename when skin's title doesn't match it
Usage example
Code for hero and weapon skins:
{{HeroSkin
|hero = Beckett
|title = Hot Shot
|rarity = uncommon
|type = Color
|source = Reach Beckett [[mastery]] Level 25
|wsource = {{points|crown}} 300
|lore = Beckett knew that scoring the right jobs was as much about image as substance.}}
Result:
Hot Shot
This content and/or lore was in original version of Gigantic
Beckett knew that scoring the right jobs was as much about image as substance.
Code for only weapon skin:
{{HeroSkin
|hero = Xenobia
|title = Eternal Light
|width = 260px
|rarity = prestige
|type = Model / Material / Skill FX
|source = Reach Xenobia [[mastery]] Level 50
|lore = The gifts of the [[Eternals]] came from the [[City of Gods]] itself. Only the worthy could wield them.}}
Result:
Eternal Light
This content and/or lore was in original version of Gigantic
The gifts of the Eternals came from the City of Gods itself. Only the worthy could wield them.
Code for cases with both skins sharing the same source, such as default skins:
{{HeroSkin
|hero = Mozu
|title = The Wand Thief
|rarity = common
|type = Base hero model
|both = Default
|lore = If she was going to be a wizard, Mozu wanted to look the part.}}
Result:
The Wand Thief
This content and/or lore was in original version of Gigantic
common Base hero model
Default
If she was going to be a wizard, Mozu wanted to look the part.