Mal:Nowrap: Forskjell mellom sideversjoner

Fra wikisida.no
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>


<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- REDIGER MALDOKUMENTASJON UNDER DENNE LINJEN -->


; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''your text''}}</big></code>
; Syntaks : <code><big><nowiki>{{nowrap|</nowiki>''din tekst''}}</big></code>


;Handling interpreted characters
;Håndtere tolkningstegn
*For text that includes an [[equals sign]] (=), precede the text with <code>1=</code>. For example,
*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>
*:produces 2 + 2 = 4.
*:gir 2 + 2 = 4.
*For text that includes a [[vertical bar]] (|), escape the bar(s) with <code><nowiki>&amp;#124;</nowiki></code>. For example,
*For text that includes a [[vertical bar]] (|), escape the bar(s) with <code><nowiki>&amp;#124;</nowiki></code>. For example,
*:<code><big><nowiki>{{nowrap|</nowiki>1=&amp;#124;2&amp;#124; < 3}}</big></code>
*:<code><big><nowiki>{{nowrap|</nowiki>1=&amp;#124;2&amp;#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 &#124;. For example,
    {{nowrap|1=&#124;2&#124; < 3}}
    produces |2| < 3.