Template:Minimum job levels: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly><table class="sortable" style="margin-left: 1.6em; border: 1px solid gray; border-spacing: 0; text-align: center; background-color: #eef;"> <tr style="background-color: #caf;"> <th scope="col" style="border: 1px solid gray;">Job</th> <th scope="col" style="border: 1px solid gray;">Rank</th> <th scope="col" class="unsortable" style="border: 1px solid gray;">Level</th> </tr> {{#cargo_query: table=JobSkills |fields=Job,SkillCap,'{{{level}}}'=SkillLevel |where=s...")
 
(match site-wide table style, add {{{jobs}}} slash-delimited filter parameter)
 
Line 1: Line 1:
<includeonly><table class="sortable" style="margin-left: 1.6em; border: 1px solid gray; border-spacing: 0; text-align: center; background-color: #eef;">
<includeonly><table class="horizon-table ffxi-table sortable center-col-2 center-col-3" style="margin-left: 1.6em; width: auto;">
<tr style="background-color: #caf;">
<tr>
<th scope="col" style="border: 1px solid gray;">Job</th>
<th scope="col">Job</th>
<th scope="col" style="border: 1px solid gray;">Rank</th>
<th scope="col">Rank</th>
<th scope="col" class="unsortable" style="border: 1px solid gray;">Level</th>
<th scope="col" class="unsortable">Level</th>
</tr>
</tr>
{{#cargo_query:
{{#cargo_query:
table=JobSkills
table=JobSkills
|fields=Job,SkillCap,'{{{level}}}'=SkillLevel
|fields=Job,SkillCap,'{{{level}}}'=SkillLevel
|where=skill='{{{skill}}}'
|where=Skill='{{{skill}}}' AND SkillCap >= {{{level}}} {{#if:{{{jobs|}}}|AND Job IN ('{{#replace:{{{jobs}}}|/|','}}')}}
|order by=SkillCap DESC
|order by=SkillCap DESC
|format=template
|format=template

Latest revision as of 00:23, 29 September 2025

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Displays a table of minimum levels that jobs can attain a given skill level.

Usage

Example 1: Starlight requires Club skill level 40 without any main job restrictions.

{{Minimum job levels
| skill = Club
| level = 40
}}
Job Rank Level
Paladin A− 13
White Mage B+ 14
Blue Mage B− 14
Warrior B− 14
Monk C+ 14
Black Mage C+ 14
Summoner C+ 14
Dark Knight C− 14
Bard D 15
Beastmaster D 15
Puppetmaster D 15
Red Mage D 15
Thief E 16
Samurai E 16
Dragoon E 16
Ninja E 16
Ranger E 16

Example 2: Detonator requires Marksmanship skill level 250, and main job Ranger or Corsair. (Note that this template hides future jobs.)

{{Minimum job levels
| skill = Marksmanship
| level = 250
| jobs = Ranger/Corsair
}}
Job Rank Level
Ranger A− 72
Corsair B 75