Template:-/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with '<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS...')
 
(Updated list of interwikis, commented out those which used the style tag)
Line 65: Line 65:


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
 
[[bs:template:-]]
[[de:Vorlage:-]]
[[ca:template:-]]
[[ja:Template:-]]
[[da:template:-]]
<!-- [[et:template:-]] style-tag -->
<!-- [[fr:Modèle:Clr]] style-tag -->
[[hr:template:-]]
<!-- [[hu:template:-]] style-tag -->
[[ia:Patrono:-]]
[[id:template:-]]
<!-- [[io:template:-]] style-tag -->
[[is:template:-]]
[[it:Template:Clear]]
<!-- [[ja:Template:-]] style-tag -->
[[lt:template:-]]
[[lv:template:-]]
[[ms:template:-]]
[[no:template:-]]
[[oc:template:-]]
[[pl:template:-]] <!-- Hidden in text -->
[[pt:Predefinição:-]]
[[pt:Predefinição:-]]
[[ro:template:-]]
[[simple:template:-]]
[[sl:template:-]]
[[su:template:-]]
[[sv:template:-]]
<!-- [[tr:template:-]] style-tag -->
[[vi:Tiêu bản:-]]
[[vi:Tiêu bản:-]]
[[ia:Patrono:-]]
</includeonly
</includeonly>

Revision as of 17:08, 8 May 2007

Template:Template doc page viewed directly

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.

Example

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 {{-}} should be obvious for visual browsers. 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