Template:Clear

This template adds <div style="clear:both;"></div>.

The nameless first parameter is optional; if specified, it should either be left or right. If it is set to left, then the template will add

<div style="clear:left;"></div>

Similarly, setting the first parameter to right will add:

<div style="clear:right;"></div>