Template:Clear: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
soyjak>Cheeselord
(Copy wikipedia's implementation)
soyjak>Cheeselord
No edit summary
Line 2: Line 2:
==Usage==
==Usage==
<pre>
<pre>
     {{clear}} — adds <div style="clear:both;"></div>
     {{Clear}} — adds <div style="clear:both;"></div>
     {{clear|left}} — adds <div style="clear:left;"></div>
     {{Clear|left}} — adds <div style="clear:left;"></div>
     {{clear|right}} — adds <div style="clear:right;"></div>
     {{Clear|right}} — adds <div style="clear:right;"></div>
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 02:22, 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>