Difference between revisions of "Template:SkillTime"
From EVE University Wiki
m |
|||
Line 233: | Line 233: | ||
=== Syntax === | === Syntax === | ||
− | {{code|<nowiki>{{SkillTime | skill | level | short=}}</nowiki>}} | + | {{code|<nowiki>{{SkillTime | skill | level | short= }}</nowiki>}} |
:The first two parameters (<code>skill</code> and <code>level</code>) are mandatory, the others are optional. | :The first two parameters (<code>skill</code> and <code>level</code>) are mandatory, the others are optional. |
Revision as of 07:20, 14 May 2014
unknown
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 unknown
.
{{SkillTime|Caldari Battleship|IV|short=yes}}
gives unknown
.
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.