Sjabloon:Nowrap: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
k (Sjabloon:Nowrap beveiligd" [edit=sysop:move=sysop]) |
|||
Regel 1: | Regel 1: | ||
− | <includeonly><span style="white-space:nowrap">{{{1}}}</span></includeonly><noinclude> | + | <includeonly><span class="_nowrap" style="white-space:nowrap;">{{{1}}}</span></includeonly><noinclude> |
Voor tekst die op één regel moet blijven en niet afgebroken mag worden. | Voor tekst die op één regel moet blijven en niet afgebroken mag worden. | ||
; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''jouw tekst''}}</big></code> | ; Syntax : <code><big><nowiki>{{nowrap|</nowiki>''jouw tekst''}}</big></code> |
Versie van 14 feb 2013 19:58
Voor tekst die op één regel moet blijven en niet afgebroken mag worden.
- Syntax
{{nowrap|jouw tekst}}
- 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.