|
|
(15 intermediate revisions by 5 users not shown) |
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 /><code>{{{AbilitySyntax}}}</code> |
| | | rowspan="2" style="padding:15px" | {{{AbilityDescription}}} |
| |- | | |- |
| !{{#if:{{{syntax|}}}|Syntax|}}{{#if:{{{usage|}}}|Usage|}}
| | | style="width:35%; padding:15px" | {{{AbilityDetails}}} |
| |{{#if:{{{syntax|}}}|<code>{{{syntax|}}}</code>|}}{{#if:{{{usage|}}}|{{{usage|}}}|}}
| |
| |- | | |- |
| !{{#if:{{{requires|}}}|Requires|}}
| | | colspan="2" style="padding:15px" | '''Changelog:''' |
| |{{#if:{{{requires|}}}|{{{requires|}}}|}}
| | {{{AbilityChangelog}}} |
| |-
| |
| | colspan="2" style="text-align: left;padding-left: 1.5em;padding-right: 1.5em;font-size:90%;" | {{{desc|Description text}}} | |
| |} | | |} |
| <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.
| |
| }}
| |