Template:Nobr

From Baldur's Gate 3 Wiki
Revision as of 01:44, 5 April 2024 by Taylan (talk | contribs) (Created page with "<includeonly><span style="white-space: nowrap;">{{{1}}}</span></includeonly><noinclude> Used to make a piece of text non-breaking. Usage: <pre> {{nobr|This won't be broken into multiple lines no matter what.}} </pre> Will output the HTML: <pre> <span style="white-space: nowrap;">This won't be broken into multiple lines no matter what.</span> </pre> </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>