Difference between revisions of "Template:Clear"

MyWikiBiz, Author Your Legacy — Monday May 06, 2024
Jump to navigationJump to search
 
m (Protected "Template:Clear" [edit=sysop:move=sysop])
(No difference)

Revision as of 23:15, 20 December 2006

Padlock.svg This high-risk template has been protected from editing to prevent vandalism. Please discuss changes on the talk page. You may use {{editprotected}} on the talk page to ask for an administrator to make an edit for you.
This template documentation is transcluded from Template:Clear/doc [edit]

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

Documentation

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

Usage

{{subst:Clear}}

The template may also be transcluded, but as the markup provided is unlikely to change or improve, there is little justification for transclusion overhead.

Example without the {clear} template

Template:Lorem

New section

See how this section starts at the right of the image, with the line actually overlapping the image

Example with the {clear} template

Template:Lorem {{clear}}

New section

See how this looks much better?

How it works

This is what {{clear}} actually does, ignore the <noinclude> stuff shown by {{msgnw:clear}}:

<div style="clear: both"></div><noinclude>{{protected template}}{{/doc}}</noinclude>

See also

Discussion

The fine points of {{clear}} vs. {{-}} are discussed in Template talk:-.