Template:Clear: Difference between revisions
From Screamer Wiki
m (Protected "Template:Clear" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
soyjak>Cheeselord (Copy wikipedia's implementation) |
||
Line 1: | Line 1: | ||
<div style="clear:{{{1|both}}};"></div><noinclude> | <div style="clear:{{{1|both}}};"></div><noinclude> | ||
{{ | ==Usage== | ||
<pre> | |||
{{clear}} — adds <div style="clear:both;"></div> | |||
{{clear|left}} — adds <div style="clear:left;"></div> | |||
{{clear|right}} — adds <div style="clear:right;"></div> | |||
</pre> | |||
</noinclude> | </noinclude> |
Revision as of 02:16, 18 January 2023
Usage
{{clear}} — adds <div style="clear:both;"></div> {{clear|left}} — adds <div style="clear:left;"></div> {{clear|right}} — adds <div style="clear:right;"></div>