Difference between revisions of "Template:Skill/doc"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
(updated)
m
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Doc/start}}
{{Doc/start}}
This is skill template created for use as an infobox on a specific skill's tooltip page.
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 <skillname>/Tooltip page and replace/fill in the values. If a skill doesn't have a certain value (like Sorceries don't have any Requirements), then leave it empty or delete it.
Usage: Copy this code to any page. The name of the page will be used as the skill name parameter.


  <nowiki>
  <nowiki>
{{ {{{1|Tooltip hover box}}}|title={{Skill}}}}</nowiki>
You can specify a different skill name to be used instead of the page name. For example:
<nowiki>
{{ {{{1|Tooltip hover box}}}|title={{Skill|My skill name}}}}</nowiki>
Skill pages also display icons and skill formulae for skills that have them, but this doesn't work for tooltips.<br>
For this case, you can define a tooltip=1 parameter to not show the skill image.
<nowiki>
{{ {{{1|Tooltip hover box}}}|title={{Skill|My skill name|tooltip=1}}}}</nowiki>
If you don't want a skill to display skill formulae (and hide the button), remove the
<nowiki>|Formuladesc = ...</nowiki>
parameter from the skill's data.
{{Tooltip rule}}
This template is also used by:
* {{tl|TooltipImage}} to generate toolipts on hover
* {{tl|SkillTable/row}} to populate skill tables on skilltree landing pages
See [[Swords_(skill_tree)]] for examples.
{{Tooltip rule}}
Examples without icons below:
{{ {{{1|Tooltip hover box}}}
{{ {{{1|Tooltip hover box}}}
|title= {{Skill
|title={{Skill|Stone Armor}}}}
|Active=active
|Type=Target Area
|Range=1
|Energy=15
|Cooldown=10
|Modifiers=Strength, Agility
|Requirements=- Requires one-handed sword
|Description=Performs an attack which hits three adjacent tiles. It deals <span style="color:green">+(20 + 1.0STR + 1.0AGI)%</span> Damage with <span style="color:green">+(35 + 2AGI )%</span> Bleed Chance.<br><br>Provides <span style="color:green">+10%</span> Counter Chance for 4 turns for each enemy hit.
|Passivebonus=-5% Cooldowns Duration for this skill tree
}}
}}</nowiki>
It will produce this result:


{{ {{{1|Tooltip hover box}}}
{{ {{{1|Tooltip hover box}}}
|title= {{Skill
|title={{Skill|Cleaving Strike}}}}
|Active=active
 
|Type=Target Area
{{ {{{1|Tooltip hover box}}}
|Range=1
|title={{Skill|Offensive Tactic}}}}
|Energy=15
 
|Cooldown=10
{{ {{{1|Tooltip hover box}}}
|Modifiers=Strength, Agility
|title={{Skill|Hammer and Anvil}}}}
|Requirements=- Requires one-handed sword
 
|Description=Performs an attack which hits three adjacent tiles. It deals <span style="color:green">+(20 + 1.0STR + 1.0AGI)%</span> Damage with <span style="color:green">+(35 + 2AGI )%</span> Bleed Chance.<br><br>Provides <span style="color:green">+10%</span> Counter Chance for 4 turns for each enemy hit.
{{ {{{1|Tooltip hover box}}}
|Passivebonus=-5% Cooldowns Duration for this skill tree
|title={{Skill|Campfire}}}}
}}
 
}}
{{ {{{1|Tooltip hover box}}}
|title={{Skill|Honed Edge}}}}
 
{{ {{{1|Tooltip hover box}}}
|title={{Skill|Skinning}}}}
 
{{ {{{1|Tooltip hover box}}}
|title={{Skill|Element of Surprise}}}}
 
Example of a tooltip version (doesn't show the skill image, helps with some plugin limitations):
{{ {{{1|Tooltip hover box}}}
|title={{Skill|Campfire|tooltip=1}}}}
 
Example of a non-existing skill:
{{ {{{1|Tooltip hover box}}}
|title={{Skill|I don't exist}}}}
 
{{Doc/end}}
{{Doc/end}}

Latest revision as of 11:36, 22 September 2023

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:

Stone Armor
Stone Armor
Spell
20 Icon skill energycost.png 20 Icon skill cooldown.png

Type
No Target
Backfire Chance
-10

Modified by: Magic Power,Geomantic Power
Skill

Passive bonus:
+2.5% Geomantic Power
-1% Power of other Magic Schools

Show formulasHide formulas
Cleaving Strike
Cleaving Strike
Attack
10 Icon skill energycost.png 8 Icon skill cooldown.png

Type
Target Area, 3 Tiles
Range
1

Modified by: Strength,Agility,Perception

- Requires a one-handed sword
Skill

Show formulasHide formulas
Offensive Tactic
Offensive Tactic
Maneuver
18 Icon skill energycost.png 24 Icon skill cooldown.png

Type
No Target
Range
1

Skill

Show formulasHide formulas
Hammer and Anvil
Hammer and Anvil
Stance
14 Icon skill energycost.png 12 Icon skill cooldown.png

Type
No Target

- Requires a one-handed mace
Skill

Show formulasHide formulas
Skill with name "Campfire" does not exist.

Add it to Skill data or fix the Skill name.
Honed Edge
Honed Edge
Passive
- Requires a one-handed sword
Skill

Show formulasHide formulas
Skill with name "Skinning" does not exist.

Add it to Skill data or fix the Skill name.
Element of Surprise
Element of Surprise
Passive
Skill

Show formulasHide formulas

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

Skill with name "Campfire" does not exist.

Add it to Skill data or fix the Skill name.

Example of a non-existing skill:

Skill with name "I don't exist" does not exist.

Add it to Skill data or fix the Skill name.