Template:-/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 61: Line 61:
<includeonly>
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
[[Category:Formatting and function templates|{{PAGENAME}}]]


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[ar:قالب:-]]
 
[[bs:template:-]]
[[ca:template:-]]
[[cs:Šablona:-]]
[[da:template:-]]
[[de:Vorlage:Absatz]]
[[dsb:Pśedłoga:-]]
[[eo:Ŝablono:-]]
[[es:Plantilla:--]]
[[et:template:-]]
[[fr:Modèle:Clr]]
[[hr:template:-]]
[[hsb:Předłoha:-]]
[[hu:template:-]]
[[ia:Patrono:-]]
[[id:template:-]]
[[io:template:-]]
[[is:template:-]]
[[ka:თარგი:-]]
[[ko:틀:-]]
[[it:Template:Clear]]
[[ja:Template:-]]
[[lt:template:-]]
[[lv:template:-]]
[[ms:template:-]]
[[nl:Sjabloon:Clear]]
[[no:template:-]]
[[oc:template:-]]
[[pl:template:-]]
[[pt:Predefinição:-]]
[[ro:template:-]]
[[ru:Шаблон:-]]
[[simple:template:-]]
[[sl:template:-]]
[[su:template:-]]
[[sv:template:-]]
[[tr:template:-]]
[[vi:Tiêu bản:-]]
[[zh:Template:-]]
</includeonly>
</includeonly>

Revision as of 05:17, 16 November 2010


Use {{-}} after any floating elements and before elements you do not wish to float together with the first set. This uses a line break, which may introduce an ugly extra blank line. If you want to avoid that, use {{clear}} instead. Do not use this template to deliberately add whitespace and blank lines between non-floating elements.

Details

{{-}} contains the markup:

<br style="clear:both" />

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 {{clr}} ("clear"), which simply redirects here. However, don't confuse {{clr}} with {{clear}}, which is a different template that uses <div /> instead of <br /> and so does not introduce an extra line break.

Examples

Template:Wrapper border=1 | align="center" | Template:Lts |- | starts a table floating right e.g. for an
infobox next to the ToC. For better
examples check out the links. Please
add missing {{-}} where necessary.
 
This ugly table is only a quick example. |}

First

In the first example {{-}} 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.

Template:Wrapper border=1 | align="center" | Template:Lts |- | starts a table floating right e.g. for an
infobox next to the ToC. For better
examples check out the links. Please
add missing {{-}} where necessary.
 
This ugly table is only a quick example. |}


Second

In the second example the position of {{-}} 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.

Template:Wrapper border=1 | align="center" | Template:Lts |- | starts a table floating right e.g. for an
infobox next to the ToC. For better
examples check out the links. Please
add missing {{-}} where necessary.
 
This ugly table is only a quick example. |}


Third

The third example has a new line after the word but and {{-}} 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.
Template:Wrapper border=1 | align="center" | Template:Lts |- | starts a table floating right e.g. for an
infobox next to the ToC. For better
examples check out the links. Please
add missing {{-}} where necessary.
 
This ugly table is only a quick example. |}


Fourth

The fourth example has {{-}} 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

  • {{clearleft}}: Delays content until left column is complete.
  • {{clearright}}: Delays content until right column is complete.
  • {{-}}
  • {{clear}}