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

Template:SkillAlphaInfo/doc: Difference between revisions

Template page
Arin Mara (talk | contribs)
mNo edit summary
m Add dependency.
 
Line 1: Line 1:
; Description
: This template shows the max level of a skill available to alpha pilots, and generates a small tool-tip (displayed when moving the mouse over the text) elaborating the level. 


;Documentation;
; Dependencies
:This template shows the max level of a skill available to alpha pilots, and generates a small tooltip (displayed when moving the mouse over the text) elaborating the level. 
:; Used by
:: {{T|Skill}}


;Syntax
; Syntax
<pre><nowiki>{{SkillAlphaInfo | maxlevel }}</nowiki></pre>
{{T|SkillAlphaInfo|maxlevel}}
:; Parameters
::; maxlevel : Enter the max level of the skill available for alpha pilots, in roman numerals or use {{Tl|GetSkillAlpha}} to look-up the level.


;maxlevel
; Examples
:Enter the max level of the skill available for alpha pilots, in roman letter.
: <code><nowiki>{{SkillAlphaInfo|III}}</nowiki></code> gives {{SkillAlphaInfo|III}}.
: <code><nowiki>{{SkillAlphaInfo|0}}</nowiki></code> gives {{SkillAlphaInfo|0}}.
: <code><nowiki>{{SkillAlphaInfo|{{GetSkillAlpha|Caldari Battleship}} }}</nowiki></code> gives {{SkillAlphaInfo|{{GetSkillAlpha|Caldari Battleship}} }}.


;Examples
; See also
:<code><nowiki>{{SkillAlphaInfo|III}}</nowiki></code> gives {{SkillAlphaInfo|III}}.
: {{Tl|SkillTimeInfo}}, a similar template dealing with skill training time multipliers (and the inspiration for this template)
:<code><nowiki>{{SkillAlphaInfo|0}}</nowiki></code> gives {{SkillAlphaInfo|0}}.
: {{Tl|GetSkillAlpha}}, a template which automatically looks up a skills's max alpha level. You can use it to feed this template (as in the third example above).  
:<code><nowiki>{{SkillAlphaInfo|{{GetSkillAlpha|Caldari Battleship}}}}</nowiki></code> gives {{SkillAlphaInfo|{{GetSkillAlpha|Caldari Battleship}}}}.


;See also
<includeonly>[[Category:Data templates]]<!-- Any categories for the template itself --></includeonly>
:{{t|SkillTimeInfo}}, a similar template dealing with skill training time multipliers (and the inspiration for this template)
<noinclude>[[Category:Template documentation]]</noinclude>
:{{t|GetSkillAlpha}}, a template which automatically looks up a skills's max alpha level. You can use it to feed this template (as in the third example above).
 
<includeonly>[[Category:Data templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 10:54, 18 March 2023

Description
This template shows the max level of a skill available to alpha pilots, and generates a small tool-tip (displayed when moving the mouse over the text) elaborating the level.
Dependencies
Used by
{{Skill}}
Syntax

{{SkillAlphaInfo|<maxlevel>}}

Parameters
maxlevel
Enter the max level of the skill available for alpha pilots, in roman numerals or use {{GetSkillAlpha}} to look-up the level.
Examples
{{SkillAlphaInfo|III}} gives III.
{{SkillAlphaInfo|0}} gives Alpha pilot can not train this skill..
{{SkillAlphaInfo|{{GetSkillAlpha|Caldari Battleship}} }} gives IV .
See also
{{SkillTimeInfo}}, a similar template dealing with skill training time multipliers (and the inspiration for this template)
{{GetSkillAlpha}}, a template which automatically looks up a skills's max alpha level. You can use it to feed this template (as in the third example above).