Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
Line 2: Line 2:
 
!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-HeadingFormat}}
|name= {{{name}}}
+
|name={{{name}}}
 
|-
 
|-
|type= {{{type}}}
+
|type={{{type}}}
 
|-
 
|-
|element= {{{element}}}
+
|element={{{element}}}
 
|-
 
|-
|target= {{{target}}}
+
|target={{{target}}}
 
|-
 
|-
|cast= {{{cast}}}
+
|cast={{{cast}}}
 
|-
 
|-
|cooldown= {{{cooldown}}}
+
|cooldown={{{cooldown}}}
 
|-
 
|-
|duration= {{{duration}}}
+
|duration={{{duration}}}
 
|-
 
|-
|cost= {{{cost}}}
+
|cost={{{cost}}}
 
|-
 
|-
|upkeep= {{{upkeep}}}
+
|upkeep={{{upkeep}}}
 
|}
 
|}
  

Revision as of 16:29, 26 February 2010

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


Usage

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