Template:Clear: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><!-- ############# Forces a break on floating content. ##################### --><div style="clear: {{{1|both}}}"></div></includeonly><noinclude>__NOTOC__
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>__NOTOC__[[Category:Layout Templates]][https://stepmodifications.org/forum/topic/7837-clear/ '''Forum Topic''']


== Purpose & Usage ==
== Purpose & Usage ==
Line 10: Line 10:
{{clear|left}}
{{clear|left}}
{{clear|right}}
{{clear|right}}
{{clear|both}} (<-- same as using no parameter option)
</pre>
</pre>
<!--
<!--
Line 15: Line 16:
{{TEMPLATE NAME AND ARGUMENTS}}
{{TEMPLATE NAME AND ARGUMENTS}}
-->
-->
text{{clear}}test


== See Also ==
== Related Templates ==
<!--
<!--
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]

Latest revision as of 16:10, August 2, 2021

Forum Topic

Purpose & Usage[edit source]

Performs a clear to force content to appear directly below floating content.

Examples[edit source]

Code:

{{clear}}
{{clear|left}}
{{clear|right}}
{{clear|both}} (<-- same as using no parameter option)

text

test

Related Templates[edit source]