Template:Nowrap/doc: Difference between revisions
Jump to navigation
Jump to search
m {{!}} |
m [[ru: |
||
| Line 18: | Line 18: | ||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | <!-- ADD INTERWIKIS BELOW THIS LINE --> | ||
[[no:mal:Nowrap]] | [[no:mal:Nowrap]] | ||
[[ru:Шаблон:nobr]] | |||
</includeonly> | </includeonly> | ||
Revision as of 05:44, 15 April 2007
Template:Template doc page viewed directly
- 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
|or{{!}}. For example,{{nowrap|1=|2| < 3}}- produces |2| < 3.