More actions
No edit summary |
Beginning documentation |
||
| Line 1: | Line 1: | ||
{{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]] |}}[[Skills:{{{1}}}#{{{2}}}|{{{2}}}{{#if:{{{3|}}}| {{{3}}}|}}]]{{#if:{{{mult|}}} | {{#if:{{{cost|}}} | ({{{mult}}}, {{{cost}}} ISK) | ({{{mult}}}) }} | {{#if:{{{cost|}}} | ({{{cost}}} ISK) |}} }}<noinclude> | {{#ifeq:{{{icon|no}}} | yes | [[Image:Skill.png|link=|16px]] |}}[[Skills:{{{1}}}#{{{2}}}|{{{2}}}{{#if:{{{3|}}}| {{{3}}}|}}]]{{#if:{{{mult|}}} | {{#if:{{{cost|}}} | ({{{mult}}}, {{{cost}}} ISK) | ({{{mult}}}) }} | {{#if:{{{cost|}}} | ({{{cost}}} ISK) |}} }}<noinclude> | ||
== Documentation == | == Documentation == | ||
:This template is useful if you want to link to a skill page on the Uni wiki. | |||
=== Syntax === | === Syntax === | ||
<pre><nowiki>{{sk | group | skill | rank | icon=yes | cost= | mult=}}</nowiki></pre> | <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|Mass Production|icon=yes}}</nowiki></code> give {{sk|Industry|Mass Production|icon=yes}}. | ||