Difference between revisions of "Template:PowerBlock Line"
From Paragon Wiki Archive
(Created page with "| style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; {{#if:{{{first|}}}|border-top: 1px solid #aaaaaa;}} vertical-align:top;" | {{{header|}}} | style="padding: 0 0....") |
|||
Line 1: | Line 1: | ||
− | | style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; {{#if:{{{first|}}}|border-top: 1px solid #aaaaaa;}} vertical-align:top;" | {{{header|}}} | + | | style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; {{#if:{{{first|}}}|border-top: 1px solid #aaaaaa;|}} vertical-align:top;" | {{{header|}}} |
| style="padding: 0 0.5em; border-top: 1px solid #aaaaaa; width:26em;" | {{{text|}}} | | style="padding: 0 0.5em; border-top: 1px solid #aaaaaa; width:26em;" | {{{text|}}} | ||
|-<noinclude>[[Category:PowerBlock Templates|Line]]{{documentation|content= | |-<noinclude>[[Category:PowerBlock Templates|Line]]{{documentation|content= | ||
Backbone template for PowerBlock templates to consolidate formatting in one place. | Backbone template for PowerBlock templates to consolidate formatting in one place. | ||
==Usage== | ==Usage== | ||
− | + | <pre> {{PowerBlock Start}} | |
− | + | ||
{{PowerBlock Line|first=1|header='''Header'''|text=Text}} | {{PowerBlock Line|first=1|header='''Header'''|text=Text}} | ||
− | {{PowerBlock End}} | + | {{PowerBlock Line|header=Header|text=Text}} |
+ | {{PowerBlock Line|text=Text}} | ||
+ | {{PowerBlock End}}</pre> | ||
{{PowerBlock Start}} | {{PowerBlock Start}} | ||
{{PowerBlock Line|first=1|header='''Header'''|text=Text}} | {{PowerBlock Line|first=1|header='''Header'''|text=Text}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{PowerBlock Line|header=Header|text=Text}} | {{PowerBlock Line|header=Header|text=Text}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{PowerBlock Line|text=Text}} | {{PowerBlock Line|text=Text}} | ||
{{PowerBlock End}} | {{PowerBlock End}} | ||
}}</noinclude> | }}</noinclude> |
Revision as of 19:43, 13 August 2011
| style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; vertical-align:top;" | | style="padding: 0 0.5em; border-top: 1px solid #aaaaaa; width:26em;" |
|- Documentation
Backbone template for PowerBlock templates to consolidate formatting in one place.
Usage
{{PowerBlock Start}} {{PowerBlock Line|first=1|header='''Header'''|text=Text}} {{PowerBlock Line|header=Header|text=Text}} {{PowerBlock Line|text=Text}} {{PowerBlock End}}
Header | Text |
Header | Text |
Text |