Difference between revisions of "Template:Clear"

From RobotX
Jump to navigation Jump to search
Wikimedia Commons>Sreejithk2000
m (1 revision from en:Template:Clear)
 
m (1 revision imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="clear:{{{1|both}}};"></div><noinclude>
+
<div style="clear: {{{1|both}}};"></div><noinclude>
{{documentation}}
+
{{Documentation}}</noinclude>
</noinclude>
 

Latest revision as of 21:04, 21 December 2019

Template documentation[view] [edit] [history] [purge]

Shorthand for <div style="clear: both;"></div>.


Clear floating block-level elements without line break

Template parameters

ParameterDescriptionTypeStatus
clear1

CSS clear: left, right, both, none

Default
both
Stringoptional