Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|{{InfoBox-MainFormat}}
+
{|{{AbilityBox-MainFormat}}
!colspan="2" style="text-align:center; background: #F0E68C; font-size: large;"|Ability Information
+
{{AbilityBoxHeader|name={{{name}}}}}
|-
 
!colspan="2" style="text-align:center; background: #F0E68C; font-size: medium;"|{{{name}}}
 
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
! Type:
+
! Skill Type:
|{{{type}}}
+
| {{{type}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
! Element:
+
! Damage Type:
|{{{element}}}
+
| {{{damage_type}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
!{{#if:{{{damage|}}}|Damage Modifier:|}}
+
! Element(s):
|{{#if:{{{damage|}}}|{{{damage}}}}}
+
| {{{element}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Target:
 
! Target:
|{{{target}}}
+
| {{{target}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Effect(s):
 +
| {{{effect}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Duration:
 +
| {{{duration}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Damage Modifier:
 +
| {{{damage}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Casting Time:
 
! Casting Time:
|{{{cast}}}
+
| {{{cast}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Cooldown Time:
 
! Cooldown Time:
|{{{cooldown}}}
+
| {{{cooldown}}}
|-colspan="2" style="font-size: 12px;"
 
!{{#if:{{{duration|}}}|Duration:|}}
 
|{{#if:{{{duration|}}}|{{{duration}}}}}
 
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
 
! Ability Cost:
 
! Ability Cost:
|{{{cost}}}
+
| {{{cost}}}
 
|-colspan="2" style="font-size: 12px;"
 
|-colspan="2" style="font-size: 12px;"
!{{#if:{{{upkeep|}}}|Upkeep Cost:|}}
+
! Upkeep Cost:
|{{#if:{{{upkeep|}}}|{{{upkeep}}}}}
+
| {{{upkeep}}}
|}
+
|}<noinclude>
 
 
<noinclude>
 
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
Line 38: Line 40:
 
| name=  
 
| name=  
 
| type=  
 
| type=  
 +
| damage_type=
 
| element=  
 
| element=  
 +
| target=
 +
| effect=
 +
| duration=
 
| damage=  
 
| damage=  
| target=
 
 
| cast=  
 
| cast=  
 
| cooldown=  
 
| cooldown=  
| duration=
 
 
| cost=  
 
| cost=  
 
| upkeep=  
 
| upkeep=  

Latest revision as of 08:25, 15 May 2010

{{{name}}}
Skill Type: {{{type}}}
Damage Type: {{{damage_type}}}
Element(s): {{{element}}}
Target: {{{target}}}
Effect(s): {{{effect}}}
Duration: {{{duration}}}
Damage Modifier: {{{damage}}}
Casting Time: {{{cast}}}
Cooldown Time: {{{cooldown}}}
Ability Cost: {{{cost}}}
Upkeep Cost: {{{upkeep}}}

Usage

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