Template:-/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Reverted edits by Murseli (talk) to last version by SharkD)
m (interwiki)
Line 73: Line 73:
[[da:template:-]]
[[da:template:-]]
[[de:Vorlage:-]]
[[de:Vorlage:-]]
[[dsb:Pśedłoga:-]]
[[eo:Ŝablono:-]]
[[es:Plantilla:--]]
[[es:Plantilla:--]]
<!-- [[et:template:-]] style-tag -->
<!-- [[et:template:-]] style-tag -->
<!-- [[fr:Modèle:Clr]] style-tag -->
<!-- [[fr:Modèle:Clr]] style-tag -->
[[hr:template:-]]
[[hr:template:-]]
[[hsb:Předłoha:-]]
<!-- [[hu:template:-]] style-tag -->
<!-- [[hu:template:-]] style-tag -->
[[ia:Patrono:-]]
[[ia:Patrono:-]]

Revision as of 10:15, 8 October 2008


Use {{-}} after any floating elements and before elements you do not wish to float together with the first set.

Details

{{-}} contains the markup:

<br clear="all" />

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.

Examples

Template:Wrapper | 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

  • Cute, but less funny if it overlaps the next table or section, causing horizontal scrolling or worse depending on the browser.

Template:Wrapper | 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

  • Cute, but
    less funny if it overlaps the next table or section, causing horizontal scrolling or worse depending on the browser.

In the first example {{-}} after the word browser guarantees that the table doesn't float into the second example. 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. Template:Wrapper | 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

  • Cute, but

less funny if it overlaps the next table or section, causing horizontal scrolling or worse depending on the browser.
Template:Wrapper | 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

  • Cute, but

less funny if it overlaps the next table or section, causing horizontal scrolling or worse depending on the browser.

The third example has {{-}} after the word browser, and only a new line after the word but. The fourth example has {{-}} and a new line after the word but.

See also