Template:Clear/doc
Appearance
Template:Clear/doc - Documentation
The Clear template is used to insert one of the following HTML elements:
<div style="clear: all;"></div>({{{clear}}})<div style="clear: right;"></div>({{{clear|right}}})<div style="clear: left;"></div>({{{clear|left}}})
based on the argument provided to the template.
The HTML elements are used to make following content wait until the previous content is completed in the right or left columns, or all columns.