More actions
m Grammar improvement |
Documentation |
||
| Line 1: | Line 1: | ||
<span style="cursor: help;" title="{{#ifeq:{{{1|1x}}}|1x|This skill has the shortest training time possible.|This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x.}}">{{{1|1x}}}</span><noinclude> | <span style="cursor: help;" title="{{#ifeq:{{{1|1x}}}|1x|This skill has the shortest training time possible.|This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x.}}">{{{1|1x}}}</span><noinclude> | ||
< | == Documentation == | ||
({{#switch:{{{1|1x}}}|2x||3x||4x||5x||6x||7x||8x||9x||10x||}}) | |||
[[Category:Template]]</noinclude> | :This template generates a small tooltip (displayed when moving the mouse over the text) explaining what a [[Skill_training#Training_Time_Multipliers|skill training time multiplier]] is. | ||
=== Syntax === | |||
<pre><nowiki>{{SkillTimeInfo | multiplier }}</nowiki></pre> | |||
;multiplier | |||
:Enter the skill training time multiplier here, and add an "x" to the end, like <code>1x</code> or <code>5x</code>. If this argument is not specified, the template will assume a 1x multiplier. | |||
=== Examples === | |||
:<code><nowiki>{{SkillTimeInfo|3x}}</nowiki></code> gives {{SkillTimeInfo|3x}}. | |||
:<code><nowiki>{{SkillTimeInfo}}</nowiki></code> gives {{SkillTimeInfo}}. | |||
=== Further work === | |||
:This template isn't finished. This should include some kind of simplified time table for the training time, like <code><nowiki>({{#switch:{{{1|1x}}}|2x||3x||4x||5x||6x||7x||8x||9x||10x||}})</nowiki></code> | |||
__NOTOC__ [[Category:Template]]</noinclude> | |||