Difference between revisions of "Template:SkillTime"
From EVE University Wiki
m (Extracted Category into docs page) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#ifeq:{{{short|no}}}|yes| | + | {{#ifeq:{{{short|no}}}|yes|{{#switch: {{GetSkillMult|{{{1}}}}} |
− | {{#switch: {{GetSkillMult|{{{1}}}}} | ||
| 1x = {{#switch: {{{2}}} | | 1x = {{#switch: {{{2}}} | ||
| I = 8m | | I = 8m | ||
Line 227: | Line 226: | ||
| #default = unknown level}} | | #default = unknown level}} | ||
| #default = unknown rank}}}}<noinclude> | | #default = unknown rank}}}}<noinclude> | ||
− | + | {{documentation}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 12:44, 15 March 2021
unknown rank
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template displays the time required to train a skill level.
- Dependencies
-
- Uses
- {{GetSkillMult}} to look up the training time multiplier.
- Used by
- {{RequiredSkill}}
- Syntax
- {{SkillTime|<skill>|<level>|<short=>}}
- Parameters
-
- skill [Required]
- The name of the skill you wish to link to. Please make sure it's capitalized properly (use spelling and capitalization exactly as used on the skill pages/in-game, i.e.
Gallente Strategic Cruiser
, notGallente strategic cruiser
). - level [Required]
- 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
). - short
- Controls displaying. Use
yes
to display a short version, no seconds and time units abbreviated. Omit for full version.
- Samples
{{SkillTime|Industry|IV}}
gives 1 day, 1 hour, 8 minutes, 30 seconds.{{SkillTime|Industry|IV|short= yes}}
gives 1d 1h 8m.
{{SkillTime|Caldari Battleship|IV|short= yes}}
gives 8d 9h 8m.
- See also
{{Skill}}
, which produces the beautiful skill overview boxes used on the skills pages.