Template:AATST: Difference between revisions
Jump to navigation
Jump to search
Gorgonzola (talk | contribs) Template for Advanced Abilities table styles. |
Gorgonzola (talk | contribs) mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
style="width:100% | {{STDT|sortable}} style="width:100%;{{{+|}}}" <noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
==Syntax== | ==Syntax== | ||
| Line 33: | Line 33: | ||
</pre> | </pre> | ||
[[Category: | [[Category:Formatting templates|Advanced Abilities Table Style Template (AATST)]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 16:57, 17 October 2014
class="sortable table" style="width:100%;"
Syntax
{{AATST}}
{{AATST|+=<styles>}}
Description
Advanced Abilities Table Style Template. Table design template for consistency and easier maintenance. Simply paste this in the beginning of your table (after the class attribute).
Parameters
- +
- Optional. Adds the given styles to the style attribute.
Examples
Basic example:
{| {{AATST}}
| 1.1 || 1.2
|-
| 2.1 || 2.2
|}
Using the '+' parameter to add another style attribute:
{| {{AATST|+=float:right;}}
| 1.1 || 1.2
|-
| 2.1 || 2.2
|}