Template:Sk
From EVE University Wiki
Revision as of 22:07, 10 January 2014 by Noemie belacqua (talk | contribs)
[[Skills:{{{1}}}]]
Documentation
- This template is useful if you want to link to a skill page on the Uni wiki. It can be used to show different levels of information, from just a simple link, to additional information about rank, skillbook cost and skill multiplier (including tooltips (shown when the mouse is moved over the text) for the last two). It's recommended you use this template when linking to skills (instead of manually linking to the skills page), as it automatically tracks obsolete skill names or groups, making it easier to update the UniWiki when CCP next decides to change the skills in the game (for more information on how this works, see the documentation for {{GetSkillLink}}).
Syntax
{{sk | skill | level | icon= | price= | mult= }} |
- Only the first parameter (
skill
) is mandatory, the others are optional.
- skill
- The name of the skill you wish to link to. Please make sure it's capitalised properly (use title case spelling, i.e.
Gallente Strategic Cruiser
, notGallente strategic cruiser
).
- level
- If you would like to refer to a particular level or rank of the skill, you can enter it here. In keeping with the Eve conventions, use upper-case Roman numerals (for instance,
IV
, notiv
or4
).
- icon
- Use
icon=yes
to display a small skill icon in front of the link (to denote it as a skill). If you useicon=no
or omit the parameter completely, then no icon will be displayed.
- price
- If you would like to indicate how much the skill book costs, use
price=yes
. If you useprice=no
or omit the parameter completely, then no price will be displayed.
- mult
- If you would like to indicate what the skill's training time multiplier is, use
mult=yes
. If you usemult=no
or omit the parameter completely, then no multiplier will be displayed.
Examples
{{sk|Mass Production}}
gives Mass Production.{{sk|Industry|IV|icon=yes}}
gives Industry IV.{{sk|Refinery Efficiency|price=yes|mult=yes}}
gives [[Skills:Refinery Efficiency]] (Refinery Efficiency , <span style="cursor: help;" title="The skillbook for this skill costs Refinery Efficiency ISK">Refinery Efficiency ISK).{{sk|Afterburner|mult=yes}}
gives Navigation Afterburner (1x).{{sk|Gallente Titan|mult=yes|price=no}}
gives Gallente Titan (16x).
Dependencies
- This template uses {{GetSkillLink}}, {{GetSkillPrice}} and {{GetSkillMult}} to look up and display the correct skill link, skillbook price, and training time multiplier, respectively. Additionally, {{SkillTimeInfo}} and {{SkillPriceInfo}} are used to generate the tooltips for the training multiplier and the skillbook price.
See also
- {{Skill}}, which produces the beautiful skill overview boxes used on the skill category pages.