Difference between revisions of "Template:SkillAlphaInfo"

From EVE University Wiki
Jump to: navigation, search
m
m (Replaced doc contents with a template)
Line 1: Line 1:
 
<span style="cursor: help;" {{#ifeq: {{{1}}}| 0| title="Alpha pilot can not train nor use this skill">''Alpha pilot can not train this skill.''</span>|title="Alpha pilot can train and use this skill to at most level {{{1}}}">{{{1}}}</span>}}<noinclude>
 
<span style="cursor: help;" {{#ifeq: {{{1}}}| 0| title="Alpha pilot can not train nor use this skill">''Alpha pilot can not train this skill.''</span>|title="Alpha pilot can train and use this skill to at most level {{{1}}}">{{{1}}}</span>}}<noinclude>
 
+
{{documentation}}
== Documentation ==
+
[[Category:Template]]
 
+
</noinclude>
: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. 
 
 
 
=== Syntax ===
 
 
 
<pre><nowiki>{{SkillAlphaInfo | maxlevel }}</nowiki></pre>
 
 
 
;maxlevel
 
:Enter the max level of the skill available for alpha pilots, in roman letter.
 
 
 
=== Examples ===
 
 
 
:<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}}}}.
 
 
 
=== See also ===
 
 
 
:{{t|SkillTimeInfo}}, a similar template dealing with skill training time multipliers (and the inspiration for this template)
 
:{{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).
 
 
 
__NOTOC__ [[Category:Template]]</noinclude>
 

Revision as of 15:35, 5 March 2021

{{{1}}}

Template documentation (for the above template, sometimes hidden or invisible)
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).
Visit Template:SkillAlphaInfo/doc to edit this text! (How does this work?) (Refresh this text - why?)