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
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>[[Category:Templates]]</noinclude>
{| class="infobox custom-table" style="float:right; width:100%; max-width:200px; margin:0 0 2em 2em; text-align:center;"
{| class="infobox" style="float:right; width:100%; max-width:150px; font-size:90%; border:2px solid #372b54; background:#f7f7fa; border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:0 0 2em 2em;"
|-
|-
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:105%; border-top-left-radius:8px; border-top-right-radius:8px;" |
! colspan="2" | '''Class Overview'''
'''Class Overview'''
|-
|-
| style="background:#e6e3f0; font-weight:bold; width:35%; padding:4px; border-bottom:1px solid #f7f7f7;" | Role
| Role
| style="background:#ffffff; padding:4px; border-bottom:1px solid #ccc; text-align:center;" | {{{Role}}}
| {{{Role}}}
|-
|-
| style="background:#e6e3f0; font-weight:bold; padding:4px; border-bottom:1px solid #f7f7f7;" | Weapons
| Weapons
| style="background:#ffffff; padding:4px; border-bottom:1px solid #ccc; text-align:center;" | {{{Weapons}}}
| {{{Weapons}}}
|- class="middle-header"
! colspan="2" style="border-bottom:1px solid #555;" | '''Attributes'''
|-
|-
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:105%;" |
| [[File:Strength.png|15px]] [[Attributes#Strength_(STR)|STR]]
'''Attributes'''
| {{{STR}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Strength.png|15px]] [[Attributes#Strength_(STR)|STR]]
| [[File:Agility.png|15px]] [[Attributes#Agility_(AGI)|AGI]]
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{STR}}}
| {{{AGI}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Agility.png|15px]] [[Attributes#Agility_(AGI)|AGI]]
| [[File:Vitality.png|15px]] [[Attributes#Vitality_(VIT)|VIT]]
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{AGI}}}
| {{{VIT}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Vitality.png|15px]] [[Attributes#Vitality_(VIT)|VIT]]
| [[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{VIT}}}
| {{{INT}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
| [[File:Dexterity.png|15px]] [[Attributes#Dexterity_(DEX)|DEX]]
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{INT}}}
| {{{DEX}}}
|-
|-
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee;" | [[File:Dexterity.png|15px]] [[Attributes#Dexterity_(DEX)|DEX]]
| [[File:Luck.png|15px]] [[Attributes#Luck_(LUK)|LUK]]
| style="background:#ffffff; padding:4px; border-bottom:1px solid #eee; text-align:center;" | {{{DEX}}}
| {{{LUK}}}
|-
| style="background:#ffffff; padding:4px;" | [[File:Luck.png|15px]] [[Attributes#Luck_(LUK)|LUK]]
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}}
|}
|}


<noinclude>
<templatedata>
<templatedata>
{
{
   "description": "Infobox for a class overview: shows the class role, weapons, and attribute emphasis.",
   "description": "Infobox for a class overview: shows the class role, common weapons, and attribute emphasis (numeric).",
  "format": "block",
   "params": {
   "params": {
     "Role": {
     "Role": {
       "label": "Role",
       "label": "Role",
       "description": "Main role or playstyle of the class (how it’s typically used in a party).",
       "description": "Main role(s) or playstyle for the class. Use <br> to list multiple lines (e.g., Healing, Support, Holy Magic).",
       "type": "string",
       "type": "string",
       "suggestedvalues": ["Tank", "DPS", "Healer", "Support", "Hybrid"],
       "example": "Healing <br> Support <br> Holy Magic",
       "example": "Healer / Support",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "Weapons": {
     "Weapons": {
       "label": "Weapons",
       "label": "Weapons",
       "description": "Comma-separated list of weapons the class commonly uses.",
       "description": "Primary weapon type(s) this class commonly uses.",
       "type": "string",
       "type": "string",
       "example": "Mace, Staff, Tome",
       "example": "Book",
       "required": false
       "required": false,
      "suggested": true
     },
     },
     "STR": {
     "STR": {
       "label": "STR emphasis",
       "label": "STR",
       "description": "How important Strength is for this class (text or a simple rating).",
       "description": "Strength emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "1",
       "example": "Low",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "AGI": {
     "AGI": {
       "label": "AGI emphasis",
       "label": "AGI",
       "description": "How important Agility is for this class (text or a simple rating).",
       "description": "Agility emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "1",
       "example": "Medium",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "VIT": {
     "VIT": {
       "label": "VIT emphasis",
       "label": "VIT",
       "description": "How important Vitality is for this class (text or a simple rating).",
       "description": "Vitality emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "9",
       "example": "High",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "INT": {
     "INT": {
       "label": "INT emphasis",
       "label": "INT",
       "description": "How important Intelligence is for this class (text or a simple rating).",
       "description": "Intelligence emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "12",
       "example": "High",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "DEX": {
     "DEX": {
       "label": "DEX emphasis",
       "label": "DEX",
       "description": "How important Dexterity is for this class (text or a simple rating).",
       "description": "Dexterity emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "9",
       "example": "Medium",
       "required": false,
       "required": false
       "suggested": true
     },
     },
     "LUK": {
     "LUK": {
       "label": "LUK emphasis",
       "label": "LUK",
       "description": "How important Luck is for this class (text or a simple rating).",
       "description": "Luck emphasis as a number.",
       "type": "string",
       "type": "number",
       "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
       "example": "1",
       "example": "Low",
       "required": false,
       "required": false
       "suggested": true
     }
     }
   },
   },
Line 104: Line 107:
}
}
</templatedata>
</templatedata>
</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 02:10, 23 September 2025

Class Overview
Role {{{Role}}}
Weapons {{{Weapons}}}
Attributes
STR {{{STR}}}
AGI {{{AGI}}}
VIT {{{VIT}}}
INT {{{INT}}}
DEX {{{DEX}}}
LUK {{{LUK}}}



Infobox for a class overview: shows the class role, common weapons, and attribute emphasis (numeric).

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
RoleRole

Main role(s) or playstyle for the class. Use <br> to list multiple lines (e.g., Healing, Support, Holy Magic).

Example
Healing <br> Support <br> Holy Magic
Stringsuggested
WeaponsWeapons

Primary weapon type(s) this class commonly uses.

Example
Book
Stringsuggested
STRSTR

Strength emphasis as a number.

Example
1
Numbersuggested
AGIAGI

Agility emphasis as a number.

Example
1
Numbersuggested
VITVIT

Vitality emphasis as a number.

Example
9
Numbersuggested
INTINT

Intelligence emphasis as a number.

Example
12
Numbersuggested
DEXDEX

Dexterity emphasis as a number.

Example
9
Numbersuggested
LUKLUK

Luck emphasis as a number.

Example
1
Numbersuggested