Template:Nowrap/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(+ ro)
(Linking to the new Template:Nowrap begin.)
Line 26: Line 26:
=== See also ===
=== See also ===


* {{tl|nowraplinks}} - A template with similar purpose. Especially useful for long link lists.
* {{tl|nowraplinks}} - A template that prevents wraps inside links and only allows wraps between the links and in normal text. Very useful for long link lists.
* {{tl|nowrap begin}} - A template that prevents wraps in text and links with spaces in. Designed to handle the really tricky wrapping cases where you need full control. For instance in very complex long link lists.





Revision as of 08:20, 22 August 2007

Template:Template doc page viewed directly

This template prevents word wraps (line breaks) in text with spaces in.

Syntax

{{nowrap|your text}}

Example

{{nowrap|34 kg}} - Assures that the unit appears on the same line as the number.

Handling interpreted characters

For text that includes an equals sign "=", precede the text with 1=. For example:
{{nowrap|1=2 + 2 = 4}}
Which renders:
2 + 2 = 4
For text that includes a vertical bar "|", escape the bar(s) with | or {{!}}. For example:
{{nowrap|&#124;2&#124; < 3}}
Which renders:
|2| < 3

See also

  • {{nowraplinks}} - A template that prevents wraps inside links and only allows wraps between the links and in normal text. Very useful for long link lists.
  • {{nowrap begin}} - A template that prevents wraps in text and links with spaces in. Designed to handle the really tricky wrapping cases where you need full control. For instance in very complex long link lists.