Template:Clear: Difference between revisions

From Step Mods | Change The Game
(Created page with "<br style="clear: both; height: 0px;" /><noinclude> Invisible break that forces following content to after the bottom of all floating boxes.</noinclude>")
 
mNo edit summary
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<br style="clear: both; height: 0px;" /><noinclude>
<includeonly><div style="clear:{{{1|both}}};"></div></includeonly><noinclude>__NOTOC__[[Category:Layout Templates]][https://stepmodifications.org/forum/topic/7837-clear/ '''Forum Topic''']
Invisible break that forces following content to after the bottom of all floating boxes.</noinclude>
 
== Purpose & Usage ==
Performs a clear to force content to appear directly below floating content.
 
== Examples ==
'''Code:'''
<pre>
{{clear}}
{{clear|left}}
{{clear|right}}
{{clear|both}} (<-- same as using no parameter option)
</pre>
<!--
'''Result:'''
{{TEMPLATE NAME AND ARGUMENTS}}
-->
text{{clear}}test
 
== Related Templates ==
<!--
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
-->
 
 
</noinclude>

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]