More actions
m Rewrite. |
m Update doc, fit to queue. |
||
| Line 4: | Line 4: | ||
; Syntax | ; Syntax | ||
: {{T|SkillQueue|2= name= name|3= hdr= hdr|4= width= width|5= desc= desc|6= skill list}} | : {{T|SkillQueue|2= name= name|3= hdr= hdr|4= width= width|5= desc= desc|6= skill list}} | ||
:: '''name''' - The name of the | :: '''name''' - The name of the queue (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. | :: '''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. Defaults to 3. | ||
:: ''' | :: '''width''' - 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). | :: '''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. | :: '''skill list''' - A list of skills in the order in which they need to be trained. Each skill on its own line. | ||
| Line 12: | Line 12: | ||
; Sample | ; Sample | ||
: {{Code|<nowiki>{{SkillQueue | : {{Code|<nowiki>{{SkillQueue | ||
| name= | | name= Queue Name | ||
| desc= A description of the | | desc= A description of the queue | ||
| Skill A | | Skill A | ||
Skill B | Skill B | ||
| Line 20: | Line 20: | ||
</nowiki>}} gives ... | </nowiki>}} gives ... | ||
{{SkillQueue | {{SkillQueue | ||
| name= | | name= Queue Name | ||
| desc= A description of the | | desc= A description of the queue | ||
| Skill A | | Skill A | ||
Skill B | Skill B | ||
| Line 28: | Line 28: | ||
: {{Code|<nowiki>{{SkillQueue | : {{Code|<nowiki>{{SkillQueue | ||
| name= | | name= Queue Name 2 | ||
| width= 500px | | width= 500px | ||
| desc= A description of the | | desc= A description of the queue | ||
|Skill F | |Skill F | ||
Skill G | Skill G | ||
| Line 37: | Line 37: | ||
</nowiki>}} gives ... | </nowiki>}} gives ... | ||
{{SkillQueue | {{SkillQueue | ||
| name= | | name= Que Name 2 | ||
| width= 500px | | width= 500px | ||
| desc= A description of the | | desc= A description of the queue | ||
| Skill F | | Skill F | ||
Skill G | Skill G | ||
| Line 48: | Line 48: | ||
| name= Fit Name 3 | | name= Fit Name 3 | ||
| hdr= 4 | | hdr= 4 | ||
| desc= A description of the | | desc= A description of the queue | ||
|Skill X | |Skill X | ||
Skill Y | Skill Y | ||
| Line 55: | Line 55: | ||
</nowiki>}} gives ... | </nowiki>}} gives ... | ||
{{SkillQueue | {{SkillQueue | ||
| name= | | name= Queue Name 3 | ||
| hdr= 4 | | hdr= 4 | ||
| desc= A description of the | | desc= A description of the queue | ||
| Skill X | | Skill X | ||
Skill Y | Skill Y | ||