Vorlage:Nowrap: Unterschied zwischen den Versionen

Aus So geht häkeln
(Adapt comment; edits inside noinclude blocks should not affect job queue, but won't kill parser either way.)
 
Markierung: Manuelle Zurücksetzung
 
(7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<span class="nowrap">{{{1}}}</span><noinclude>
<includeonly>
{{documentation}}
<templatestyles src="nowrap/styles.css" />
<!-- Categories go on the /doc page; interwikis go to Wikidata. -->
<span class="nowrap">{{{1}}}</span>
</includeonly>
<noinclude>
{| class="wikitable mw-collapsible mw-collapsed"
|+ {{nowrap|This is long text, thanks to nowrap it does not get linebreaks}}
|-
! Überschrift !! Überschrift
|-
| Beispiel || Beispiel
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ This is long text, without nowrap it might look like this
|-
! Überschrift !! Überschrift
|-
| Beispiel || Beispiel
|}
{{dokumentation/ruler}}
== Usage ==
<nowiki>{{nowrap|Text that should not get any linebreaks}}</nowiki>
</noinclude>
</noinclude>

Aktuelle Version vom 22. April 2022, 09:59 Uhr


This is long text, thanks to nowrap it does not get linebreaks
Überschrift Überschrift
Beispiel Beispiel
This is long text, without nowrap it might look like this
Überschrift Überschrift
Beispiel Beispiel

Usage

{{nowrap|Text that should not get any linebreaks}}