Difference between revisions of "Template:RequiredSkill/doc"

From EVE University Wiki
Jump to: navigation, search
m
m (Rework to "new" uniwiki template doc format.)
 
Line 1: Line 1:
<noinclude>{{main|Template:RequiredSkill}}</noinclude>
+
; Description
This template is useful if you want to display the skill and time required to train it on the Uni wiki.
+
: This template is useful if you want to display the skill and time required to train it on the Uni wiki.
  
=== Syntax ===
+
; Dependencies
 +
:; Uses
 +
:: {{T|Sk}} to produce the skill link.
 +
:: {{T|SkillTime}} to look up and display the correct training time.
  
{{code|<nowiki>{{RequiredSkill | skill | level }}</nowiki>}}
+
; Syntax
 +
: {{T|RequiredSkill|skill|level}}
 +
:; Parameters
 +
::; skill : The name of the skill you wish to link to. Please make sure it's capitalized properly (use title case spelling, i.e. <code>Gallente Strategic Cruiser</code>, not <code>Gallente strategic cruiser</code>). 
  
;skill
+
::; 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>).  
: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
+
; Examples
: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>).
+
: <code><nowiki>{{RequiredSkill|Industry|IV}}</nowiki></code> gives {{RequiredSkill|Industry|IV}}.
 
 
=== 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 ===
 
=== See also ===
 +
: {{Tl|Skill}}, which produces the beautiful skill overview boxes used on the [http://wiki.eveuniversity.org/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:Data templates]]</includeonly>
 
<includeonly>[[Category:Data templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 15:17, 14 May 2024

Description
This template is useful if you want to display the skill and time required to train it on the Uni wiki.
Dependencies
Uses
{{Sk}} to produce the skill link.
{{SkillTime}} to look up and display the correct training time.
Syntax
{{RequiredSkill|<skill>|<level>}}
Parameters
skill 
The name of the skill you wish to link to. Please make sure it's capitalized properly (use title case spelling, i.e. Gallente Strategic Cruiser, not Gallente 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, not iv or 4).
Examples
{{RequiredSkill|Industry|IV}} gives Industry IV1d 1h 8m.

See also

{{Skill}}, which produces the beautiful skill overview boxes used on the skill category pages.