Template:Clear/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(bg:)
m ({{documentation}})
Line 1: Line 1:
<includeonly>{{template doc page transcluded}}</includeonly>
{{documentation}}
<noinclude>{{template doc page viewed directly}}</noinclude>
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->This template adds <tt>&lt;div style="clear:both;"&gt;&lt;/div&gt;</tt>;
This template adds <tt>&lt;div style="clear:both;"&gt;&lt;/div&gt;</tt>;
for technical XHTML details, see [[Template talk:Clear]].
for technical XHTML details, see [[Template talk:Clear]].



Revision as of 14:46, 2 October 2007

[create] Template documentation

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

HeidelbergTun.jpg

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

HeidelbergTun.jpg

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:{{{1|both}}};"></div><noinclude>{{doc}}</noinclude>

See also