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

Template page
No edit summary
m Protected "Template:JobAdvancementBox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Upon reaching '''Job Level 50''', players may advance to a specialized class. To change jobs, find your class representative in the world, speak with them, and follow their instructions to complete the change. You can advance as soon as you reach JL50 on the base class.
Upon reaching '''Job Level 50''', players may advance to a specialized class. To change jobs, find your class representative in the world, speak with them, and follow their instructions to complete the change. You can advance as soon as you reach JL50 on the base class.


{| class="infobox custom-table" style="float:none; width:100%; max-width:700px; margin:1em auto; text-align:center;"
<div class="sv-card" style="float:none; width:100%; max-width:700px; margin:1em auto; text-align:center; padding:12px;">
|-
<div style="font-weight:800; margin-bottom:10px;">Advanced Classes</div>
! colspan="3" | '''Advanced Classes'''
<div class="sv-adv-classes__grid" style="display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:10px;">
|-
<div class="sv-tile" style="padding:10px;">[[{{{FirstClass}}}]]</div>
| style="padding:6px; width:33.33%;" | [[{{{FirstClass}}}]]
<div class="sv-tile" style="padding:10px;">[[{{{SecondClass}}}]]</div>
| style="padding:6px; width:33.33%;" | [[{{{SecondClass}}}]]
<div class="sv-tile" style="padding:10px;">[[{{{ThirdClass}}}]]</div>
| style="padding:6px; width:33.33%;" | [[{{{ThirdClass}}}]]
</div>
|}
</div>


<noinclude>
{{/Doc}}
<templatedata>
{
  "description": "Inserts a standardized Job Advancement section with three advanced-class links for a base class page.",
  "params": {
    "FirstClass": {
      "label": "First class",
      "description": "Name of the first advanced class. Usually a wiki page title to link, e.g., Priest.",
      "type": "wiki-page-name",
      "required": true,
      "example": "Priest",
      "suggested": true
    },
    "SecondClass": {
      "label": "Second class",
      "description": "Name of the second advanced class. Usually a wiki page title to link, e.g., Monk.",
      "type": "wiki-page-name",
      "required": true,
      "example": "Monk",
      "suggested": true
    },
    "ThirdClass": {
      "label": "Third class",
      "description": "Name of the third advanced class. Usually a wiki page title to link (or plain text if not finalized).",
      "type": "wiki-page-name",
      "required": true,
      "example": "Third Path",
      "suggested": true
    }
  },
  "paramOrder": [
    "FirstClass",
    "SecondClass",
    "ThirdClass"
  ]
}
</templatedata>
</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>