Difference between revisions of "Template:SkillTime"
From EVE University Wiki
m |
|||
Line 1: | Line 1: | ||
{{#ifeq:{{{short|no}}}|yes| | {{#ifeq:{{{short|no}}}|yes| | ||
− | {{#switch: {{{1}}} | + | {{#switch: {{GetSkillMult|{{{1}}}}} |
| 1x = {{#switch: {{{2}}} | | 1x = {{#switch: {{{2}}} | ||
| I = 8m | | I = 8m | ||
Line 113: | Line 113: | ||
| V = 94d 19h 33m | | V = 94d 19h 33m | ||
| #default = unknown}} | | #default = unknown}} | ||
− | | #default = unknown rank}}|{{#switch: {{{1}}} | + | | #default = unknown rank}}|{{#switch: {{GetSkillMult|{{{1}}}}} |
| 1x = {{#switch: {{{2}}} | | 1x = {{#switch: {{{2}}} | ||
| I = 8 minutes, 20 seconds | | I = 8 minutes, 20 seconds |
Revision as of 07:27, 14 May 2014
unknown rank
Documentation
- This template is useful if you want to display the time required to train a skill on the Uni wiki.
Syntax
{{SkillTime | skill | level | short= }} |
- The first two parameters (
skill
andlevel
) are mandatory, the others are optional.
- skill
- The name of the skill you wish to link to. Please make sure it's capitalised properly (use title case spelling, i.e.
Gallente Strategic Cruiser
, notGallente strategic cruiser
).
- level
- The level or rank of the skill you wish to train. In keeping with the Eve conventions, use upper-case Roman numerals (for instance,
IV
, notiv
or4
).
Examples
{{SkillTime|Industry|IV}}
gives 1 day, 1 hour, 8 minutes, 30 seconds.{{SkillTime|Caldari Battleship|IV|short=yes}}
gives 1d 1h 8m.
Dependencies
- This template uses {{GetSkillMult}} to look up and display the correct training time multiplier.
See also
- {{Skill}}, which produces the beautiful skill overview boxes used on the skill category pages.