Template:FullWidthRow: Difference between revisions
From 20R1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{!}} style="width:100%; background-color:{{{bg|{{{background|transparent}}}}}}; padding:{{{padding|20px}}} 10px; border-top:{{{topborder|none}}}; border-bottom:{{{bottomborder|none}}};" {{!}} | |||
<div style="max-width:800px; margin:0 auto; text-align:{{{align|left}}};"> | |||
{{{content|{{{1|}}}}}} | |||
</div></includeonly><noinclude> | |||
== Usage == | |||
|- | |- | ||
{{ | {{FullWidthRow | ||
|content=Your content here. Text will never exceed 800px wide. Images should be limited to 800px. | |||
| | |bg=#f9f9f9 | ||
|align=center | |||
|padding=25px | |||
|topborder=1px solid #aaa | |||
|bottomborder=2px solid #036 | |||
}} | }} | ||
</noinclude> | |||
Revision as of 22:47, 26 April 2026
Usage
|-
| style="width:100%; background-color:#f9f9f9; padding:25px 10px; border-top:1px solid #aaa; border-bottom:2px solid #036;" |
Your content here. Text will never exceed 800px wide. Images should be limited to 800px.
