Template:JobAdvancementBox: Difference between revisions
More actions
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. | ||
<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> | |||
<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> | |||
<div class="sv-tile" style="padding:10px;">[[{{{SecondClass}}}]]</div> | |||
<div class="sv-tile" style="padding:10px;">[[{{{ThirdClass}}}]]</div> | |||
</div> | |||
</div> | |||
{{/Doc}} | |||
{ | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
Latest revision as of 04:53, 25 February 2026
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.
This template renders the **Job Advancement** blurb plus a centered **Advanced Classes** selector linking to three advanced-class pages.
It uses the sitewide SpiritVale UI primitives from **Common.css** (`sv-card`, `sv-tile`) and does not rely on legacy table/infobox styling.
Usage
{{JobAdvancementBox
|FirstClass=Priest
|SecondClass=Monk
|ThirdClass=Inquisitor
}}
Parameters
All parameters are required.
| Parameter | Description | Example |
|---|---|---|
FirstClass |
Name of the first advanced class page to link. | Priest
|
SecondClass |
Name of the second advanced class page to link. | Monk
|
ThirdClass |
Name of the third advanced class page to link. | Third Path
|
Output
- A short paragraph explaining Job Level 50 advancement.
- A card titled Advanced Classes with three clickable tiles.
Styling notes
This template depends on **Common.css** for:
.sv-card— container styling.sv-tile— tile styling
If you want this to stack on smaller screens later, add a rule in **Mobile.css** targeting .sv-adv-classes__grid.
TemplateData
Inserts a standardized Job Advancement section with three advanced-class links for a base class page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| First class | FirstClass | Name of the first advanced class. Usually a wiki page title to link, e.g., Priest.
| Page name | required |
| Second class | SecondClass | Name of the second advanced class. Usually a wiki page title to link, e.g., Monk.
| Page name | required |
| Third class | ThirdClass | Name of the third advanced class. Usually a wiki page title to link (or plain text if not finalized).
| Page name | required |