From Wikipedia
|
This is the template documentation page for Template:Nowrap/doc.
This page is not necessarily intended to be viewed directly. If it uses variables, some links may appear broken. Do not replace these variables with hardcoded page names or URLs. |
- Syntax
{{nowrap|your text}}
- 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
|
. For example,
{{nowrap|1=|2| < 3}}
- produces |2| < 3.