Difference between revisions of "Template:SkillTimeInfo"
From EVE University Wiki
(Documentation) |
(See also) |
||
Line 15: | Line 15: | ||
:<code><nowiki>{{SkillTimeInfo|3x}}</nowiki></code> gives {{SkillTimeInfo|3x}}. | :<code><nowiki>{{SkillTimeInfo|3x}}</nowiki></code> gives {{SkillTimeInfo|3x}}. | ||
:<code><nowiki>{{SkillTimeInfo}}</nowiki></code> gives {{SkillTimeInfo}}. | :<code><nowiki>{{SkillTimeInfo}}</nowiki></code> gives {{SkillTimeInfo}}. | ||
+ | |||
+ | === See also === | ||
+ | |||
+ | :{{t|SkillPriceInfo}}, a similar template dealing with skill book prices. | ||
=== Further work === | === Further work === |
Revision as of 12:57, 27 November 2013
1x
Documentation
- This template generates a small tooltip (displayed when moving the mouse over the text) explaining what a skill training time multiplier is.
Syntax
{{SkillTimeInfo | multiplier }}
- multiplier
- Enter the skill training time multiplier here, and add an "x" to the end, like
1x
or5x
. If this argument is not specified, the template will assume a 1x multiplier.
Examples
{{SkillTimeInfo|3x}}
gives 3x.{{SkillTimeInfo}}
gives 1x.
See also
- {{SkillPriceInfo}}, a similar template dealing with skill book prices.
Further work
- This template isn't finished. This should include some kind of simplified time table for the training time, like
({{#switch:{{{1|1x}}}|2x||3x||4x||5x||6x||7x||8x||9x||10x||}})