Template:AbilityBox: Difference between revisions

From ImperianWiki
Jump to navigation Jump to search
(I have no idea what I'm doing. Added balancetime and balancetype (I think))
mNo edit summary
 
(12 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>
| 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}}}
|-
!{{#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}}}
|}
|}
<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.
}}

Latest revision as of 12:53, 16 January 2019

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

{{{AbilityChangelog}}}