Template:-/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add border around floating tables so they can be seen and move explanation text to within each section)
(Replaced content with 'Tim Atos')
Line 1: Line 1:
{{documentation subpage}}
Tim Atos
 
Use {{tl|{{BASEPAGENAME}}}} after any floating elements and before elements you do not wish to float together with the first set.
 
== Details ==
{{[[template:-|-]]}} contains the markup:
<pre>
<br clear="all" />
</pre>
This causes any previously-established float to clear.
 
The unusual name of this template is a [[mnemonic]] for an imaginary horizontal line, which separates floating elements above from those below. Some editors prefer the mnemonic {{tl|clr}} ("clear"), which simply redirects here.
 
== Examples==
{{Wrapper}} border=1
| align="center" | {{Lts|Wrapper}}
|-
| starts a table floating right e.g. for an<br />infobox next to the ToC. For better<br />examples check out the links. Please<br />add missing <tt><nowiki>{{-}}</nowiki></tt> where necessary.<br />&#160;<br />This ugly table is only a quick example.
|}
=== First ===
In the first example <tt><nowiki>{{-}}</nowiki></tt> after the word ''browser'' guarantees that the table doesn't float into the second example.
* Cute, but less funny if it ''overlaps'' the next table or section, causing horizontal scrolling or worse depending on the browser.{{-}}
{{Wrapper}} border=1
| align="center" | {{Lts|Wrapper}}
|-
| starts a table floating right e.g. for an<br />infobox next to the ToC. For better<br />examples check out the links. Please<br />add missing <tt><nowiki>{{-}}</nowiki></tt> where necessary.<br />&#160;<br />This ugly table is only a quick example.
|}
----
=== Second ===
In the second example the position of <tt><nowiki>{{-}}</nowiki></tt> is after the word ''but''. Note that it doesn't affect the
left margin of the bullet '''*''' list, because it's used inside of it.
* Cute, but{{-}}less funny if it ''overlaps'' the next table or section, causing horizontal scrolling or worse depending on the browser.
{{Wrapper}} border=1
| align="center" | {{Lts|Wrapper}}
|-
| starts a table floating right e.g. for an<br />infobox next to the ToC. For better<br />examples check out the links. Please<br />add missing <tt><nowiki>{{-}}</nowiki></tt> where necessary.<br />&#160;<br />This ugly table is only a quick example.
|}
----
=== Third ===
The third example has a new line after the word ''but'' and <tt><nowiki>{{-}}</nowiki></tt> after the word ''browser''.
* Cute, but
less funny if it ''overlaps'' the next table or section, causing horizontal scrolling or worse depending on the browser.{{-}}
{{Wrapper}} border=1
| align="center" | {{Lts|Wrapper}}
|-
| starts a table floating right e.g. for an<br />infobox next to the ToC. For better<br />examples check out the links. Please<br />add missing <tt><nowiki>{{-}}</nowiki></tt> where necessary.<br />&#160;<br />This ugly table is only a quick example.
|}
----
=== Fourth ===
The fourth example has <tt><nowiki>{{-}}</nowiki></tt> and a new line after the word ''but''.
* Cute, but{{-}}
less funny if it ''overlaps'' the next table or section, causing horizontal scrolling or worse depending on the browser.
 
== See also ==
 
* {{Lts|clearleft}}: Delays content until left column is complete.
* {{Lts|clearright}}: Delays content until right column is complete.
* {{Lts|-}}
* {{Ltsmeta|-}}
* {{Lts|clear}}
* {{tl|-•}} - Creates a line break, bullet and non-breaking space. Equivalent to the HTML markup: <code><nowiki><br/>&amp;bull;&amp;nbsp;</nowiki></code>.
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
 
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[ar:قالب:-]]
[[bs:template:-]]
[[ca:template:-]]
[[da:template:-]]
[[de:Vorlage:-]]
[[dsb:Pśedłoga:-]]
[[eo:Ŝablono:-]]
[[es:Plantilla:--]]
<!-- [[et:template:-]] style-tag -->
<!-- [[fr:Modèle:Clr]] style-tag -->
[[hr:template:-]]
[[hsb:Předłoha:-]]
<!-- [[hu:template:-]] style-tag -->
[[ia:Patrono:-]]
[[id:template:-]]
<!-- [[io:template:-]] style-tag -->
[[is:template:-]]
[[ka:თარგი:-]]
[[ko:틀:-]]
[[it:Template:Clear]]
[[ja:Template:-]]
[[lt:template:-]]
[[lv:template:-]]
[[ms:template:-]]
[[nl:Sjabloon:Clear]]
[[no:template:-]]
[[oc:template:-]]
[[pl:template:-]] <!-- Hidden in text -->
[[pt:Predefinição:-]]
[[ro:template:-]]
[[simple:template:-]]
[[sl:template:-]]
[[su:template:-]]
[[sv:template:-]]
<!-- [[tr:template:-]] style-tag -->
[[vi:Tiêu bản:-]]
[[zh:Template:-]]
</includeonly>

Revision as of 01:24, 27 June 2009

Tim Atos