Template:Nobr
Jump to navigation
Jump to search
Used to make a piece of text non-breaking.
Usage:
{{nobr|This won't be broken into multiple lines no matter what.}}
Will output the HTML:
<span style="white-space: nowrap;">This won't be broken into multiple lines no matter what.</span>