171
edits
(Created page with '{| class="prettytable" style="text-align: center;" |- ! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}} |- !{{#if:{{{syntax|}}}|Syntax|}} |{{#if:{{{syntax|}}}|<cod…') |
m |
||
Line 3: | Line 3: | ||
! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}} | ! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}} | ||
|- | |- | ||
!{{#if:{{{syntax|}}}|Syntax|}} | !{{#if:{{{syntax|}}}|Syntax|}}{{#if:{{{usage|}}}|Usage|}} | ||
|{{#if:{{{syntax|}}}|<code>{{{syntax|}}}</code>|}} | |{{#if:{{{syntax|}}}|<code>{{{syntax|}}}</code>|}}{{#if:{{{usage|}}}|{{{usage|}}}|}} | ||
|- | |- | ||
!{{#if:{{{requires|}}}|Requires|}} | !{{#if:{{{requires|}}}|Requires|}} | ||
|{{#if:{{{requires|}}}|{{{requires|}}}|}} | |{{#if:{{{requires|}}}|{{{requires|}}}|}} | ||
|- | |- | ||
| colspan="2" style="text-align: left;" | {{{ | | colspan="2" style="text-align: left;" | ''{{{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. | |||
}} |
edits