Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:SkillTableHeader"

From DFO World Wiki
Jump to: navigation, search
(Remove newline)
m (Add the ability to add to the style attribute. Remove additional newline.)
 
(11 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
This template is used as the default table header for skill tables.
 
This template is used as the default table header for skill tables.
 
<hr>
 
<hr>
</noinclude>border="0" cellpadding="2" cellspacing="1" style="background-color: #aaaaaa;"
+
{{#tag:pre|{{SkillTableHeader}}}}
 +
 
 +
Can add SOME things to the style tag through the optional parameter like so:
 +
 
 +
<pre>{{{SkillTableHeader|width:100%;}}}</pre>
 +
 
 +
which will inject:
 +
 
 +
{{#tag:pre|{{SkillTableHeader|width:100%;}} }}
 +
 
 +
[[Category:Formatting Templates]]
 +
</noinclude><includeonly>class=wikitable style="text-align:center;{{{1|}}}"</includeonly>

Latest revision as of 19:44, 21 May 2015

This template is used as the default table header for skill tables.


class=wikitable style="text-align:center;"

Can add SOME things to the style tag through the optional parameter like so:

{{{SkillTableHeader|width:100%;}}}

which will inject:

class=wikitable style="text-align:center;width:100%;"