Template:Skill/full: Difference between revisions
Jump to navigation
Jump to search
ROWiki>Onteron m increased number of buffs limit to 4 |
ROWiki>Onteron update |
||
| Line 1: | Line 1: | ||
<onlyinclude><includeonly> | <onlyinclude><includeonly><!-- | ||
'''{{ | -->'''{{trimd | {{{name}}} }}''' is the [[{{{class}}}]]'s {{ordinal|{{{position}}}}} {{#ifeq:{{{position}}}|10|and final}} skill of the [[{{{class}}}#{{{discipline}}}|{{{discipline}}}]] discipline. | ||
<table cellspacing="2" style="text-align:center"> | |||
<tr><td><table | <!-- Start the big table | ||
<tr> | --><table cellspacing="2" style="text-align:center"> | ||
<td | <tr><td><table cellpadding="2" | ||
</td> | style="width:100%; border:solid 1px #aaa; text-align:left" | ||
<td | > | ||
<tr> | |||
{{#ifeq: {{{type}}} | Passive || | <td rowspan="3" valign="top"><!-- | ||
-->{{#ifexist: Image:{{trimd|{{{name}}}}} Skill Icon.jpg | |||
{{#if: {{{range|}}} | | | [[Image:{{trimd|{{{name}}}}} Skill Icon.jpg|||left]] | ||
| [[Category: Skill Articles Without Icons]] | |||
{{#if: {{{area|}}} | | }} <div style="float:left; font-style:italic">{{{description}}}</div> | ||
</td> | |||
<td align="right" width="25%">Type: [[{{{type}}}]]</td> | |||
</ | </tr> | ||
<tr> | |||
< | <td align="right">Discipline level: {{#expr:{{{position}}}*2-1}}</td> | ||
</tr> | |||
<tr> | |||
<td align="right">Character level: {{#expr:{{{position}}}*4-3}}</td> | |||
</tr> | |||
</tr> | <tr> | ||
</table | <td colspan="2" align="center"><!-- | ||
-->{{#ifeq: {{{type}}} | Passive | | |||
| <span style="margin:0 1em">Casting time: {{{casting}}}s</span><!-- | |||
-->{{#if: {{{range|}}} | |||
| <span style="margin:0 1em">Range: {{{range}}}m</span> }}<!-- | |||
-->{{#if: {{{area|}}} | |||
| <span style="margin:0 1em">Area: {{{area}}}m</span> }}<!-- | |||
--><span style="margin:0 1em">Cooldown time: {{{cooldown}}}s</span> | |||
}} | |||
</td> | |||
</tr> | |||
</table></td></tr> | |||
<!-- | |||
------ Show level headings ------ | ------ Show level headings ------ | ||
-->{{skill/subtabletop | -->{{skill/subtabletop | bordercolor = black}} | ||
{{skill/parsedata | |||
| data = <nowiki> </nowiki>: Level 1, Level 2, Level 3, Level 4, Level 5 | |||
| type = Level | |||
}} | |||
</table></td></tr> <!-- | </table></td></tr> <!-- | ||
------ If type is not 'Passive' | ------ If type is not 'Passive', show cost & duration if supplied ------ | ||
-->{{#ifeq: {{{type}}} | Passive | | -->{{#ifeq: {{{type}}} | Passive | | ||
| {{skill/subtabletop}} | | {{skill/subtabletop}} | ||
{{skill/parsedata | data = {{{cost}}} | type = Mana cost }} | |||
{{skill/parsedata | data = {{{duration}}} | type = Spell duration }} | |||
{{skill/ | |||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
------ | ------ Show damage values are shown if supplied ------ | ||
-->{{#if: {{{damage|}}} | -->{{#if: {{{damage|}}} | ||
| {{skill/subtabletop | | {{skill/subtabletop | title = Damage to enemies}} | ||
{{skill/ | {{skill/parsedata | data = {{{damage}}} | type = Damage }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
| Line 60: | Line 62: | ||
------ If debuffs are supplied, show them ------ | ------ If debuffs are supplied, show them ------ | ||
-->{{#if: {{{debuff|}}} | -->{{#if: {{{debuff|}}} | ||
| {{skill/subtabletop | | {{skill/subtabletop | title = Debuffs on enemies}} | ||
{{skill/ | {{skill/parsedata | data = {{{debuff}}} | type = Debuff }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
| Line 76: | Line 69: | ||
------ If self-debuffs are supplied, show them ------ | ------ If self-debuffs are supplied, show them ------ | ||
-->{{#if: {{{selfdebuff|}}} | -->{{#if: {{{selfdebuff|}}} | ||
| {{skill/subtabletop | | {{skill/subtabletop | title = Debuffs on self}} | ||
{{skill/ | {{skill/parsedata | data = {{{selfdebuff}}} | type = Debuff }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
| Line 84: | Line 76: | ||
------ If restore values are supplied, show them ------ | ------ If restore values are supplied, show them ------ | ||
-->{{#if: {{{restore|}}} | -->{{#if: {{{restore|}}} | ||
| {{skill/subtabletop | | {{skill/subtabletop | title = Restore}} | ||
{{skill/ | {{skill/parsedata | data = {{{restore}}} | type = Restore }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
| Line 92: | Line 83: | ||
------ If buffs are supplied, show them ------ | ------ If buffs are supplied, show them ------ | ||
-->{{#if: {{{buff|}}} | -->{{#if: {{{buff|}}} | ||
| {{skill/subtabletop | | {{skill/subtabletop | title = Buffs}} | ||
{{skill/ | {{skill/parsedata | data = {{{buff}}} | type = Buff }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||
| Line 103: | Line 91: | ||
-->{{#if: {{{other|}}} | -->{{#if: {{{other|}}} | ||
| {{skill/subtabletop}} | | {{skill/subtabletop}} | ||
{{skill/ | {{skill/parsedata | data = {{{other}}} | type = Other }} | ||
</table></td></tr> | </table></td></tr> | ||
}} <!-- | }} <!-- | ||