Template:Sk

From EVE University Wiki
Revision as of 09:57, 27 November 2013 by Noemie belacqua (talk | contribs) (Beginning documentation)
Jump to: navigation, search

[[Skills:{{{1}}}#{{{2}}}|{{{2}}}]]

Documentation

This template is useful if you want to link to a skill page on the Uni wiki.

Syntax

{{sk | group | skill | rank | icon=yes | cost= | mult= }}
Only the first two parameters (group and skill) are mandatory, the others are optional.
group
This is the skill's group or category (for instance, Missiles or Spaceship Command). A full list is found here. Make sure that you capitalise the category correctly (Missile Launcher Operation, not Missile launcher operation).

{{sk|Industry|Mass Production|icon=yes}} give Icon skillbook2.png Mass Production.

{{sk|Industry|Industry|IV}} give Industry IV.

(mult, cost)
{{#switch: {{{mult}}}
 | case = result
 | case = result
 | ...
 | case = result
 | #default = default result
}}
{{SkillTimeInfo|{{{mult|1x}}}}}

{{#if:{{{mult|}}} | {{#if:{{{cost|}}} | both set ({{{mult}}} {{{cost}}}) | only mult set ({{{mult}}}) }} | {{#if:{{{cost|}}} | only cost set ({{{cost}}}) | }} }}

{{#if: {{{param|}}} | Param is set | Param is not set }}