Template:ClassInfoBox: Difference between revisions
Template page
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 2: | Line 2: | ||
|- | |- | ||
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:1px 1px; font-size:120%; border-top-left-radius:8px; border-top-right-radius:8px; word-wrap:break-word; overflow-wrap:break-word;" | | ! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:1px 1px; font-size:120%; border-top-left-radius:8px; border-top-right-radius:8px; word-wrap:break-word; overflow-wrap:break-word;" | | ||
Class Overview | '''Class Overview''' | ||
|- | |- | ||
| Line 14: | Line 14: | ||
|- | |- | ||
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; padding:4px; font-size:110%; word-wrap:break-word; overflow-wrap:break-word; border-bottom:1px solid #eee;" | | ! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; padding:4px; font-size:110%; word-wrap:break-word; overflow-wrap:break-word; border-bottom:1px solid #eee;" | | ||
Attributes | '''Attributes''' | ||
|- | |- | ||
Revision as of 19:27, 7 September 2025
|
Class Overview | |
|---|---|
| Role | {{{Role}}} |
| Weapons | {{{Weapons}}} |
|
Attributes | |
| {{{STR}}} | |
| {{{AGI}}} | |
| {{{VIT}}} | |
| {{{INT}}} | |
| {{{DEX}}} | |
| {{{LUK}}} | |
<templatedata> {
"description": "Infobox for a class overview: shows the class role, common weapons, and attribute emphasis (numeric).",
"format": "block",
"params": {
"Role": {
"label": "Role",
"description": "Main role(s) or playstyle for the class. Use
to list multiple lines (e.g., Healing, Support, Holy Magic).",
"type": "string",
"example": "Healing
Support
Holy Magic",
"required": false,
"suggested": true
},
"Weapons": {
"label": "Weapons",
"description": "Primary weapon type(s) this class commonly uses.",
"type": "string",
"example": "Book",
"required": false,
"suggested": true
},
"STR": {
"label": "STR",
"description": "Strength emphasis as a number.",
"type": "number",
"example": "1",
"required": false,
"suggested": true
},
"AGI": {
"label": "AGI",
"description": "Agility emphasis as a number.",
"type": "number",
"example": "1",
"required": false,
"suggested": true
},
"VIT": {
"label": "VIT",
"description": "Vitality emphasis as a number.",
"type": "number",
"example": "9",
"required": false,
"suggested": true
},
"INT": {
"label": "INT",
"description": "Intelligence emphasis as a number.",
"type": "number",
"example": "12",
"required": false,
"suggested": true
},
"DEX": {
"label": "DEX",
"description": "Dexterity emphasis as a number.",
"type": "number",
"example": "9",
"required": false,
"suggested": true
},
"LUK": {
"label": "LUK",
"description": "Luck emphasis as a number.",
"type": "number",
"example": "1",
"required": false,
"suggested": true
}
},
"paramOrder": ["Role", "Weapons", "STR", "AGI", "VIT", "INT", "DEX", "LUK"]
} </templatedata>