Difference between revisions of "Template:Ability"

From Crystal Path
Jump to navigationJump to search
(Created page with '{|{{InfoBox-MainFormat}} !colspan="2" style="text-align:center; background: #F0E68C; font-size: medium;"|Ability Information |- {{InfoBox-HeadingFormat}} |name= {{{name}}} |- |ty…')
 
 
(28 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: medium;"|Ability Information
+
{{AbilityBoxHeader|name={{{name}}}}}
|- {{InfoBox-HeadingFormat}}
+
|-colspan="2" style="font-size: 12px;"
|name= {{{name}}}
+
! Skill Type:
|-
+
| {{{type}}}
|type= {{{type}}}
+
|-colspan="2" style="font-size: 12px;"
|-
+
! Damage Type:
|element= {{{element}}}
+
| {{{damage_type}}}
|-
+
|-colspan="2" style="font-size: 12px;"
|target= {{{target}}}
+
! Element(s):
|-
+
| {{{element}}}
|cast= {{{cast}}}
+
|-colspan="2" style="font-size: 12px;"
|-
+
! Target:
|cooldown= {{{cooldown}}}
+
| {{{target}}}
|-
+
|-colspan="2" style="font-size: 12px;"
|duration= {{{duration}}}
+
! Effect(s):
|-
+
| {{{effect}}}
|cost= {{{cost}}}
+
|-colspan="2" style="font-size: 12px;"
|-
+
! Duration:
|upkeep= {{{upkeep}}}
+
| {{{duration}}}
|}
+
|-colspan="2" style="font-size: 12px;"
 +
! Damage Modifier:
 +
| {{{damage}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Casting Time:
 +
| {{{cast}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Cooldown Time:
 +
| {{{cooldown}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Ability Cost:
 +
| {{{cost}}}
 +
|-colspan="2" style="font-size: 12px;"
 +
! Upkeep Cost:
 +
| {{{upkeep}}}
 +
|}<noinclude>
 +
==Usage==
 +
<pre>
 +
{{Ability
 +
| name=
 +
| type=
 +
| damage_type=
 +
| element=
 +
| target=
 +
| effect=
 +
| duration=
 +
| damage=
 +
| cast=
 +
| cooldown=
 +
| cost=
 +
| upkeep=
 +
}}
 +
</pre>
 +
</noinclude>

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= 
}}