Mudanças entre as edições de "Predefinição:Clear"

De Wiki Coolab
Ir para navegação Ir para pesquisar
NumBlk>Willscrlt
(Updated to match current en.wiki version)
NumBlk>Pathoschild
(simplified documentation)
Linha 1: Linha 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.

Edição das 21h56min de 6 de fevereiro de 2009


Usage

{{clear}}

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

See also