Difference between revisions of "Template:Power"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m (description text) |
Explorer09 (Talk | contribs) (use nested tables; obsolete "columns" parameter) |
||
Line 1: | Line 1: | ||
− | <includeonly>{| class="infobox | + | <includeonly>{| class="infobox" style="width: {{{width|{{{1|22em}}}}}}; font-size: 90%;" |
|- | |- | ||
− | + | | | |
+ | {| width="100%" | ||
+ | |+ style="font-size: 150%; font-weight: bold;" | Power settings</includeonly><noinclude>The header of the power settings infobox. Must use together with <nowiki>{{</nowiki>[[Template:Power-end|Power-end]]<nowiki>}}</nowiki>. | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
== Usage == | == Usage == | ||
− | <pre><nowiki>{{Power | + | <pre><nowiki>{{Power|width}} |
|- | |- | ||
− | ! th !! th !! ... | + | ! th !! th !! th !! ... |
|- | |- | ||
− | | td || td || ... | + | | td || td || td || ... |
− | {{Power-end | + | {{Power-end|footer text}}</nowiki></pre> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Example == | == Example == | ||
− | <pre><nowiki>{{Power | + | <pre><nowiki>{{Power|22em}} |
|- | |- | ||
− | ! th !! th !! ... | + | ! th !! th !! th !! ... |
|- | |- | ||
− | | td || td || ... | + | | td || td || td || ... |
− | {{Power-end | + | {{Power-end|Width and footer text are optional.}}</nowiki></pre> |
− | {{Power | + | {{Power|22em}} |
|- | |- | ||
! th !! th !! ... | ! th !! th !! ... | ||
|- | |- | ||
| td || td || ... | | td || td || ... | ||
− | {{Power-end | + | {{Power-end|Width and footer text are optional.}}</noinclude> |
Revision as of 14:31, 3 August 2009
The header of the power settings infobox. Must use together with {{Power-end}}.
Usage
{{Power|width}} |- ! th !! th !! th !! ... |- | td || td || td || ... {{Power-end|footer text}}
Example
{{Power|22em}} |- ! th !! th !! th !! ... |- | td || td || td || ... {{Power-end|Width and footer text are optional.}}
| ||||||
Width and footer text are optional. |