Difference between revisions of "Template:Sk"

From EVE University Wiki
Jump to: navigation, search
Line 1: Line 1:
{{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]]&nbsp;|}}[[Skills:{{{1}}}#{{{2}}}|{{{2}}}{{#if:{{{3|}}}|&nbsp;{{{3}}}|}}]] {{#if:{{{mult|}}} | {{#if:{{{cost|}}} | both set ({{{mult}}} {{{cost}}}) | only mult set ({{{mult}}}) }} | {{#if:{{{cost|}}} | only cost set ({{{cost}}}) | }} }}<noinclude>
+
{{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]]&nbsp;|}}[[Skills:{{{1}}}#{{{2}}}|{{{2}}}{{#if:{{{3|}}}|&nbsp;{{{3}}}|}}]]{{#if:{{{mult|}}} | {{#if:{{{cost|}}} |&nbsp;( {{{mult}}}, {{{cost}}} ISK) |&nbsp;({{{mult}}}) }} | {{#if:{{{cost|}}} |&nbsp;({{{cost}}} ISK) |}} }}<noinclude>
 
== Documentation ==  
 
== Documentation ==  
  

Revision as of 09:45, 27 November 2013

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