Difference between revisions of "Template:Ability"
From Crystal Path
Jump to navigationJump to searchKari Inihara (talk | contribs) (Created page with '{|{{InfoBox-MainFormat}} !colspan="2" style="text-align:center; background: #F0E68C; font-size: medium;"|Ability Information |- {{InfoBox-HeadingFormat}} |name= {{{name}}} |- |ty…') |
Kari Inihara (talk | contribs) |
||
| Line 20: | Line 20: | ||
|upkeep= {{{upkeep}}} | |upkeep= {{{upkeep}}} | ||
|} | |} | ||
| + | |||
| + | <noinclude> | ||
| + | ==Usage== | ||
| + | <pre> | ||
| + | {{Ability | ||
| + | |name= {{{name}}} | ||
| + | |type= {{{type}}} | ||
| + | |element= {{{element}}} | ||
| + | |target= {{{target}}} | ||
| + | |cast= {{{cast}}} | ||
| + | |cooldown= {{{cooldown}}} | ||
| + | |duration= {{{duration}}} | ||
| + | |cost= {{{cost}}} | ||
| + | |upkeep= {{{upkeep}}} | ||
| + | }} | ||
| + | </pre> | ||
| + | </noinclude> | ||
Revision as of 16:27, 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}}}
}}