Difference between revisions of "Template:SpellRow"

From Vanguard Wiki
Jump to navigation Jump to search
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
A single row (for a single spell) on a class spell list.
A single row (for a single ability) on a class ability list.


It takes the following parameters:
It takes the following parameters:


* icon (optional): a letter that indicates which spell icon file should be used for the spell's icon
* Alpha: Used during the Alpha rebuilding phase to track what abilities are or are not working.
* type (optional): if there is not icon specified this will add a type column to the spell row; if an icon is specified the type will instead become the "alt" text for the icon
* Icon: The ability's icon
* name: the spell's name
* Name: The ability's name
* wikiName (optional): the spell's wiki name, if different (eg. "Shield of Thorns (Spell)")
* Description: the ability's description
* description: the spell's description
* CR: CR stances for [[Class Resource]], it's an extra field for classes that use their own specific resorce for some spells (i.e. Paladin, Cleric, Druid, etc.)
* era: the EverQuest era the spell was released in
* Endurance: How much endurance the ability uses
* school: which school (skill) is sued to cast the spell
* Energy: How much energy the ability uses
* location: where the spell can be obtained
* Cast Time: Cast time for each ability
* mana: how much mana the spell costs


----
----
Line 18: Line 17:
<includeonly>
<includeonly>
<tr>
<tr>
   {{#if: {{{icon|}}} |
   <td width='0%'>{{{Alpha|&nbsp;}}}</td>
    <td width='15%'>[[File:{{{icon}}}.png|link=|border|left|alt={{{type|}}}]]</td>
  <td width='0%'>[[File:{{{icon}}}.png|link=|border|left|alt={{{type|}}}]]</td>
  }}
   <td width='20%'>{{{Name|&nbsp;}}}</td>
   <td width='22%'
   <td width='{{#if: {{{type|}}} |5%|70%}}'>{{{description|&nbsp;}}}</td>
    >{{#if: {{{wikiName|}}} | [[{{{wikiName|}}}|{{{name|&nbsp;}}}]] | [[{{{name|&nbsp;}}}]] }}</td>
   <td width="0%">{{{CR|&nbsp;}}}</td>
   {{#if: {{{icon|}}} | |
   <td align="center" width="0%">{{{Endurance|&nbsp;}}}</td>
    {{#if: {{{type|}}} |
   <td align="center" width='0%'>{{{Energy|&nbsp;}}}</td>
      <td width='15%'>{{{type|&nbsp;}}}</td>
   <td width='0%'>{{{Cast Time|&nbsp;}}}</td>
    }}
 
  }}
   <td width='{{#if: {{{type|}}} |37%|70%}}'>{{{description|&nbsp;}}}</td>
   <td width='5%'>{{{Target|&nbsp;}}}</td>
   <td width='8%'>{{{Endurance|&nbsp;}}}</td>
   <td width='5%'>{{{Mana|&nbsp;}}}</td>
</tr></includeonly>
</tr></includeonly>

Latest revision as of 17:44, 17 September 2020

A single row (for a single ability) on a class ability list.

It takes the following parameters:

  • Alpha: Used during the Alpha rebuilding phase to track what abilities are or are not working.
  • Icon: The ability's icon
  • Name: The ability's name
  • Description: the ability's description
  • CR: CR stances for Class Resource, it's an extra field for classes that use their own specific resorce for some spells (i.e. Paladin, Cleric, Druid, etc.)
  • Endurance: How much endurance the ability uses
  • Energy: How much energy the ability uses
  • Cast Time: Cast time for each ability