Difference between revisions of "Template:SkillTime/doc"
From EVE University Wiki
(Wrote the template docs) |
m |
||
Line 24: | Line 24: | ||
:{{t|Skill}}, which produces the beautiful skill overview boxes used on the [http://wiki.eveuniversity.org/w/index.php?title=Special%3APrefixIndex&prefix=Skills%3A&namespace=0 skill category pages]. | :{{t|Skill}}, which produces the beautiful skill overview boxes used on the [http://wiki.eveuniversity.org/w/index.php?title=Special%3APrefixIndex&prefix=Skills%3A&namespace=0 skill category pages]. | ||
− | <includeonly>[[Category: | + | <includeonly>[[Category:Data templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly> |
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 12:52, 15 March 2021
- 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.