Difference between revisions of "Template:SkillTime"

From EVE University Wiki
Jump to: navigation, search
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifeq:{{{short|no}}}|no|
+
{{#ifeq:{{{short|no}}}|yes|{{#switch: {{GetSkillMult|{{{1}}}}}
{{#switch: {{{1}}}
 
 
  | 1x = {{#switch: {{{2}}}
 
  | 1x = {{#switch: {{{2}}}
 
   | I = 8m
 
   | I = 8m
Line 113: Line 112:
 
   | 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:29, 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 and level) 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, not Gallente 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, not iv or 4).

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.