Template:Clear/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Undid revision 464924217 by Mitmaro (talk) Opps, sorry)
No edit summary
Line 5: Line 5:
for technical XHTML details, see [[Template talk:Clear]].
for technical XHTML details, see [[Template talk:Clear]].


== Documentation ==
{{tlx|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==
  <nowiki>{{Clear}}</nowiki>
  <nowiki>{{Clear}}</nowiki>
  <nowiki>{{Clear|left}}</nowiki>
  <nowiki>{{Clear|left}}</nowiki>
  <nowiki>{{Clear|right}}</nowiki>
  <nowiki>{{Clear|right}}</nowiki>


The template may also be [[Wikipedia:Template substitution|substituted]], but as the markup provided will be confusing to many editors, and this template provides documentation for itself, there is little justification for substitution.
The template should not be [[Wikipedia:Template substitution|substituted]], as the markup provided will be confusing to many editors, and this template provides documentation for itself, there is little justification for substitution.


== Example without the {{tnull|clear}} template==
===Example without the {{tnull|Clear}} template===
[[Image:HeidelbergTun.jpg|200px|left]]
[[Image:HeidelbergTun.jpg|200px|left]]
{{lorem}}
{{Lorem}}
=== New section ===
====New section====
See how this section starts at the right of the image?
See how this section starts at the right of the image?


<div style="clear:both;"></div> <!-- a genuine use of the template! -->
{{Clear}}


== Example with the {{tnull|clear}} template ==
===Example with the {{tnull|Clear}} template===
[[Image:HeidelbergTun.jpg|200px|left]]
[[Image:HeidelbergTun.jpg|200px|left]]
{{lorem}}
{{Lorem}}
'''{{tnull|clear}}'''
'''{{Tnull|Clear}}'''
<div style="clear:both;"></div>
{{Clear}}
 
=== New section ===
=== New section ===
See how this section appears below the image?
See how this section appears below the image?


== See also ==
== See also ==
* {{Lts|clearleft}} delays content until left column is complete.
* {{Lts|Clear left}} delays content until left column is complete.
* {{Lts|clearright}} delays content until right column is complete.
* {{Lts|Clear right}} delays content until right column is complete.
* {{Lts|-}} is similar, but technically different.
* {{Lts|-}} is similar, but technically different.
*: ''The fine points of {{Tl|clear}} vs. {{Tl|-}} are discussed in [[Template talk:-#- versus clear|Template talk:-]].''
*: ''The fine points of {{Tl|Clear}} vs. {{Tl|-}} are discussed in [[Template talk:-#- versus clear|Template talk:-]].''


<includeonly>
<includeonly>

Revision as of 18:00, 29 January 2012


This template adds <div style="clear:both;"></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}}

The template should not be substituted, as the markup provided will be confusing to many editors, and this template provides documentation for itself, there is little justification for substitution.

Example without the {{clear}} template

HeidelbergTun.jpg

Template:Lorem

New section

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

Example with the {{clear}} template

HeidelbergTun.jpg

Template:Lorem {{clear}}

New section

See how this section appears below the image?

See also