Difference between revisions of "Template:AB"

From AetoliaWiki
Jump to navigation Jump to search
m (Prettification)
Line 1: Line 1:
{| width=70% cellspacing=0 class="rounded"
{| width=70% cellspacing=0 class="rounded"
  | style="background-color: #738293; font-family: Verdana; font-size: 150%; padding: 4px 7px 4px 7px; border-top: 1px solid #435263;" id="{{{skillname}}}" | {{{skillname|Needs "skillname"!}}}
  | style="text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); background-color: #738293; font-family: Verdana; font-size: 150%; padding: 4px 7px 4px 7px; border-top: 1px solid #435263; border-bottom: 1px solid #627182; border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px;" id="{{{skillname}}}" | Name: <span style="color: #d0d8df;">{{{skillname|Needs "skillname"!}}}</span>
{{#if:{{{syntax|}}}|
{{#if:{{{syntax|}}}|
  {{!}}-
  {{!}}-
Line 6: Line 6:
}}
}}
  |-
  |-
  | style="background: #b3c2d3; background: -moz-linear-gradient(top,  #b3c2d3 0%, #ffffff 100%); background: -webkit-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); background: -o-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); background: -ms-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); padding: 4px 7px 4px 7px; color: #40484f; font-weight: bold;" | {{{description|Needs "description"!}}}
  | style="background: #b3c2d3; background: -moz-linear-gradient(top,  #b3c2d3 0%, #ffffff 100%); background: -webkit-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); background: -o-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); background: -ms-linear-gradient(top,  #b3c2d3 0%,#ffffff 100%); padding: 4px 7px 4px 7px; color: #40484f; font-weight: bold; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-left-radius: 5px; -moz-border-bottom-right-radius: 5px;" | {{{description|Needs "description"!}}}
  |}<noinclude>
  |}<noinclude>



Revision as of 01:28, 27 April 2012

Name: Needs "skillname"!
Needs "description"!

How to use the AB template:

The syntax is very simple, and can be written similarly to a table:

{{AB
|skillname = Name goes here
|syntax = DO A SKILL TO <target>
|description = This skill will instantly send Lin 300 credits without confirmation.
}}

Not all skills feature syntaxes (passives, for instance). If this is the case, omit the "syntax" line entirely:

{{AB
|skillname = Name goes here
|description = This skill will instantly send Lin like 288 credits without confirmation every second.
}}