Difference between revisions of "Template:GetSkillLink"

From EVE University Wiki
Jump to: navigation, search
(Documentation)
Line 422: Line 422:
 
  | Wholesale = Trade#Wholesale{{!}}Wholesale
 
  | Wholesale = Trade#Wholesale{{!}}Wholesale
 
<!--------- SKILL GROUP: Default ------------>
 
<!--------- SKILL GROUP: Default ------------>
  | #default = <span style="font-color:red;">{{{1|Unknown}}}</span>[[Category:Obsolete Skills]]  
+
  | #default = <span style="color:red;text-decoration:underline">{{{1|Unknown}}}</span>[[Category:Obsolete Skills]]  
 
}}{{#if:{{{2|}}}|&nbsp;{{{2}}}|}}]]<noinclude>
 
}}{{#if:{{{2|}}}|&nbsp;{{{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:

Revision as of 12:04, 30 December 2013

[[Skills:Unknown]]

Documentation

This page is a work in progress.

This article or section is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this article or section has not been edited in several days, please remove this template.

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 Obsolete Skills.
This template feeds the more general {{sk}} template; in most cases, it's recommended that you use {{sk}} to link to skills, as it has more options and is easier to use.

Syntax

{{GetSkillLink | skill | rank }}
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. Gallente Strategic Cruiser, not Gallente strategic cruiser).
rank
The rank of the skill (I to V). 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

{{GetSkillLink|Mechanics}} gives Mechanics
{{GetSkillLink|Gallente Battleship}} gives Gallente Battleship
{{GetSkillLink|Cloaking|IV}} gives Cloaking IV
{{GetSkillLink|Wabbit-Hunting}} gives [[Skills:Wabbit-Hunting]]

Dependencies

See also

{{GetSkillPrice}} and {{GetSkillMult}}, very similar templates for the skillbook NPC-seeded price and the skill training time multiplier.

Development notes