Difference between revisions of "Template:GetSkillAlpha/doc"

From EVE University Wiki
Jump to: navigation, search
m
m (Add dependencies. Remove {{Sk}} and {{Skill}} as primary users, {{Sk}} doesn't use it at all and {{Skill}} uses it indirectly through {{SkillAlphaInfo}}.)
Line 1: Line 1:
<noinclude>{{main|Template:GetSkillAlpha}}</noinclude>
+
; Description
This template gives the [[Clone_states#Alpha_skill_set|max level available to alpha pilot]] of any skill, in the in-game form. 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.
+
: This template gives the max level available to [[Clone_states#Alpha_skill_set|alpha pilot]] of any skill, in the in-game form. 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.
  
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.
+
; Dependencies
 +
:; Used by
 +
:: {{T|SkillAlphaInfo}}
 +
:: {{T|SkillAlphaBar}}
  
=== Syntax ===
+
; Syntax
{{code|<nowiki>{{GetSkillAlpha | skill }}</nowiki>}}
+
: {{T|GetSkillAlpha|skill}}
 +
:; Parameters
 +
::; 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>).
  
;skill
+
; Sample
: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>).
+
: <code><nowiki>{{GetSkillAlpha|Mechanics}}</nowiki></code> gives {{GetSkillAlpha|Mechanics}}
 +
: <code><nowiki>{{GetSkillAlpha|Gallente Battleship}}</nowiki></code> gives {{GetSkillAlpha|Gallente Battleship}}
 +
: <code><nowiki>{{GetSkillAlpha|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillAlpha|Wabbit-Hunting}}
  
=== Examples ===
+
; See also
:<code><nowiki>{{GetSkillAlpha|Mechanics}}</nowiki></code> gives {{GetSkillAlpha|Mechanics}}
+
* {{tl|GetSkillLink}}, {{tl|GetSkillMult}} and {{tl|GetSkillPrice}}, very similar templates for the skill page link, skill training multiplier and the NPC-seeded skillbook price.
:<code><nowiki>{{GetSkillAlpha|Gallente Battleship}}</nowiki></code> gives {{GetSkillAlpha|Gallente Battleship}}
 
:<code><nowiki>{{GetSkillAlpha|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillAlpha|Wabbit-Hunting}}
 
  
=== See also ===
+
; Development notes
*{{tl|GetSkillLink}}, {{tl|GetSkillMult}} and {{tl|GetSkillPrice}}, very similar templates for the skill page link, skill training multiplier and the NPC-seeded skillbook price.
+
: 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}}, {{tl|GetSkillMult}} 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.  
*{{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}}, {{tl|GetSkillMult}} 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: '''Arms Race 1.0'''.
 
  
 
<includeonly>[[Category:Data templates]]</includeonly>
 
<includeonly>[[Category:Data templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 10:03, 18 March 2023

Description
This template gives the max level available to alpha pilot of any skill, in the in-game form. Any pages with outdated skill links will be added to the category Obsolete Skills and will be shown in red on the page itself.
Dependencies
Used by
{{SkillAlphaInfo}}
{{SkillAlphaBar}}
Syntax
{{GetSkillAlpha|<skill>}}
Parameters
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).
Sample
{{GetSkillAlpha|Mechanics}} gives V
{{GetSkillAlpha|Gallente Battleship}} gives IV
{{GetSkillAlpha|Wabbit-Hunting}} gives Unknown
See also
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 {{GetSkillLink}}, {{GetSkillMult}} and {{GetSkillPrice}}). If skills are merely moved from one group to another, all the links (generated with, for instance, {{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.