ފަންވަތް:Nowrap/doc: Difference between revisions

ވިކިޕީޑިއާ އިންވިކިޕީޑިއާ
Content deleted Content added
Created page with '{{documentation subpage}} __NOTOC__ This is the {{tl|nowrap}} template. This template prevents word wraps (line breaks) in text and links that contain spaces. Before you use t...'
 
m Bot: Migrating interwiki links, now provided by Wikidata on d:q5412454
 
ފޮޅުވަތް 68: ފޮޅުވަތް 68:


<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[ar:قالب:لا لف]]
[[bg:Шаблон:Nowrap]]
[[da:Skabelon:Nowrap]]
[[de:Vorlage:Zeile]]
[[de:Vorlage:Zeile]]
[[es:Plantilla:Nowrap]]
[[fr:Modèle:Nobr]]
[[he:תבנית:ללא גלישה]]
[[hr:Predložak:Nowrap]]
[[hsb:Předłoha:Nowrap]]
[[it:Template:Tutto attaccato]]
[[ja:Template:Nowrap]]
[[no:mal:Nowrap]]
[[no:mal:Nowrap]]
[[pl:Szablon:Nowrap]]
[[pt:Predefinição:Nowrap]]
[[ro:Format:Nowrap]]
[[ru:Шаблон:Nobr]]
[[sv:Mall:Nowrap]]
[[tr:Şablon:Nowrap]]


</includeonly>
</includeonly>

އެންމެ ފަހުން ގެނެވުނު ބަދަލު 19:40, 4 އޮގަސްޓު 2013

This is the

{{nowrap}} template.

This template prevents word wraps (line breaks) in text and links that contain spaces.

Before you use this template you might want to read up on Wikipedia:Line break handling.

Usage[އުނިއިތުރު ގެންނަވާ]

Lots of text {{nowrap|10 kg (22 lb)}} more text.

It may render like this:

Lots of text 10 kg (22 lb)
more text.

Or like this:

Lots of text
10 kg (22 lb) more text.

But it will not render like this:

Lots of text 10 kg (22
lb) more text.

Handling interpreted characters[އުނިއިތުރު ގެންނަވާ]

Templates have problems to handle parameter data that contains equal signs "=" or vertical bars "|". In such cases consider using
{{nowrap begin}} +

{{nowrap end}} instead. But there are also workarounds:

For text that includes an equal sign "=", precede the text with 1=. For example:

{{nowrap|1=2 + 2 = 4}}

Which renders this:

2 + 2 = 4

For text that includes a vertical bar "|", escape the bar(s) with &#124; or {{!}}. For instance like this:

{{nowrap|&#124;2&#124; < 3}}

Or like this:

{{nowrap|{{!}}2{{!}} < 3}}

Which renders this:

|2| < 3

Technical details[އުނިއިތުރު ގެންނަވާ]

The actual code that does the job is this HTML+CSS code:

<span style="white-space:nowrap">This text will not wrap</span>

Spaces at the beginning or end of your text will fall outside the no-wrap tag in the rendered text due to Wikimedia rendering mechanisms.

{{nobr}} and

{{nobreak}} redirect here.

See also[އުނިއިތުރު ގެންނަވާ]

{{nowraplinks}} - Prevents wraps inside links and only allows wraps between the links and in normal text. Very useful for link lists and easy to use.

{{nowrap begin}} - Prevents wraps in both text and links. For the trickier wrapping cases when you need full control, for instance in very complex link lists.