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

Template:GetSkillMult: Difference between revisions

Template page
Djavin novienta (talk | contribs)
Corrected "Thermic Shield Compensation" to "Thermal"
Djavin novienta (talk | contribs)
Moved documentation to Template:GetSkillMult/doc.
Line 1: Line 1:
{{#switch: {{{1|}}}
<includeonly>{{#switch: {{{1|}}}
<!--------- SKILL GROUP: Armor ---------->
<!--------- SKILL GROUP: Armor ---------->
  | Armor Layering = 3x
  | Armor Layering = 3x
Line 453: Line 453:
<!--------- SKILL GROUP: Default ---------->
<!--------- SKILL GROUP: Default ---------->
  | #default = <span style="color:red" title="This is an obsolete skill, please correct the link.">{{{1|Unknown}}}</span>[[Category:Obsolete Skills]]
  | #default = <span style="color:red" title="This is an obsolete skill, please correct the link.">{{{1|Unknown}}}</span>[[Category:Obsolete Skills]]
}}<noinclude>
}}</includeonly><noinclude>
== Documentation ==
{{documentation}}
:This template gives the [[Skill_training#Training_Time_Multipliers|training time multiplier]] of any skill, in the in-game form (e.g. <code>1x</code>, <code>5x</code>, etc). Any pages with outdated skill links will be added to the category [[:Category:Obsolete Skills|Obsolete Skills]] and will be shown <span style="color:red">in red</span> on the page itself.
</noinclude>
: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>{{GetSkillMult | skill }}</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>).
 
=== Examples ===
:<code><nowiki>{{GetSkillMult|Mechanics}}</nowiki></code> gives {{GetSkillMult|Mechanics}}
:<code><nowiki>{{GetSkillMult|Gallente Battleship}}</nowiki></code> gives {{GetSkillMult|Gallente Battleship}}
:<code><nowiki>{{GetSkillMult|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillMult|Wabbit-Hunting}}
 
=== See also ===
*{{tl|GetSkillLink}} and {{tl|GetSkillPrice}}, very similar templates for the skill page link and the NPC-seeded skillbook price.
*{{tl|Sk}} and {{tl|Skill}}, the primary users of this template.
 
=== Development notes ===
:This template is, essentially, a lookup function for all the skills currently in the game. When CCP changes the skill names or groups, or adds/removes skills in a future expansion, update this template (as well as {{tl|GetSkillLink}} and {{tl|GetSkillPrice}}). If skills are merely moved from one group to another, all the links (generated with, for instance, {{tl|Sk}}) on the wiki will be automatically updated. If skill names change, then any pages with obsolete skill names will be listed in [[:Category:Obsolete Skills]], so that you can easily find and correct them.
:The skill information was last updated for: '''Rhea 1.0'''.
 
[[Category:Template]]</noinclude>