Mal:Nowrap: Forskjell mellom sideversjoner
Hopp til navigering
Hopp til søk
m {{PAGENAME}} |
oversatt noe |
||
| Linje 1: | Linje 1: | ||
<includeonly><span style="white-space:nowrap">{{{1}}}</span></includeonly><noinclude> | <includeonly><span style="white-space:nowrap">{{{1}}}</span></includeonly><noinclude> | ||
<!-- | <!-- REDIGER MALDOKUMENTASJON UNDER DENNE LINJEN --> | ||
; | ; Syntaks : <code><big><nowiki>{{nowrap|</nowiki>''din tekst''}}</big></code> | ||
; | ;Håndtere tolkningstegn | ||
*For | *For tekst som inkluderer et [[likhetstegn]] (=), start teksten med <code>1=</code>. For eksempel: | ||
*:<code><big><nowiki>{{nowrap|</nowiki>1=2 + 2 = 4}}</big></code> | *:<code><big><nowiki>{{nowrap|</nowiki>1=2 + 2 = 4}}</big></code> | ||
*: | *:gir 2 + 2 = 4. | ||
*For text that includes a [[vertical bar]] (|), escape the bar(s) with <code><nowiki>&#124;</nowiki></code>. For example, | *For text that includes a [[vertical bar]] (|), escape the bar(s) with <code><nowiki>&#124;</nowiki></code>. For example, | ||
*:<code><big><nowiki>{{nowrap|</nowiki>1=&#124;2&#124; < 3}}</big></code> | *:<code><big><nowiki>{{nowrap|</nowiki>1=&#124;2&#124; < 3}}</big></code> | ||
Sideversjonen fra 29. jun. 2007 kl. 11:55
- Syntaks
{{nowrap|din tekst}}
- Håndtere tolkningstegn
- For tekst som inkluderer et likhetstegn (=), start teksten med
1=. For eksempel:{{nowrap|1=2 + 2 = 4}}- gir 2 + 2 = 4.
- For text that includes a vertical bar (|), escape the bar(s) with
|. For example,{{nowrap|1=|2| < 3}}- produces |2| < 3.