Mal:Nowrap: Forskjell mellom sideversjoner
Hopp til navigering
Hopp til søk
Opprettet |
beskrivelse av bruk . Ikke oversatt (maler ...) |
||
| 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 --> | |||
; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''your text''}}</big></code> | |||
;Handling interpreted characters | |||
*For text that includes an [[equals sign]] (=), precede the text with <code>1=</code>. For example, | |||
*:<code><big><nowiki>{{nowrap|</nowiki>1=2 + 2 = 4}}</big></code> | |||
*:produces 2 + 2 = 4. | |||
*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> | |||
*:produces |2| < 3. | |||
[[en:Template:Nowrap]] | [[en:Template:Nowrap]] | ||
</noinclude> | </noinclude> | ||
Sideversjonen fra 3. apr. 2007 kl. 12:17
- 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.