Template:ClassInfoBox: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}} | | style="background:#ffffff; padding:4px; text-align:center;" | {{{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> | |||
Revision as of 04:20, 5 September 2025
|
Class Overview | |
|---|---|
| Role | {{{Role}}} |
| Weapons | {{{Weapons}}} |
|
Attributes | |
| {{{STR}}} | |
| {{{AGI}}} | |
| {{{VIT}}} | |
| {{{INT}}} | |
| {{{DEX}}} | |
| {{{LUK}}} | |
Infobox for a class overview: shows the class role, weapons, and attribute emphasis.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Role | Role | Main role or playstyle of the class (how it’s typically used in a party).
| String | optional |
| Weapons | Weapons | Comma-separated list of weapons the class commonly uses.
| String | optional |
| STR emphasis | STR | How important Strength is for this class (text or a simple rating).
| String | optional |
| AGI emphasis | AGI | How important Agility is for this class (text or a simple rating).
| String | optional |
| VIT emphasis | VIT | How important Vitality is for this class (text or a simple rating).
| String | optional |
| INT emphasis | INT | How important Intelligence is for this class (text or a simple rating).
| String | optional |
| DEX emphasis | DEX | How important Dexterity is for this class (text or a simple rating).
| String | optional |
| LUK emphasis | LUK | How important Luck is for this class (text or a simple rating).
| String | optional |