Шаблон:SkillQueue: различия между версиями

Материал из EVE Online Wiki [Aliteg]
Перейти к: навигация, поиск
(Новая страница: «<div class="toccolours mw-collapsible mw-collapsed" style="width: {{#if:{{{width|}}}|{{{width}}}|35em}};"> {{#if:{{{name|}}}|{{#switch: {{{hdr}}} |#default = <h3>{{{name}}}</h3> | 0 = <span style="font-size: 1.2em; font-weight: bold; color: white;">{{{name}}}</span><br> | 4 | 5 | 6 = <h{{{hdr}}}><span style="font-size: 1.2em; font-weight: bold;">{{{name}}}</span></h{{{hdr}}}> }} }} {{#if:{{{desc|}}}|{{{desc}}}<br>}} ''Expand this box to view a [...»)
 
Нет описания правки
Строка 2: Строка 2:
{{#if:{{{name|}}}|{{#switch: {{{hdr}}}
{{#if:{{{name|}}}|{{#switch: {{{hdr}}}
   |#default = <h3>{{{name}}}</h3>
   |#default = <h3>{{{name}}}</h3>
   | 0 = <span style="font-size: 1.2em; font-weight: bold; color: white;">{{{name}}}</span><br>
   | 0 = <span style="font-size: 1.2em; font-weight: bold; color: #111111;">{{{name}}}</span><br>
   | 4
   | 4
   | 5
   | 5

Версия от 22:59, 25 июня 2025


Expand this box to view a Skill queue to use in-game

Skill I
Skill II
Skill III
Template documentation (for the above template, sometimes hidden or invisible)
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 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. 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).
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= Queue Name | desc= A description of the queue | Skill A Skill B Skill C }}
gives ...

Queue Name

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

Skill A
Skill B
Skill C


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

Queue Name 2

A description of the queue
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 queue |Skill X Skill Y Skill Z }}
gives ...

Queue Name 3

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

Skill X
Skill Y
Skill Z
Visit Шаблон:SkillQueue/doc to edit this text! (How does this work?) (Refresh this text - why?)