Difference between revisions of "Template:SkillTime"

From EVE University Wiki
Jump to: navigation, search
m
Line 1: Line 1:
{{#ifeq:{{{short|no}}}|no|
+
{{#ifeq:{{{short|no}}}|yes|
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
 
  | 1x = {{#switch: {{{2}}}
 
  | 1x = {{#switch: {{{2}}}

Revision as of 07:26, 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 unknown rank.
{{SkillTime|Caldari Battleship|IV|short=yes}} gives unknown rank.

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.