Difference between revisions of "Template:AbilityBox"

From ImperianWiki
Jump to navigation Jump to search
(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;" | {{{description|Description text}}}
| 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.
}}

Revision as of 23:07, 17 May 2013

Ability Name
Description text

Usage

{{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.
}}

Results in:

Swimming
Usage SWIM <direction>
A person who trains their body in survival methods, will learn how to

swim through the waters of Aetherius.