Difference between revisions of "Template:Clear"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (5 revisions from meta:Template:Clear)
(Revert to revision 459275004 dated 2011-11-06 11:02:10 by Edokter using popups)
Line 1: Line 1:
<div style="clear:both;"></div><noinclude>
+
<div style="clear:{{{1|both}}};"></div><noinclude>
==Usage==
+
{{documentation}}
<pre>{{clear}}</pre>
 
 
 
This template adds a break, pushing following content to the next line below nearby floating images or templates.
 
 
 
==See also==
 
* {{tl|clearleft}} delays content until left column is complete.
 
* {{tl|clearright}} delays content until right column is complete.
 
* {{tl|-}} is similar, but technically different.
 
*: ''The finer points of {{Tl|clear}} vs. {{Tl|-}} are discussed in [[w:Template talk:-#- versus clear|w:Template talk:-]] and [[w:Template talk:Clear]].''
 
 
 
 
 
[[Category:Typing-aid templates|{{PAGENAME}}]]
 
[[Category:Formatting templates|{{PAGENAME}}]]
 
 
</noinclude>
 
</noinclude>

Revision as of 18:47, 1 June 2013

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

This template adds <div style="clear:both;"></div>, <div style="clear:left;"></div>, or <div style="clear:right;"></div>; for technical XHTML details, see Template talk:Clear.

{{clear}}: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images.

Usage

{{clear}}
{{clear|left}}
{{clear|right}}

Example without {{clear}}

HeidelbergTun.jpg

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

New section without template

See how this section starts at the right of the image?

Example that uses {{clear}}

HeidelbergTun.jpg

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{clear}}

New section with template

See how this section appears below the image?

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Clear

Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images, so text will appear on a full width line under the image.

Template parameters

ParameterDescriptionTypeStatus
side1

can be 'right' or 'left' so content is delayed until just the right or left column is complete. The default clears both columns.

Default
empty
Example
empty
Auto value
empty
Stringoptional

See also