Template:Clear: Difference between revisions
From Step Mods | Change The Game
m (Protected "Template:Clear" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
mNo edit summary |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>__NOTOC__[[Category:Layout Templates]][https://stepmodifications.org/forum/topic/7837-clear/ '''Forum Topic'''] | ||
< | |||
== Purpose & Usage == | |||
<noinclude> | |||
Performs a clear to force content to appear directly below floating content. | Performs a clear to force content to appear directly below floating content. | ||
== Examples == | |||
'''Code:''' | |||
<pre> | <pre> | ||
{{clear}} | {{clear}} | ||
{{clear|left}} | {{clear|left}} | ||
{{clear|right}} | {{clear|right}} | ||
{{clear|both}} (<-- same as using no parameter option) | |||
</pre> | </pre> | ||
<!-- | |||
'''Result:''' | |||
{{TEMPLATE NAME AND ARGUMENTS}} | |||
--> | |||
text{{clear}}test | |||
== Related Templates == | |||
<!-- | |||
[[:RELATED TEMPLATE NAME AND ARGUMENTS]] | |||
--> | |||
</noinclude> | </noinclude> |
Latest revision as of 16:10, August 2, 2021
Purpose & Usage
Performs a clear to force content to appear directly below floating content.
Examples
Code:
{{clear}} {{clear|left}} {{clear|right}} {{clear|both}} (<-- same as using no parameter option)
text
test