Template:Nowrap/doc: Difference between revisions
Template page
More actions
amended documentation from en:wikipedia |
m converting to {{documentation subpage}} |
||
| Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{documentation}}</includeonly> | ||
<noinclude>{{ | <noinclude>{{documentation subpage}}</noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''your text''}}</big></code> | ; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''your text''}}</big></code> | ||
Revision as of 13:05, 6 March 2008
- 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.