Template:Sandbox/Aurelain/HeroClassSkills/row: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
--><tr> | --><tr> | ||
<td>{{Skill|{{{id}}}|{{{lang}}}}}</td> | <td>{{Skill|{{{id}}}|{{{lang}}}}}</td> | ||
<td>{{#explode:{{{weights}}}|,|0}}</td> | |||
<td>{{#explode:{{{weights}}}|,|1}}</td> | <td>{{#explode:{{{weights}}}|,|1}}</td> | ||
<td>{{#explode:{{{weights}}}|,|2}}</td> | <td>{{#explode:{{{weights}}}|,|2}}</td> | ||
<td>{{#explode:{{{weights}}}|,|3}}</td> | <td>{{#explode:{{{weights}}}|,|3}}</td> | ||
</tr><!-- | </tr><!-- | ||
--></includeonly><!-- | --></includeonly><!-- | ||
Revision as of 07:12, 8 August 2026
Renders one skill row with 5 columns.
1. Offense:
Input:
{{Sandbox/Aurelain/HeroClassSkills/row
| lang = en
| id = assault
| weights = 100,200,300,400
}}
Output:
Offense
100
200
300
400


