Template:Br: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
<div style="clear:{{{1|both}}}"></div><noinclude>Used to give space to sections if they have a spacing issue. Usage below:
<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}}</nowiki></code> gives space to a section
*<code><nowiki>{{br|right}}</nowiki></code> gives space to right side of 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)
*<code><nowiki>{{br|left}}</nowiki></code> gives space to left side of a section (ideal when headers clash with infoboxes)
 
</noinclude>
If spacing is needed above [[MarioWiki:Navigation templates|navigation templates]], then please use <code><nowiki>{{BoxTop}}</nowiki></code> instead.
[[Category:Formatting templates]]</noinclude>

Revision as of 09:17, May 3, 2017

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)