Difference between revisions of "Template:RequiredSkill"
From EVE University Wiki
(Moved documentation to Template:RequiredSkill/doc.) |
m (Reverted edits by Djavin novienta (talk) to last revision by Plebe) |
||
Line 1: | Line 1: | ||
− | + | {{sk|{{{1}}}|{{{2}}}}}<small>{{SkillTime|{{{1}}}|{{{2}}}|short=yes}}</small><noinclude> | |
− | {{ | + | == Documentation == |
+ | |||
+ | :This template is useful if you want to display the skill and time required to train it on the Uni wiki. | ||
+ | |||
+ | === Syntax === | ||
+ | |||
+ | {{code|<nowiki>{{RequiredSkill | skill | level }}</nowiki>}} | ||
+ | |||
+ | ;skill | ||
+ | :The name of the skill you wish to link to. Please make sure it's capitalised properly (use title case spelling, i.e. <code>Gallente Strategic Cruiser</code>, not <code>Gallente strategic cruiser</code>). | ||
+ | |||
+ | ;level | ||
+ | :The level of the skill you wish to train. In keeping with the Eve conventions, use upper-case Roman numerals (for instance, <code>IV</code>, not <code>iv</code> or <code>4</code>). | ||
+ | |||
+ | === Examples === | ||
+ | |||
+ | :<code><nowiki>{{RequiredSkill|Industry|IV}}</nowiki></code> gives {{RequiredSkill|Industry|IV}}. | ||
+ | |||
+ | === Dependencies === | ||
+ | |||
+ | :This template uses {{t|Sk}} to produce the skill link, and {{t|SkillTime}} to look up and display the correct training time. | ||
+ | |||
+ | === See also === | ||
+ | |||
+ | :{{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]. | ||
+ | __NOTOC__ | ||
+ | [[Category:Template]] | ||
</noinclude> | </noinclude> |
Revision as of 16:33, 15 March 2017
[[Skills:{{{1}}} {{{2}}}]]unknown rank
Documentation
- This template is useful if you want to display the skill and time required to train it on the Uni wiki.
Syntax
{{RequiredSkill | skill | level }} |
- 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 of the skill you wish to train. In keeping with the Eve conventions, use upper-case Roman numerals (for instance,
IV
, notiv
or4
).
Examples
{{RequiredSkill|Industry|IV}}
gives Industry IV1d 1h 8m.
Dependencies
- This template uses {{Sk}} to produce the skill link, and {{SkillTime}} to look up and display the correct training time.
See also
- {{Skill}}, which produces the beautiful skill overview boxes used on the skill category pages.