Difference between revisions of "Template:Sk"
From EVE University Wiki
m (Replaced doc contents with a template) |
m |
||
Line 1: | Line 1: | ||
<span style="white-space:nowrap;">{{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]] |}}{{GetSkillLink|{{{1}}}|{{{2|}}}}}{{#ifeq:{{{mult|no}}} | yes | {{#ifeq:{{{price|no}}} | yes | ({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}}, {{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})| ({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}})}}|{{#ifeq:{{{price|no}}}|yes| ({{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})|}}}}</span><noinclude> | <span style="white-space:nowrap;">{{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]] |}}{{GetSkillLink|{{{1}}}|{{{2|}}}}}{{#ifeq:{{{mult|no}}} | yes | {{#ifeq:{{{price|no}}} | yes | ({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}}, {{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})| ({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}})}}|{{#ifeq:{{{price|no}}}|yes| ({{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})|}}}}</span><noinclude> | ||
{{documentation}} | {{documentation}} | ||
− | |||
</noinclude> | </noinclude> |
Revision as of 12:44, 15 March 2021
[[Skills:{{{1}}}]]
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- 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}}). Plus, using this template saves you having to go look up what group a skill belongs to :)
- Dependencies
-
- Uses
- {{GetSkillLink}} - Look up skill link.
- {{GetSkillMult}} - Look up skill multiplier.
- {{GetSkillPrice}} - Look up skill price.
- {{SkillTimeInfo}} - Skill multiplier tooltip
- {{SkillPriceInfo}} - Skill price tooltip.
- Syntax
- {{Sk|<skill>|<level>|<icon= icon>|<price= price>|<mult= mult>}}
- Parameters
- 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 capitalized 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) - this can be particularly useful in the middle of a paragraph. 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
. The mouseover tooltip will give a rough indication of how long the training time for that skill will be. If combined with alevel
parameter, then the mouseover tooltip will show the training time to that specific skill level. 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|Reprocessing Efficiency|price=yes|mult=yes}}
gives Reprocessing Efficiency (3x, 300k ISK).{{sk|Afterburner|mult=yes}}
gives Navigation Afterburner (1x).{{sk|Gallente Titan|IV|mult=yes|price=no}}
gives Gallente Titan IV (16x).{{sk|Wabbit-Hunting}}
gives [[Skills:Wabbit-Hunting]].
- See also
- {{Skill}}, which produces the beautiful skill overview boxes used on the skill category pages.