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:Navbox: Difference between revisions

Template page
No edit summary
Tags: Manual revert wikieditor
No edit summary
Tag: wikieditor
Line 5: Line 5:
| style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Base || style="padding:4px; text-align:left;" | [[Knight]] • [[Warrior]] • [[Mage]] • [[Summoner]] • [[Rogue]] • [[Acolyte]] • [[Scout]]
| style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Base || style="padding:4px; text-align:left;" | [[Knight]] • [[Warrior]] • [[Mage]] • [[Summoner]] • [[Rogue]] • [[Acolyte]] • [[Scout]]
|-
|-
| style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Advanced I || style="padding:4px; text-align:left;" | [[Wizard]] • [[Shinobi]] • [[Priest]]
| style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Advanced I || style="padding:4px; text-align:left;" | [[Wizard]] • [[Shinobi]] • [[Priest]] • [[Paladin]]
|- class="middle-header"
|- class="middle-header"
! colspan="2" | '''Game Systems'''
! colspan="2" | '''Game Systems'''

Revision as of 05:51, 9 December 2025

Classes
Base KnightWarriorMageSummonerRogueAcolyteScout
Advanced I WizardShinobiPriestPaladin
Game Systems
Character ClassesAttributesSkillsStorageCoin
Items ConsumablesEquipmentCardsArtifactsMaterials
Combat Dodge RollElementsMonstersArena
World WaypointsMapsNon-Player CharactersRefinementCrafting


<templatedata>

{

 "description": "Site-wide navigation infobox with fixed sections for Classes and Game Systems. By default it renders preset link lists, but each list (and the title) can be overridden via parameters.",
 "format": "block",
 "params": {
   "TITLE": {
     "label": "Title",
     "description": "Text shown in the top banner.",
     "type": "string",
     "default": "Navigation",
     "suggested": true
   },
   "CLASSES_BASE": {
     "label": "Classes — Base list",
     "description": "Wikitext list of base classes, shown in the Classes section.",
     "type": "content",
     "default": "KnightWarriorMageSummonerRogueAcolyteScout",
     "suggested": true
   },
   "SYSTEMS_CHARACTER": {
     "label": "Game Systems — Character",
     "description": "Wikitext list under Character.",
     "type": "content",
     "default": "AttributesDodge RollRefinement",
     "suggested": true
   },
   "SYSTEMS_ITEMS": {
     "label": "Game Systems — Items",
     "description": "Wikitext list under Items.",
     "type": "content",
     "default": "EquipmentCardsArtifactsCraftingStorage",
     "suggested": true
   },
   "SYSTEMS_COMBAT": {
     "label": "Game Systems — Combat",
     "description": "Wikitext list under Combat.",
     "type": "content",
     "default": "ElementsBossesMonsters",
     "suggested": true
   },
   "SYSTEMS_WORLD": {
     "label": "Game Systems — World",
     "description": "Wikitext list under World.",
     "type": "content",
     "default": "WaypointsMapsNon-Player Characters",
     "suggested": true
   }
 },
 "paramOrder": [
   "TITLE",
   "CLASSES_BASE",
   "SYSTEMS_CHARACTER",
   "SYSTEMS_ITEMS",
   "SYSTEMS_COMBAT",
   "SYSTEMS_WORLD"
 ],
 "sets": [
   {
     "label": "Classes",
     "params": ["CLASSES_BASE"]
   },
   {
     "label": "Game Systems",
     "params": [
       "SYSTEMS_CHARACTER",
       "SYSTEMS_ITEMS",
       "SYSTEMS_COMBAT",
       "SYSTEMS_WORLD"
     ]
   }
 ],
 "maps": {}

} </templatedata>