Template:Navbox: Difference between revisions
Template page
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 1: | Line 1: | ||
{| class="infobox" style="float:left; width:50%; border:2px solid #372b54 | {| class="infobox" style="float:left; width:50%; border:2px solid #372b54; border-radius:10px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:1em auto; padding:2px; text-align:center; border-collapse:separate; border-spacing:0; overflow:hidden;" | ||
|- | |- | ||
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:110%; border-top:1px solid # | ! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:110%; border-top:1px solid #555; word-wrap:break-word; overflow-wrap:break-word; border-top-left-radius:8px; border-top-right-radius:8px;" |'''Classes''' | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Base | ||
| style=" | | style="padding:4px; text-align:left;" | [[Knight]] • [[Warrior]] • [[Mage]] • [[Summoner]] • [[Rogue]] • [[Acolyte]] • [[Scout]] | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | Advanced I | ||
| style=" | | style="padding:4px; text-align:left;" | [[Wizard]] | ||
|- | |- | ||
! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:110%; border-top:1px solid # | ! colspan="2" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px; font-size:110%; border-top:1px solid #555; word-wrap:break-word; overflow-wrap:break-word;" | '''Game Systems''' | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | [[Character]] | ||
| style=" | | style="padding:4px; text-align:left;" | [[Attributes]] • [[Skills]] • [[Storage]] • [[Coin]] | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | [[Items]] | ||
| style=" | | style="padding:4px; text-align:left;" | [[Consumables]] • [[Equipment]] • [[Card System#Cards|Cards]] • [[Artifacts]] • [[Materials]] | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | [[Combat]] | ||
| style=" | | style="padding:4px; text-align:left;" | [[Dodge Roll]] • [[Elements]] • [[Monsters]] • [[Arena]] | ||
|- | |- | ||
| style=" | | style="font-weight:bold; padding:4px; text-align:center; width:100px; min-width:100px; max-width:100px;" | [[World]] | ||
| style=" | | style="padding:4px; text-align:left;" | [[Waypoints]] • [[Maps]] • [[NPC|Non-Player Characters]] • [[Refinement]] • [[Crafting]] | ||
|} | |} | ||
Revision as of 13:10, 20 September 2025
<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": "Knight • Warrior • Mage • Summoner • Rogue • Acolyte • Scout",
"suggested": true
},
"SYSTEMS_CHARACTER": {
"label": "Game Systems — Character",
"description": "Wikitext list under Character.",
"type": "content",
"default": "Attributes • Dodge Roll • Refinement",
"suggested": true
},
"SYSTEMS_ITEMS": {
"label": "Game Systems — Items",
"description": "Wikitext list under Items.",
"type": "content",
"default": "Equipment • Cards • Artifacts • Crafting • Storage",
"suggested": true
},
"SYSTEMS_COMBAT": {
"label": "Game Systems — Combat",
"description": "Wikitext list under Combat.",
"type": "content",
"default": "Elements • Bosses • Monsters",
"suggested": true
},
"SYSTEMS_WORLD": {
"label": "Game Systems — World",
"description": "Wikitext list under World.",
"type": "content",
"default": "Waypoints • Maps • Non-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>