Difference between revisions of "Template:Skill"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
(only show Modifiers if parameter exists)
old>Realpsojed
(moved one linebreak outside modifiers check)
Line 3: Line 3:
<hr style="height:2px;background-color:#33323f;box-shadow: 0 2px 13121d;margin: 10px 0 10px 0;">
<hr style="height:2px;background-color:#33323f;box-shadow: 0 2px 13121d;margin: 10px 0 10px 0;">
|-
|-
|{{#switch: {{{Active}}}
|{{#switch: Active
| Active
| Active
| active = <div style="float: left">Type</div><div style="float: right">{{{Type}}}</div>{{Clear}}
| active = <div style="float: left">Type</div><div style="float: right">{{{Type}}}</div>{{Clear}}
Line 9: Line 9:
<div style="float: left">Energy</div><div style="float: right">{{{Energy}}}</div>{{Clear}}
<div style="float: left">Energy</div><div style="float: right">{{{Energy}}}</div>{{Clear}}
<div style="float: left">Cooldown</div><div style="float: right">{{{Cooldown}}}</div>{{Clear}}
<div style="float: left">Cooldown</div><div style="float: right">{{{Cooldown}}}</div>{{Clear}}
{{#if: {{{Modifiers|}}} | Modified by: {{{Modifiers}}}<br><br> | }}
{{#if: {{{Modifiers|}}} | Modified by: {{{Modifiers}}}<br>| }}<br>
| }}{{#if: {{{Requirements|}}}|<span style="color:#727562;">{{{Requirements}}}</span><hr style="height:2px;background-color:#33323f;box-shadow: 0 2px 13121d;margin: 10px 0 10px 0;"> }}
| }}{{#if: {{{Requirements|}}}|<span style="color:#727562;">{{{Requirements}}}</span><hr style="height:2px;background-color:#33323f;box-shadow: 0 2px 13121d;margin: 10px 0 10px 0;"> }}
|-
|-

Revision as of 15:43, 13 May 2020

Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Template-info.png Documentation

This is skill template used to create an infobox on a specific skill's Tooltip page. It loads the skill data from the respective Skill data page.

Usage: Copy this code to any page. The name of the page will be used as the skill name parameter.

{{ {{{1|Tooltip hover box}}}|title={{Skill}}}}


You can specify a different skill name to be used instead of the page name. For example:

{{ {{{1|Tooltip hover box}}}|title={{Skill|My skill name}}}}


Skill pages also display icons and skill formulae for skills that have them, but this doesn't work for tooltips.
For this case, you can define a tooltip=1 parameter to not show the skill image.

{{ {{{1|Tooltip hover box}}}|title={{Skill|My skill name|tooltip=1}}}}


If you don't want a skill to display skill formulae (and hide the button), remove the

|Formuladesc = ...

parameter from the skill's data.


This template is also used by:

See Swords_(skill_tree) for examples.


Examples without icons below:

Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}
Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}

Example of a tooltip version (doesn't show the skill image, helps with some plugin limitations):

Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}

Example of a non-existing skill:

Skill
{{{Active}}}
Type
{{{Type}}}
Energy
{{{Energy}}}
Cooldown
{{{Cooldown}}}


{{{Description}}}