Template:FullWidthRow: Difference between revisions
From 20R1
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
|- | |- | ||
{{!}} style="width:100%; background-color:{{{bg|{{{background|transparent}}}}}}; padding:{{{padding|20px}}} 10px; border:none;" {{!}} | |||
{{!}} style="width:100%; background-color:{{{ | <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> | |||
Latest revision as of 01:42, 27 April 2026
Usage
|- | style="width:100%; background-color:#f9f9f9; padding:25px 10px; border:none;" |
Your content here. Text will never exceed 800px wide. Images should be limited to 800px.
