Template:Br: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(1. no large space 2. able to clear only from left or right) |
(Usage instructions. Better than a blank page.) |
||
Line 1: | Line 1: | ||
<div style="clear:{{{1|both}}}"></div> | <div style="clear:{{{1|both}}}"></div> | ||
<noinclude> | |||
Used to give space to sections if they have a spacing issue. Usage below: | |||
*<code><nowiki>{{br}}</nowiki></code> gives space to a section | |||
*<code><nowiki>{{br|right}}</nowiki></code> gives space to right side of a section | |||
*<code><nowiki>{{br|left}}</nowiki></code> gives space to left side of a section (ideal when headers clash with infoboxes) | |||
If spacing is needed above [[MarioWiki:Navigation Templates|navigation templates]], then please use <code><nowiki>{{BoxTop}}</nowiki></code> instead. |
Revision as of 02:32, June 7, 2012
Used to give space to sections if they have a spacing issue. Usage below:
{{br}}
gives space to a section{{br|right}}
gives space to right side of a section{{br|left}}
gives space to left side of a section (ideal when headers clash with infoboxes)
If spacing is needed above navigation templates, then please use {{BoxTop}}
instead.