More actions
Rewrote template with a more detailed tooltip. |
Error handling |
||
| Line 1: | Line 1: | ||
<span style="cursor: help;" title="{{#switch: {{{1}}} | <span style="cursor: help;" title="{{#switch: {{{1}}} | ||
| 1x = This skill has the shortest training time possible. It will take approximately 8 minutes to train to level I, 4 hours to train to level III, and 6 days to train to level V (assuming no implants or neural remaps). | | 1x = This skill has the shortest training time possible. It will take approximately 8 minutes to train to level I, 4 hours to train to level III, and 6 days to train to level V (assuming no implants or neural remaps). | ||
| 2x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 17 minutes to train to level I, 9 hours to train to level III, and 12 days to train to level V (assuming no implants or neural remaps). | | 2x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 17 minutes to train to level I, 9 hours to train to level III, and 12 days to train to level V (assuming no implants or neural remaps). | ||
| Line 17: | Line 16: | ||
| 15x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 2 hours to train to level I, 3 days to train to level III, and an utterly ludicrous 13 weeks to train to level V (assuming no implants or neural remaps). | | 15x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 2 hours to train to level I, 3 days to train to level III, and an utterly ludicrous 13 weeks to train to level V (assuming no implants or neural remaps). | ||
| 16x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 2 hours to train to level I, 3 days to train to level III, and an utterly ludicrous 13 weeks to train to level V (assuming no implants or neural remaps). | | 16x = This skill takes {{{1}}} as long to train compared to a skill with a multiplier of 1x. It will take approximately 2 hours to train to level I, 3 days to train to level III, and an utterly ludicrous 13 weeks to train to level V (assuming no implants or neural remaps). | ||
| #default = This skill has an unknown training time. Please check whether you are using the template correctly. | |||
}}">{{{1|1x}}}</span><noinclude> | }}">{{{1|1x}}}</span><noinclude> | ||
== Documentation == | == Documentation == | ||
: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. | :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. | ||
| Line 30: | Line 28: | ||
;multiplier | ;multiplier | ||
:Enter the skill training time multiplier here, and add | :Enter the skill training time multiplier here, and add a lower-case "x" to the end, like <code>1x</code> or <code>5x</code>. If this argument is not specified, the template will display a 1x multiplier, but generate a (hopefully helpful) error message in the tooltip. | ||
=== Examples === | === Examples === | ||