Template:Clear
Jump to navigation
Jump to search
This template adds
<div style="clear:both;"></div>or<div style="clear:left;"></div>or<div style="clear:right;"></div>
as a break, pushing following content to the next line below nearby floating images or templates.
Usage
{{clear}}
{{clear|left}}
{{clear|right}}
See also
- {{clearleft}} delays content until left column is complete.
- {{clearright}} delays content until right column is complete.
- {{-}} is similar, but has visible line break.
- {{clear2}} can be used for floating elements.
TemplateData
Adds a break, pushing following content to the next line below nearby floating images or templates.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| side | 1 | either <tt>left</tt> or <tt>right</tt>, to replace the default <tt>both</tt>.
| String | optional |