Template:Job trait unlock: Difference between revisions
From HorizonXI Wiki
m (data-sort-value) |
m (space) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | <tr> | ||
<td data-sort-value="{{{level}}}">{{{level}}}{{{level note|}}}</td> | <td data-sort-value="{{{level}}}">{{{level}}}{{#if:{{{level note|}}}| {{{level note}}}}}</td> | ||
<td data-sort-value="{{{trait}}} {{{tier|1}}}">[[{{{trait}}}|{{{trait}}}{{#switch:{{{tier}}}|2= II|3= III|4= IV|5= V|6= VI}}]]{{#if:{{{trait note|}}}| {{{trait note}}}}}</td> | <td data-sort-value="{{{trait}}} {{{tier|1}}}">[[{{{trait}}}|{{{trait}}}{{#switch:{{{tier}}}|2= II|3= III|4= IV|5= V|6= VI}}]]{{#if:{{{trait note|}}}| {{{trait note}}}}}</td> | ||
</tr> | </tr> | ||
Revision as of 04:41, 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 |
