Template:Nowrap/doc: Difference between revisions
Jump to navigation
Jump to search
Slight reworking of the documentation and a "see also" link to the new template "nowraplinks". |
+ ro |
||
| Line 38: | Line 38: | ||
[[he:תבנית:ללא גלישה]] | [[he:תבנית:ללא גלישה]] | ||
[[no:mal:Nowrap]] | [[no:mal:Nowrap]] | ||
[[ro:Format:Nowrap/doc]] | |||
[[ru:Шаблон:nobr]] | [[ru:Шаблон:nobr]] | ||
</includeonly> | </includeonly> | ||
Revision as of 20:32, 19 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||2| < 3}}
- Which renders:
- |2| < 3
See also
- {{nowraplinks}} - A template with similar purpose. Especially useful for long link lists.