Difference between revisions of "Template:SpellRow"

From Vanguard Wiki
Jump to navigation Jump to search
 
(30 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: 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 ability's name
* Name: The ability's name
* description: the spell's description
* Description: the ability's description
* Target: which school (skill) is sued to cast the spell
* 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: where the spell can be obtained
* Endurance: How much endurance the ability uses
* Energy: how much mana the spell costs
* Energy: How much energy the ability uses
* Cast Time: Cast time for each ability


----
----
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<tr>
<tr>
   <td width='15%'>[[File:{{{icon}}}.png|link=|border|left|alt={{{type|}}}]]</td>
   <td width='0%'>{{{Alpha|&nbsp;}}}</td>
   <td width='10%'>{{{Name|&nbsp;}}}</td>
  <td width='0%'>[[File:{{{icon}}}.png|link=|border|left|alt={{{type|}}}]]</td>
   <td width='20%'>{{{Name|&nbsp;}}}</td>
   <td width='{{#if: {{{type|}}} |5%|70%}}'>{{{description|&nbsp;}}}</td>
   <td width='{{#if: {{{type|}}} |5%|70%}}'>{{{description|&nbsp;}}}</td>
   <td width='10%'>{{{Target|&nbsp;}}}</td>
   <td width="0%">{{{CR|&nbsp;}}}</td>
   <td width='10%'>{{{Endurance|&nbsp;}}}</td>
  <td align="center" width="0%">{{{Endurance|&nbsp;}}}</td>
   <td width='10%'>{{{Energy|&nbsp;}}}</td>
   <td align="center" width='0%'>{{{Energy|&nbsp;}}}</td>
   <td width='0%'>{{{Cast Time|&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