|
|
(7 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {| width=70% cellspacing=0 | | {| class="wikitable" style="font-weight:bold; text-align:right;" |
| | style="background-color: #738293; font-family: Verdana; font-size: 150%; padding: 4px 7px 4px 7px; border-top: 1px solid #435263;" | {{{skillname|Needs "skillname"!}}}
| | |- style="font-weight:normal; text-align:left;" |
| {{#if:{{{syntax|}}}|
| | ! colspan="2" style="font-size:16px; text-align:left;" | {{{skillname}}} |
| |-
| | |- |
| | style="background-color: #1c1c1c; background: -moz-linear-gradient(top, #1c1c1c 0%, #000000 10%, #000000 100%); background: -webkit-linear-gradient(top, #1c1c1c 0%,#000000 10%,#000000 100%); background: -o-linear-gradient(top, #1c1c1c 0%,#000000 10%,#000000 100%); background: -ms-linear-gradient(top, #1c1c1c 0%,#000000 10%,#000000 100%); font-family: Courier New; font-size: 11px; color: #7f7f7f; text-shadow: 1px 1px 1px #111; padding-left: 8px; border-top: 1px solid #333; border-bottom: 1px solid #777;" | {{{syntax}}}
| | | Syntax: |
| }}
| | | style="font-weight:normal; text-align:left;" | {{{syntax}}} |
| |-
| | |- |
| | 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"!}}}
| | | Description: |
| |}<noinclude>
| | | style="font-weight:normal; text-align:left;" | {{{description}}} |
| | |} |
| | <noinclude> |
|
| |
|
| ---- | | ---- |
|
| |
|
| '''Work-in-progress!''' Generic pretty template to showcase the use of AB abilities. | | '''How to use the AB template:''' |
| | |
| | The syntax is very simple, and can be written similarly to a table: |
| | <pre>{{AB |
| | |skillname = Name goes here |
| | |syntax = DO A SKILL TO <target> |
| | |description = This skill will instantly send Lin 300 credits without confirmation. |
| | }}</pre> |
| | |
| | Not all skills feature syntaxes (passives, for instance). If this is the case, omit the "syntax" line entirely: |
| | <pre>{{AB |
| | |skillname = Name goes here |
| | |description = This skill will instantly send Lin like 288 credits without confirmation every second. |
| | }}</pre> |
|
| |
|
| [[Category:Templates]]</noinclude> | | [[Category:Templates]]</noinclude> |