Template:ClassInfoBox
Template page
More actions
|
Class Overview | |
|---|---|
| Role | {{{Role}}} |
| Weapons | {{{Weapons}}} |
|
Attributes | |
| {{{STR}}} | |
| {{{AGI}}} | |
| {{{VIT}}} | |
| {{{INT}}} | |
| {{{DEX}}} | |
| {{{LUK}}} | |
<templatedata> {
"description": "Infobox for a class overview: shows the class role, weapons, and attribute emphasis.",
"params": {
"Role": {
"label": "Role",
"description": "Main role or playstyle of the class (how it’s typically used in a party).",
"type": "string",
"suggestedvalues": ["Tank", "DPS", "Healer", "Support", "Hybrid"],
"example": "Healer / Support",
"required": false
},
"Weapons": {
"label": "Weapons",
"description": "Comma-separated list of weapons the class commonly uses.",
"type": "string",
"example": "Mace, Staff, Tome",
"required": false
},
"STR": {
"label": "STR emphasis",
"description": "How important Strength is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "Low",
"required": false
},
"AGI": {
"label": "AGI emphasis",
"description": "How important Agility is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "Medium",
"required": false
},
"VIT": {
"label": "VIT emphasis",
"description": "How important Vitality is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "High",
"required": false
},
"INT": {
"label": "INT emphasis",
"description": "How important Intelligence is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "High",
"required": false
},
"DEX": {
"label": "DEX emphasis",
"description": "How important Dexterity is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "Medium",
"required": false
},
"LUK": {
"label": "LUK emphasis",
"description": "How important Luck is for this class (text or a simple rating).",
"type": "string",
"suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
"example": "Low",
"required": false
}
},
"paramOrder": ["Role", "Weapons", "STR", "AGI", "VIT", "INT", "DEX", "LUK"]
} </templatedata>