Template:Job trait unlock: Difference between revisions
From HorizonXI Wiki
(tier instead of rank) |
(tier to integer) |
||
| Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td>{{{level}}}{{{level note|}}}</td> | <td>{{{level}}}{{{level note|}}}</td> | ||
<td>[[{{{trait}}}|{{{trait}}}{{# | <td>[[{{{trait}}}|{{{trait}}}{{#switch:{{{tier}}}|1= I|2= II|3= III|4= IV|5= V|6= VI}}]]{{#if:{{{trait note|}}}| {{{trait note}}}}}</td> | ||
</tr> | </tr> | ||
{{#ifeq:{{NAMESPACENUMBER}}|0| | {{#ifeq:{{NAMESPACENUMBER}}|0| | ||
| Line 17: | Line 17: | ||
| Level = Integer | | Level = Integer | ||
| Trait = Page | | Trait = Page | ||
| Tier = | | Tier = Integer | ||
}} | }} | ||
{{Documentation}}</noinclude> | {{Documentation}}</noinclude> | ||
Revision as of 04:26, 18 September 2025
This template defines the table "JobTraitUnlocks". View table.
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 row showing a level and a trait. Also populates the JobTraitUnlocks table, to sync data between job pages and trait pages.
Usage
{| class="horizon-table jobs-table sortable" style="text-align: center;"
|-
! scope="col" style="width: 25%;" |Level
! scope="col" style="width: 75%;" |Trait
{{job trait unlock |level=15 |trait=Resist Virus }}
{{job trait unlock |level=35 |trait=Resist Virus |tier=II }}
|}
| Level | Trait |
|---|---|
| 15 | Resist Virus |
| 35 | Resist Virus |
