|
|
Line 1: |
Line 1: |
| {| class="prettytable" style="text-align: center;width:600px;margin:1em;" | | {| class="wikitable" style="width:90%; margin:auto" |
| | ! colspan="2" style="text-align:left; font-size:18px" | {{{AbilityName}}} |
| |- | | |- |
| ! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}}
| | | style="width:35%; padding:15px" | '''Syntax:''' <br />{{{AbilitySyntax}}} |
| |- {{#if:{{{syntax|}}}||style="display:none;"|}}
| | | rowspan="2" style="padding:20px" | {{{AbilityDescription}}} |
| | Syntax: || {{#if:{{{syntax|}}}|{{{syntax}}}||}}
| |
| |- {{#if:{{{balancetime|}}}||style="display:none;"|}} | |
| | Balance Time: || {{#if:{{{balancetime|}}}|{{{balancetime}}}||}}
| |
| |- {{#if:{{{balancetype|}}}||style="display:none;"|}}
| |
| | Balance Type: || {{#if:{{{balancetype |}}}|{{{balancetype}}}||}}
| |
| |- | | |- |
| | colspan="2" style="text-align: left;padding-left: 1.5em;padding-right: 1.5em;font-style:italic;line-height:1.5em;" | {{{desc|Description text}}} | | | style="width:35%; padding:15px" | {{{AbilityDetails}}} |
| |} | | |} |
| <noinclude>
| |
| ==Usage==
| |
| <pre>
| |
| {{AbilityBox
| |
| |name=Swimming
| |
| |usage=SWIM <direction>
| |
| |desc=A person who trains their body in survival methods, will learn how to swim through the waters of Aetherius.
| |
| }}
| |
| </pre>
| |
| Results in:
| |
| {{AbilityBox
| |
| |name=Swimming
| |
| |usage=SWIM <direction>
| |
| |desc=A person who trains their body in survival methods, will learn how to swim through the waters of Aetherius.
| |
| }}
| |