வார்ப்புரு:Nowrap

விக்கிமூலம் இலிருந்து

{{{1}}}

Template documentation[view] [edit] [history] [purge]


This is the {{Nowrap}} template.

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

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 | 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.

See also[தொகு]

  • {{Nbsp}} to enter one or more non-breaking spaces
"https://ta.wikisource.org/w/index.php?title=வார்ப்புரு:Nowrap&oldid=477418" இலிருந்து மீள்விக்கப்பட்டது