Template:Sk

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

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

Documentation

Syntax

{{sk | group | skill | rank | icon=yes | cost= | mult=}}

{{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 }}