Template:Clear/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(+ template from template page)
(fix use of single brackets, use tnull instead, rem ove redundant section)
Line 6: Line 6:


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


===Usage===
===Usage===
Line 13: Line 13:
The template may also be transcluded, but as the markup provided is unlikely to change or improve,there is little justification for transclusion overhead.
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==
== Example without the {{tnull|clear}}template==
[[Image:HeidelbergTun.jpg|200px|left]]
[[Image:HeidelbergTun.jpg|200px|left]]
{{lorem}}
{{lorem}}
Line 20: Line 20:


<div style="clear:both;"></div> <!-- a genuine use of the template! -->
<div style="clear:both;"></div> <!-- a genuine use of the template! -->
== Example with the {clear} template ==
== Example with the {{tnull|clear}}template ==
[[Image:HeidelbergTun.jpg|200px|left]]
[[Image:HeidelbergTun.jpg|200px|left]]
{{lorem}}
{{lorem}}
'''<nowiki>{{clear}}</nowiki>'''
'''{{tnull|clear}}'''
<div style="clear:both;"></div>
<div style="clear:both;"></div>
== New section ==
== New section ==
See how this looks much better?
See how this looks much better?
== How it works ==
This is what {{Tl|clear}} actually does, ignore the <tt>&lt;noinclude&gt;</tt> stuff shown by <nowiki>{{msgnw:clear}}</nowiki>:
<tt>{{msgnw:clear}}</tt>


== See also ==
== See also ==

Revision as of 03:29, 3 October 2007


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?

See also