Difference between revisions of "Template:Clear"

From Forge Community Wiki
imported>Willscrlt
(Updated to match current en.wiki version)
imported>Pathoschild
(simplified documentation)
Line 1: Line 1:
 
<div style="clear:both;"></div><noinclude>
 
<div style="clear:both;"></div><noinclude>
 +
==Usage==
 +
<pre>{{clear}}</pre>
  
----
+
This template adds a break, pushing following content to the next line below nearby floating images or templates.
This template outputs <code>&lt;div style="clear:both;"&gt;&lt;/div&gt;</code>, which causes a break to be added between two objects. If there is an image, infobox, or other item floating to the left of the right, the break will extend to the bottom of the floated item. In other words, it will expand until the space is clear on both the left and the right.
 
  
 
+
==See also==
== See also ==
 
 
* {{tl|clearleft}} delays content until left column is complete.
 
* {{tl|clearleft}} delays content until left column is complete.
 
* {{tl|clearright}} delays content until right column is complete.
 
* {{tl|clearright}} delays content until right column is complete.

Revision as of 21:56, 6 February 2009

Usage

{{clear}}

This template adds a break, pushing following content to the next line below nearby floating images or templates.

See also