Difference between revisions of "Template:GetSkillAlpha/doc"

From EVE University Wiki
Jump to: navigation, search
m (Change dependencies, remove {{SkillAlphaInfo}} and add {{Skill}}. {{SkillAlphaInfo}} can use thus template to look-up the parameter but it can work without, so no real dependency.)
m (Update sample.)
Line 14: Line 14:
 
; Sample
 
; Sample
 
: <code><nowiki>{{GetSkillAlpha|Mechanics}}</nowiki></code> gives {{GetSkillAlpha|Mechanics}}
 
: <code><nowiki>{{GetSkillAlpha|Mechanics}}</nowiki></code> gives {{GetSkillAlpha|Mechanics}}
: <code><nowiki>{{GetSkillAlpha|Gallente Battleship}}</nowiki></code> gives {{GetSkillAlpha|Fleet Compression Logistics}}
+
: <code><nowiki>{{GetSkillAlpha|Fleet Compression Logistics}}</nowiki></code> gives {{GetSkillAlpha|Fleet Compression Logistics}}
 
: <code><nowiki>{{GetSkillAlpha|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillAlpha|Wabbit-Hunting}}
 
: <code><nowiki>{{GetSkillAlpha|Wabbit-Hunting}}</nowiki></code> gives {{GetSkillAlpha|Wabbit-Hunting}}
  

Revision as of 11:13, 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
{{Skill}}
{{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|Fleet Compression Logistics}} gives 0
{{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.