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

Template:SkillTimeInfo: Difference between revisions

Template page
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>
<!-- This template isn't finished. This should include some kind of simplified time table for the training time.
== 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>

Revision as of 12:27, 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 or 5x. If this argument is not specified, the template will assume a 1x multiplier.

Examples

{{SkillTimeInfo|3x}} gives 3x.
{{SkillTimeInfo}} gives 1x.

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||}})