Minn Wikipedija, l-enċiklopedija ħielsa.
This is the documentation page for Template:Nowrap.
This page is not intended to be viewed directly. Links using variables may appear broken; do not replace these with hardcoded page names or URLs.
- Syntax
{{nowrap|your text}}
- Example
- {{nowrap|34 kg}} -- assures that the units appear 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}}
- produces 2 + 2 = 4
- For text that includes a vertical bar (|), escape the bar(s) with
|
or {{!}}
. For example,
{{nowrap||2| < 3}}
- produces |2| < 3.