Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Sk: Difference between revisions

Template page
Beginning documentation
m Cleanup page presentation by making some stuff invisible on this page
 
(32 intermediate revisions by 4 users not shown)
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|}}} |&nbsp;({{{mult}}}, {{{cost}}} ISK) |&nbsp;({{{mult}}}) }} | {{#if:{{{cost|}}} |&nbsp;({{{cost}}} ISK) |}} }}<noinclude>
<includeonly><span style="white-space:nowrap;">{{#ifeq:{{{icon|no}}} | yes | [[Image:Icon skillbook2.png|link=|16px]]&nbsp;|}}{{GetSkillLink|{{{1}}}|{{{2|}}}}}{{#ifeq:{{{mult|no}}} | yes | {{#ifeq:{{{price|no}}} | yes |&nbsp;({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}}, {{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})|&nbsp;({{SkillTimeInfo|{{GetSkillMult|{{{1}}}}}|{{{2}}}}})}}|{{#ifeq:{{{price|no}}}|yes|&nbsp;({{SkillPriceInfo|{{GetSkillPrice|{{{1}}}}}}})|}}}}</span></includeonly><noinclude>
== Documentation ==
{{documentation}}
 
:This template is useful if you want to link to a skill page on the Uni wiki.
 
=== Syntax ===
 
<pre><nowiki>{{sk | group | skill | rank | icon=yes | cost= | mult= }}</nowiki></pre>
 
:Only the first two parameters (<code>group</code> and <code>skill</code>) are mandatory, the others are optional.
 
;group
:This is the skill's group or category (for instance, [[Skills:Missiles|Missiles]] or [[Skills:Spaceship Command|Spaceship Command]]). A full list is found [http://wiki.eveuniversity.org/w/index.php?title=Special%3APrefixIndex&prefix=Skills%3A&namespace=0 here]. Make sure that you capitalise the category correctly (<code>Missile Launcher Operation</code>, not <code>Missile launcher operation</code>).
 
<code><nowiki>{{sk|Industry|Mass Production|icon=yes}}</nowiki></code> give {{sk|Industry|Mass Production|icon=yes}}.
 
<code><nowiki>{{sk|Industry|Industry|IV}}</nowiki></code> give {{sk|Industry|Industry|IV}}.
 
<pre><nowiki>
(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 }}
</nowiki></pre>
</noinclude>
</noinclude>