Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

Template:Clear: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Pmb1226 (talk | contribs)
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>
{{documentation}}
==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>