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

Join the Playtest on Steam Now: SpiritVale

Template:ClassInfoBox: Difference between revisions

Template page
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 14: Line 14:
'''Attributes'''
'''Attributes'''
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Strength.png|15px]] [[Attributes#Strength_(STR)|STR]]
| style="background:#e6e3f0; padding:4px; border-bottom:1px solid #eee;" | [[File:Strength.png|15px]] '''[[Attributes#Strength_(STR)|STR]]'''
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{STR}}}
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{STR}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Agility.png|15px]] [[Attributes#Agility_(AGI)|AGI]]
| style="background:#e6e3f0; padding:4px; border-bottom:1px solid #eee;" | [[File:Agility.png|15px]] '''[[Attributes#Agility_(AGI)|AGI]]'''
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{AGI}}}
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{AGI}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Vitality.png|15px]] [[Attributes#Vitality_(VIT)|VIT]]
| style="background:#e6e3f0; padding:4px; border-bottom:1px solid #eee;" | [[File:Vitality.png|15px]] '''[[Attributes#Vitality_(VIT)|VIT]]'''
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{VIT}}}
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{VIT}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
| style="background:#e6e3f0; padding:4px; border-bottom:1px solid #eee;" | [[File:Intelligence.png|15px]] '''[[Attributes#Intelligence_(INT)|INT]]'''
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{INT}}}
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{INT}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Dexterity.png|15px]] [[Attributes#Dexterity_(DEX)|DEX]]
| style="background:#e6e3f0; padding:4px; border-bottom:1px solid #eee;" | [[File:Dexterity.png|15px]] '''[[Attributes#Dexterity_(DEX)|DEX]]'''
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{DEX}}}
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{DEX}}}
|-
|-
| style="background:#ffffff; padding:4px;" | [[File:Luck.png|15px]] [[Attributes#Luck_(LUK)|LUK]]
| style="background:#e6e3f0; padding:4px;" | [[File:Luck.png|15px]] '''[[Attributes#Luck_(LUK)'''|LUK]]
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}}
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}}
|}
|}

Revision as of 17:51, 7 September 2025

Class Overview

Role {{{Role}}}
Weapons {{{Weapons}}}

Attributes

STR {{{STR}}}
AGI {{{AGI}}}
VIT {{{VIT}}}
INT {{{INT}}}
DEX {{{DEX}}}
LUK {{{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>