Difference between revisions of "Template:AbilityBox"

From ImperianWiki
Jump to navigation Jump to search
(I have no idea what I'm doing. Added balancetime and balancetype (I think))
Line 2: Line 2:
|-
|-
! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}}
! colspan="2" style="font-size: 120%;" | {{{name|Ability Name}}}
|-
|- {{#if:{{{balancetime|}}}||style="display:none;"|}}
!{{#if:{{{syntax|}}}|Syntax|}}{{#if:{{{usage|}}}|Usage|}}
| class="CharacterDetailsLabel" style="font-weight: 600;font-style:italic;vertical-align:top;" | Balance Time: || {{#if:{{{balancetime|}}}|{{{balancetime}}}||}}
|{{#if:{{{syntax|}}}|<code>{{{syntax|}}}</code>|}}{{#if:{{{usage|}}}|{{{usage|}}}|}}
|-
!{{#if:{{{requires|}}}|Requires|}}
|{{#if:{{{requires|}}}|{{{requires|}}}|}}
|-
!{{#if:{{{balancetime|}}}|Balance Time|}}
|{{#if:{{{balancetime|}}}|{{{balancetime|}}}|}}
|-
!{{#if:{{{balancetype|}}}|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}}}
| colspan="2" style="text-align: left;padding-left: 1.5em;padding-right: 1.5em;font-style:italic;line-height:1.5em;" | {{{desc|Description text}}}
Line 30: Line 20:
|name=Swimming
|name=Swimming
|usage=SWIM <direction>
|usage=SWIM <direction>
|desc=A person who trains their body in survival methods, will learn how to
|desc=A person who trains their body in survival methods, will learn how to swim through the waters of Aetherius.
swim through the waters of Aetherius.
}}
}}

Revision as of 04:49, 10 April 2014

Ability Name
Balance Time:
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
Balance Time:
A person who trains their body in survival methods, will learn how to swim through the waters of Aetherius.