Template:Job ratings table: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly><table class="ffxi-table wide-table sortable" style="text-align: center;"> <tr> <th scope="col">Job</th> <th scope="col">Rank</th> <th scope="col" class="unsortable">Level 1 Cap</th> <th scope="col" class="unsortable">Level 37 Cap</th> <th scope="col" class="unsortable">Level 75 Cap</th> </tr> {{#cargo_query: table=JobSkills |fields=Job=job,SkillCap=cap |where=Skill='{{{1}}}' |order by=SkillCap DESC |format=template |template=Job ratings table/row |named arg...")
 
m (no hard line breaks)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><table class="ffxi-table wide-table sortable" style="text-align: center;">
<includeonly><table class="ffxi-table table-sm center-col-2 center-col-3 center-col-4 center-col-5 sortable">
<tr>
<tr>
<th scope="col">Job</th>
<th scope="col" style="width: 28%;">Job</th>
<th scope="col">Rank</th>
<th scope="col" style="width: 18%;">Rank</th>
<th scope="col" class="unsortable">Level 1 Cap</th>
<th scope="col" style="width: 18%;" class="unsortable">Cap at Level 1</th>
<th scope="col" class="unsortable">Level 37 Cap</th>
<th scope="col" style="width: 18%;" class="unsortable">Cap at Level 37</th>
<th scope="col" class="unsortable">Level 75 Cap</th>
<th scope="col" style="width: 18%;" class="unsortable">Cap at Level 75</th>
</tr>
</tr>
{{#cargo_query:
{{#cargo_query:
Line 11: Line 11:
|fields=Job=job,SkillCap=cap
|fields=Job=job,SkillCap=cap
|where=Skill='{{{1}}}'
|where=Skill='{{{1}}}'
|order by=SkillCap DESC
|order by=SkillCap DESC,Job
|format=template
|format=template
|template=Job ratings table/row
|template=Job ratings table/row
|named args=yes
|named args=yes
}}
}}
</table></includeonly><noinclude>{{Documentation}}</noinclude>
</table>
<div role="note">&bull; See [[:Category:Combat Skills#Skill Caps|Combat Skills Caps]] for the skill cap at every level.</div></includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 03:55, 20 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 jobs that learn a given combat skill or magic skill.

Usage

{{job ratings table|Hand-to-hand}}
Job Rank Cap at Level 1 Cap at Level 37 Cap at Level 75
Monk A+ 6 114 276
Puppetmaster A+ 6 114 276
Warrior D 4 101 210
Ninja E 4 94 200
Thief E 4 94 200
• See Combat Skills Caps for the skill cap at every level.

Data source

The data displayed by this template is set by {{job skills}} templates in the "Skills" section of job pages. To add, remove, or change data, edit those templates.