Difference between revisions of "Template:SkillQueue/doc"

From EVE University Wiki
Jump to: navigation, search
m
m (Rewrite.)
 
Line 1: Line 1:
<noinclude>{{main|Template:SkillQueue}}</noinclude>
+
; Description
==Usage==
+
: '''SkillQueue''' produces an expendable box to contain a skill list to copy to the in-game skill
The following shows an example using the template. ''name'',''width'' and ''desc'' are optional. A default width of 600px is used.
+
 
<pre>
+
; Syntax
 +
: {{T|SkillQueue|2= name= name|3= hdr= hdr|4= width= width|5= desc= desc|6= skill list}}
 +
:: '''name''' - The name of the fit (Optional). When used the name will automatically become a level 3 heading. This can be suppressed or the level changed by using the hdr parameter.
 +
:: '''hdr''' - To suppress or change the level of the name header (Optional). Valid options: 0 - to suppress, 4, 5 and 6 to change header level.
 +
:: '''widht''' - To change the width of the box (Optional). Default width is 35em. Can be in em, px, %, etc.
 +
:: '''desc''' - A description of the fit (Optional).
 +
:: '''skill list''' - A list of skills in the order in which they need to be trained. Each skill on its own line.
 +
 
 +
; Sample
 +
: {{Code|<nowiki>{{SkillQueue
 +
| name= Fit Name
 +
| desc= A description of the fit
 +
| Skill A
 +
Skill B
 +
Skill C
 +
}}
 +
</nowiki>}} gives ...
 
{{SkillQueue
 
{{SkillQueue
|name=Fit Name
+
| name= Fit Name
|width=400px
+
| desc= A description of the fit
|desc=A description of the fit
+
| Skill A
|Skill I
+
Skill B
Skill II
+
Skill C
Skill III
+
}}
 +
 
 +
: {{Code|<nowiki>{{SkillQueue
 +
| name= Fit Name 2
 +
| width= 500px
 +
| desc= A description of the fit
 +
|Skill F
 +
Skill G
 +
Skill H
 +
}}
 +
</nowiki>}} gives ...
 +
{{SkillQueue
 +
| name= Fit Name 2
 +
| width= 500px
 +
| desc= A description of the fit
 +
| Skill F
 +
Skill G
 +
Skill H
 +
}}
 +
 
 +
: {{Code|<nowiki>{{SkillQueue
 +
| name= Fit Name 3
 +
| hdr= 4
 +
| desc= A description of the fit
 +
|Skill X
 +
Skill Y
 +
Skill Z
 
}}
 
}}
</pre>
+
</nowiki>}} gives ...
 
{{SkillQueue
 
{{SkillQueue
|name=Fit Name
+
| name= Fit Name 3
|width=400px
+
| hdr= 4
|desc=A description of the fit
+
| desc= A description of the fit
|Skill I
+
| Skill X
Skill II
+
Skill Y
Skill III
+
Skill Z
 
}}
 
}}
 +
 
<includeonly>[[Category:Formatting templates]]</includeonly>
 
<includeonly>[[Category:Formatting templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 13:16, 26 April 2022

Description
SkillQueue produces an expendable box to contain a skill list to copy to the in-game skill
Syntax
{{SkillQueue|<name= name>|<hdr= hdr>|<width= width>|<desc= desc>|<skill list>}}
name - The name of the fit (Optional). When used the name will automatically become a level 3 heading. This can be suppressed or the level changed by using the hdr parameter.
hdr - To suppress or change the level of the name header (Optional). Valid options: 0 - to suppress, 4, 5 and 6 to change header level.
widht - To change the width of the box (Optional). Default width is 35em. Can be in em, px, %, etc.
desc - A description of the fit (Optional).
skill list - A list of skills in the order in which they need to be trained. Each skill on its own line.
Sample
{{SkillQueue | name= Fit Name | desc= A description of the fit | Skill A Skill B Skill C }}
gives ...

Fit Name

A description of the fit
Expand this box to view a Skill queue to use in-game

Skill A
Skill B
Skill C


{{SkillQueue | name= Fit Name 2 | width= 500px | desc= A description of the fit |Skill F Skill G Skill H }}
gives ...

Fit Name 2

A description of the fit
Expand this box to view a Skill queue to use in-game

Skill F
Skill G
Skill H


{{SkillQueue | name= Fit Name 3 | hdr= 4 | desc= A description of the fit |Skill X Skill Y Skill Z }}
gives ...

Fit Name 3

A description of the fit
Expand this box to view a Skill queue to use in-game

Skill X
Skill Y
Skill Z