Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
Line 1: Line 1:
 
{|{{InfoBox-MainFormat}}
 
{|{{InfoBox-MainFormat}}
 
!colspan="2" style="text-align:center; background: #F0E68C; font-size: medium;"|Ability Information
 
!colspan="2" style="text-align:center; background: #F0E68C; font-size: medium;"|Ability Information
|- {{InfoBox-HeadingFormat}}
+
|-{{InfoBox-MainFormat}}
|name={{{name}}}
+
|{{{name}}}
 +
|-colspan="2" font-size: medium;"
 +
! Type:
 +
|{{{type}}}
 
|-
 
|-
|type={{{type}}}
+
! Element:
 +
|{{{element}}}
 
|-
 
|-
|element={{{element}}}
+
! Target:
 +
|{{{target}}}
 
|-
 
|-
|target={{{target}}}
+
! Casting Time:
 +
|{{{cast}}}
 
|-
 
|-
|cast={{{cast}}}
+
! Cooldown Time:
 +
|{{{cooldown}}}
 
|-
 
|-
|cooldown={{{cooldown}}}
+
! Duration:
 +
|{{{duration}}}
 
|-
 
|-
|duration={{{duration}}}
+
! Ability Cost:
 +
|{{{cost}}}
 
|-
 
|-
|cost={{{cost}}}
+
! Upkeep Cost:
|-
+
|{{{upkeep}}}
|upkeep={{{upkeep}}}
 
 
|}
 
|}
  

Revision as of 16:35, 26 February 2010

Ability Information
{{{name}}}
Type: {{{type}}}
Element: {{{element}}}
Target: {{{target}}}
Casting Time: {{{cast}}}
Cooldown Time: {{{cooldown}}}
Duration: {{{duration}}}
Ability Cost: {{{cost}}}
Upkeep Cost: {{{upkeep}}}


Usage

{{Ability
|name= {{{name}}}
|type= {{{type}}}
|element= {{{element}}}
|target= {{{target}}}
|cast= {{{cast}}}
|cooldown= {{{cooldown}}}
|duration= {{{duration}}}
|cost= {{{cost}}}
|upkeep= {{{upkeep}}}
}}