Difference between revisions of "Template:PowerBlock Line"
From Paragon Wiki Archive
Line 1: | Line 1: | ||
− | | style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; {{#if:{{{ | + | | style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; {{#if:{{{top|}}}|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; {{#if:{{{top|}}}|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}} | <pre> {{PowerBlock Start}} | ||
− | {{PowerBlock Line| | + | {{PowerBlock Line|top=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}}</pre> | {{PowerBlock End}}</pre> | ||
{{PowerBlock Start}} | {{PowerBlock Start}} | ||
− | {{PowerBlock Line| | + | {{PowerBlock Line|top=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}} |
Revision as of 19:44, 13 August 2011
| style="background-color: #F4F4F4; width: 10em; padding: 0 0.5em; vertical-align:top;" | | style="padding: 0 0.5em; width:26em;" |
|- Documentation
Backbone template for PowerBlock templates to consolidate formatting in one place.
Usage
{{PowerBlock Start}} {{PowerBlock Line|top=1|header='''Header'''|text=Text}} {{PowerBlock Line|header=Header|text=Text}} {{PowerBlock Line|text=Text}} {{PowerBlock End}}
Header | Text |
Header | Text |
Text |