Template:Nowrap: Difference between revisions

From The World of Gotha
Jump to navigation Jump to search
(Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>")
 
No edit summary
 
Line 1: Line 1:
<span class="nowrap">{{{1}}}</span><noinclude>
<includeonly><span class="nowrap">{{{1}}}</span></includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Categories go on the /doc page; interwikis go to Wikidata. -->
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 07:38, 6 December 2024

Template documentation

The {{nowrap}} template stops wrapping of the specified text. It prevents word wraps (line breaks) that might otherwise happen at spaces, hyphens ("-"), or, in some browsers, parentheses. It is a replacement for <span class="nowrap:xxx">...</span>.

Usage

To use the template, copy and paste the following in the article where the non-breaking text is desired:

{{nowrap|1}}

Parameters

Parameter Description Type Status Notes
1 Non-breaking text String Required The size of the nowrapped text becomes the minimum width of that paragraph which may negatively influence the ability of the page to adapt to smaller screens, or alternate representations of the content.

Examples

"They held {{nowrap|10 kg (22 lb)}} in total."


May render like this:

They held 10 kg (22 lb)
in total.


Or like this:

They held
10 kg (22 lb) in total.


But not render like this:

They held 10 kg (22
lb) in total.
"He encountered {{nowrap|a tiger}} in the woods."


May render like this:

He encountered a tiger
in the woods.


Or like this:

He encountered
a tiger in the woods.


But not like this:

He encountered a
tiger in the woods.