Template:Skill: Difference between revisions
Jump to navigation
Jump to search
ROWiki>Onteron mNo edit summary |
Joshua2504 (talk | contribs) m 40 revisions imported |
||
| (36 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
Template for the [[skill]] articles. | |||
Copy this text into a new article. Any unused fields can be left as they are or (preferably) removed. | |||
<pre> | <pre> | ||
<onlyinclude>{{skill | | <onlyinclude>{{skill | {{{1|}}} | name = {{subst:PAGENAME}} | ||
| class = | | class = <!-- Warrior|Barbarian|Knight|Archer|Marksman|Hunter|Mage|Warlock|Conjurer --> | ||
| | | discipline = <!-- The name of the skill discipline --> | ||
| position = | | position = <!-- The position of the skill in its discipline (1-10) (number only) --> | ||
| type = | | type = <!-- Direct|Constant|Activable|Aura|Passive --> | ||
| description = <!-- | | summary = <!-- Very short summary of what the power does (optional) --> | ||
| casting = | | description = <!-- The in-game description --> | ||
| range = | | affects = | ||
| cooldown = | | casting = <!-- Casting time (number only) --> | ||
| area = | | range = <!-- Range (number only) --> | ||
| cost = | | cooldown = <!-- Cooldown (number only) --> | ||
| duration = | | gcd = <!-- Global Cooldown --> | ||
| damage = | | area = <!-- Area affected (number only) --> | ||
| debuff = | | cost = <!-- The mana cost of the spell --> | ||
| selfdebuff = | | duration = <!-- Duration of skill (only for Constant/Activable) (number only) --> | ||
| restore = | | damage = <!-- Damage to enemy health/mana --> | ||
| buff = | | debuff = <!-- Any negative status changes or effects to enemies --> | ||
| other = | | selfdebuff = <!-- Any negative status changes or effects to self --> | ||
| restore = <!-- Increases to self/ally health/mana --> | |||
| buff = <!-- Any positive status changes/effects to self/allies --> | |||
| other = <!-- Any other per-level values --> | |||
| quote = | |||
| icon = <!-- Optional parameter to override the default icon --> | |||
<noinclude> | |||
| notes = <!-- General notes on the skill --> | |||
</noinclude> | |||
}}</onlyinclude> | }}</onlyinclude> | ||
</pre> | </pre> | ||
| Line 30: | Line 38: | ||
name: L1value, L2value, L3value, L4value, L5value | name: L1value, L2value, L3value, L4value, L5value | ||
with multiple entries separated by semicolons. Whitespace is ignored. See examples. | with multiple entries separated by semicolons. Whitespace is ignored. See examples. | ||
== Examples == | == Examples == | ||
=== Focus === | === [[Focus]] === | ||
<pre> | <pre> | ||
{{skill | | {{skill | {{{1|}}} | name = Focus | ||
| class = Marksman | | class = Marksman | ||
| | | discipline = Aiming mastery | ||
| position = 2 | | position = 2 | ||
| type = Activable | | type = Activable | ||
| Line 49: | Line 55: | ||
}} | }} | ||
</pre> | </pre> | ||
=== Sultar's Terror === | === [[Sultar's Terror]] === | ||
<pre><nowiki> | <pre><nowiki> | ||
{{skill | | {{skill | {{{1|}}} | name = Sultar's Terror | ||
| class = Warlock | | class = Warlock | ||
| | | discipline = Arcania | ||
| position = 10 | | position = 10 | ||
| type = Constant | | type = Constant | ||
| description = An illusory giant skull provokes fear over its enemies, petrifying and inflicting slashing and piercing damage to them. | | description = An illusory giant skull provokes fear over its enemies, | ||
petrifying and inflicting slashing and piercing damage to them. | |||
| casting = 3 | | casting = 3 | ||
| range = 30 | | range = 30 | ||
| Line 82: | Line 77: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
<onlyinclude><includeonly><!-- | |||
-->{{# | -->{{#ifexpr: {{qd | {{{1|}}} | 1 | {{{class}}} }} and | ||
{{qd | {{{1|}}} | 2 | {{{discipline}}} }} | |||
< | | {{skill/{{#switch: {{PAGENAME}} | ||
</includeonly></onlyinclude> | | {{{name}}} = full | ||
| #default = {{#explode: {{#if: {{{1|}}} | {{{1}}} | iconname}} | ; }} | |||
}} | |||
| {{{1|}}} | |||
| name = {{{name}}} | |||
| class = {{{class|}}} | |||
| discipline = {{{discipline|}}} | |||
| position = {{{position|}}} | |||
| type = {{{type|}}} | |||
| summary = {{{summary|}}} | |||
| description = {{{description|}}} | |||
| casting = {{{casting|}}} | |||
| range = {{{range|}}} | |||
| cooldown = {{{cooldown|}}} | |||
| gcd = {{{gcd|}}} | |||
| area = {{{area|}}} | |||
| arc = {{{arc|}}} | |||
| cost = {{{cost|}}} | |||
| duration = {{{duration|}}} | |||
| damage = {{{damage|}}} | |||
| debuff = {{{debuff|}}} | |||
| selfdebuff = {{{selfdebuff|}}} | |||
| restore = {{{restore|}}} | |||
| buff = {{{buff|}}} | |||
| other = {{{other|}}} | |||
| affects = {{{affects|}}} | |||
| bug = {{{bug|}}} | |||
| quote = {{{quote|}}} | |||
| notes = {{{notes|}}} | |||
| icon = {{{icon|}}} | |||
}} | |||
}}<!-- | |||
--></includeonly></onlyinclude> | |||
Latest revision as of 17:57, 6 November 2020
Template for the skill articles.
Copy this text into a new article. Any unused fields can be left as they are or (preferably) removed.
<onlyinclude>{{skill | {{{1|}}} | name = {{subst:PAGENAME}}
| class = <!-- Warrior|Barbarian|Knight|Archer|Marksman|Hunter|Mage|Warlock|Conjurer -->
| discipline = <!-- The name of the skill discipline -->
| position = <!-- The position of the skill in its discipline (1-10) (number only) -->
| type = <!-- Direct|Constant|Activable|Aura|Passive -->
| summary = <!-- Very short summary of what the power does (optional) -->
| description = <!-- The in-game description -->
| affects =
| casting = <!-- Casting time (number only) -->
| range = <!-- Range (number only) -->
| cooldown = <!-- Cooldown (number only) -->
| gcd = <!-- Global Cooldown -->
| area = <!-- Area affected (number only) -->
| cost = <!-- The mana cost of the spell -->
| duration = <!-- Duration of skill (only for Constant/Activable) (number only) -->
| damage = <!-- Damage to enemy health/mana -->
| debuff = <!-- Any negative status changes or effects to enemies -->
| selfdebuff = <!-- Any negative status changes or effects to self -->
| restore = <!-- Increases to self/ally health/mana -->
| buff = <!-- Any positive status changes/effects to self/allies -->
| other = <!-- Any other per-level values -->
| quote =
| icon = <!-- Optional parameter to override the default icon -->
<noinclude>
| notes = <!-- General notes on the skill -->
</noinclude>
}}</onlyinclude>
For parameters duration, cost, damage, debuffs, increases and buffs, the syntax is
name: L1value, L2value, L3value, L4value, L5value
with multiple entries separated by semicolons. Whitespace is ignored. See examples.
Examples
[edit source]{{skill | {{{1|}}} | name = Focus
| class = Marksman
| discipline = Aiming mastery
| position = 2
| type = Activable
| description = The marksman greatly improves spell impact chances on offensive powers.
| cooldown = 20
| cost = 40, 55, 70, 85, 100
| selfdebuff = Movement speed: -25%
| buff = Spell focus: 20%, 40%, 60%, 80%, 100%
}}
{{skill | {{{1|}}} | name = Sultar's Terror
| class = Warlock
| discipline = Arcania
| position = 10
| type = Constant
| description = An illusory giant skull provokes fear over its enemies,
petrifying and inflicting slashing and piercing damage to them.
| casting = 3
| range = 30
| cooldown = 180
| area = 10
| cost = 400,425,450,475,500
| duration = 3,4,5,6,7
| damage = Slashing: 70-100, 115-160, 160-225, 205-285, 250-350;
Piercing: 70-100, 115-160, 160-225, 205-285, 250-350;
Blunt: 70-100, 115-160, 160-225, 205-285, 250-350
| debuff = Knock down
}}