trusted-editors
9,522
edits
Please create an account or Login! Have fun!
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="clear:{{#if:{{{1|}}}|{{{1}}}|both}};"></div><noinclude> | <div style="clear:{{#if:{{{1|}}}|{{{1}}}|both}};"></div> | ||
< | <noinclude>This template adds <tt><div style="clear:both;"></div></tt>. | ||
The nameless first parameter is optional; if specified, it should either be <tt>left</tt> or <tt>right</tt>. If it is set to <tt>left</tt>, then the template will add | |||
<pre> | |||
<div style="clear:left;"></div> | |||
</pre> | |||
Similarly, setting the first parameter to <tt>right</tt> will add: | |||
<pre> | |||
<div style="clear:right;"></div> | |||
</pre> | |||
[[Category:Formatting templates]] | |||
</noinclude> |