Difference between revisions of "Template:SkillTable/row"
Jump to navigation
Jump to search
(remove param name, that's already provided by SkillTable/row) |
(load active/passive param from Skill data page) |
||
| Line 1: | Line 1: | ||
<includeonly><tr> | <includeonly><tr> | ||
<td align="center">[[File:{{{1}}}.png|center|link={{{1}}}|{{{1}}}]]{{cl|{{:{{{1}}}|Active}}|{{{1}}}}}</td><!-- | <td align="center">[[File:{{{1}}}.png|center|link={{{1}}}|{{{1}}}]]{{cl|{{:Skill data|{{{1}}}|Active}}|{{{1}}}}}</td><!-- | ||
-->{{#if:{{#var:skill table hidebasicstats}}||<td><!-- | -->{{#if:{{#var:skill table hidebasicstats}}||<td><!-- | ||
-->{{#if: {{:Skill data|{{{1}}}|Type}} | <div style="float: left">{{Translate|Type|Properties}}:</div><div style="float: right">{{Translate|{{:Skill data|{{{1}}}|Type}}|Properties}}</div>{{Clear}}}}<!-- | -->{{#if: {{:Skill data|{{{1}}}|Type}} | <div style="float: left">{{Translate|Type|Properties}}:</div><div style="float: right">{{Translate|{{:Skill data|{{{1}}}|Type}}|Properties}}</div>{{Clear}}}}<!-- | ||
Revision as of 00:30, 31 July 2022
Usage
This template must be used with header for proper table display. Header has its own template:
{{SkillTable/head}}
First parameter is required to specify the skill. Skill data is stored in Skill data pages.
{{SkillTable/row|(SkillName)}}
Adding a second parameter will display a modified description, where the values are adjusted according to the Enemy's attributes (STR, AGL, PRC, VIT, WIL).
Intended for use on Enemy pages, see Skeleton Footman for example.
{{SkillTable/row|(SkillName)|1}}
Template also supports translation to other languages. Translated strings are stored in four different pages.
Ex:
{{PT-BR SkillNames}}{{PT-BR SkillDescription}}{{PT-BR SkillFormulaDescription}}{{PT-BR EnemySkillDescription}}
See Category:Language_templates for more information.
Examples
{{SkillTable/head}}
{{SkillTable/row|Mighty Kick}}
Standard usage:
| Skill | Basic Stats | Description |
|---|---|---|
| Cleaving Strike | Type: Sword skill data Range: Sword skill data Energy: Sword skill data Cooldown: Sword skill data Modified by: Sword skill data Sword skill data | Sword skill data |
Usage with second parameter (this page isn't an Enemy page, all attributes return as 0, therefore values are lowered)
| Skill | Basic Stats | Description |
|---|---|---|
| Cleaving Strike | Type: Sword skill data Range: Sword skill data Energy: Sword skill data Cooldown: Sword skill data Modified by: Sword skill data Sword skill data | Sword skill data |
