Template:Minimum job levels: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Kaimoon0 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..." |
imported>Kaimoon0 match site-wide table style, add {{{jobs}}} slash-delimited filter parameter |
||
| Line 1: | Line 1: | ||
<includeonly><table class="sortable" style="margin-left: 1.6em; |
<includeonly><table class="horizon-table ffxi-table sortable center-col-2 center-col-3" style="margin-left: 1.6em; width: auto;"> |
||
<tr> |
|||
<tr style="background-color: #caf;"> |
|||
<th scope="col |
<th scope="col">Job</th> |
||
<th scope="col |
<th scope="col">Rank</th> |
||
<th scope="col" class="unsortable |
<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}}}' AND SkillCap >= {{{level}}} {{#if:{{{jobs|}}}|AND Job IN ('{{#replace:{{{jobs}}}|/|','}}')}} |
|||
|where=skill='{{{skill}}}' |
|||
|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
}}
Error: Table JobSkills not found.
| Job | Rank | Level |
|---|
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
}}
Error in "where" parameter: the string "#" cannot be used within #cargo_query.
| Job | Rank | Level |
|---|