More actions
No edit summary |
Documentation |
||
| Line 422: | Line 422: | ||
| Wholesale = Trade#Wholesale{{!}}Wholesale | | Wholesale = Trade#Wholesale{{!}}Wholesale | ||
<!--------- SKILL GROUP: Default ------------> | <!--------- SKILL GROUP: Default ------------> | ||
| #default = <span style=" | | #default = <span style="color:red;text-decoration:underline">{{{1|Unknown}}}</span>[[Category:Obsolete Skills]] | ||
}}{{#if:{{{2|}}}| {{{2}}}|}}]]<noinclude> | }}{{#if:{{{2|}}}| {{{2}}}|}}]]<noinclude> | ||
== Documentation == | == Documentation == | ||
{{WIP}} | {{WIP}} | ||
This template produces a link to the appropriate skill page. | :This template produces a link to the appropriate skill page. It was created to streamline page writing (you no longer need to look up a skill's group in order to link to it, as this template will do it for you) and to flag any pages which need updating when CCP decides to rename or move skills in a future game expansion. Any pages with outdated skill links will be added to the category [[:Category:Obsolete Skills|Obsolete Skills]]. | ||
:This template feeds the more general {{tl|sk}} template; in most cases, it's recommended that you use {{tl|sk}} to link to skills, as it has more options and is easier to use. | |||
=== Syntax === | |||
{{code|<nowiki>{{GetSkillLink | skill | rank }}</nowiki>}} | |||
;skill | |||
:The name of the skill you would like to link to. Please make sure it's capitalised properly (use title case spelling, i.e. <code>Gallente Strategic Cruiser</code>, not <code>Gallente strategic cruiser</code>). | |||
;rank | |||
:The rank of the skill (<code>I</code> to <code>V</code>). This parameter is optional; you can omit it if you would only like to link to the skill without reference to a particular skill rank. | |||
=== Examples === | |||
:<code><nowiki>{{GetSkillLink|Mechanics}}</nowiki></code> gives {{GetSkillLink|Mechanics}} | |||
:<code><nowiki>{{GetSkillLink|Gallente Battleship}}</nowiki></code> gives {{GetSkillLink|Gallente Battleship}} | |||
:<code><nowiki>{{GetSkillLink|Cloaking|IV}}</nowiki></code> gives {{GetSkillLink|Cloaking|IV}} | |||
:<code><nowiki>{{GetSkillLink|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillLink|Wabbit-Hunting}} | |||
=== Dependencies === | |||
=== See also === | |||
:{{tl|GetSkillPrice}} and {{tl|GetSkillMult}}, very similar templates for the skillbook NPC-seeded price and the skill training time multiplier. | |||
=== Development notes === | |||
<!-- this apparently works: | <!-- this apparently works: | ||