Template:-/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 13: Line 13:




=== 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 <tt><nowiki>{{-}}</nowiki></tt> after the word ''browser'' guarantees that the table doesn't float into the second example.
 
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.
{{Wrapper}}
| 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 ===
=== Third ===
* Cute, but
* Cute, but

Revision as of 22:08, 13 September 2008


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


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. |}



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