Difference between revisions of "Template:AbilityBox"

From ImperianWiki
Jump to navigation Jump to search
m
 
(10 intermediate revisions by 3 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>
|- {{#if:{{{balancetime|}}}||style="display:none;"|}}
| rowspan="2" style="padding:15px" | {{{AbilityDescription}}}
| | Balance Time: || {{#if:{{{balancetime|}}}|{{{balancetime}}}||}}
|-
|-
| 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}}}
|-
| colspan="2" style="padding:15px" | '''Changelog:'''
{{{AbilityChangelog}}}
|}
|}
<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>
|balancetime = 4.0
|desc=A person who trains their body in survival methods, will learn how to swim through the waters of Aetherius.
}}

Latest revision as of 12:53, 16 January 2019

{{{AbilityName}}}
Syntax:
{{{AbilitySyntax}}}
{{{AbilityDescription}}}
{{{AbilityDetails}}}
Changelog:

{{{AbilityChangelog}}}