Template:Br

From Kolapedia, the Carriesoft encyclopedia
Revision as of 01:41, March 26, 2025 by The63KunGuy (talk | contribs) (Created page with "{{#if:{{{toc|}}}|__TOC__}}<div {{#switch:{{{wide}}}|0|no|false=class="nowide"}} style="clear:{{{1|both}}}"></div><noinclude> Used to push any content that follows the template below floating elements. Usage below: *<code><nowiki>{{br|left}}</nowiki></code> pushes subsequent content below left-floated elements *<code><nowiki>{{br|right}}</nowiki></code> pushes subsequent content below right-floated elements *<code><nowiki>{{br}}</nowiki></code> pushes subsequent content...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Used to push any content that follows the template below floating elements. Usage below:

  • {{br|left}} pushes subsequent content below left-floated elements
  • {{br|right}} pushes subsequent content below right-floated elements
  • {{br}} pushes subsequent content below both left and right floated elements
  • {{br|toc=1}} places the table of contents before the clear so that it's not pushed down
  • {{br|wide=0}} does not apply the break to wide displays, only narrow ones