Template:Nobr: Difference between revisions
Jump to navigation
Jump to search
(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>") |
HiddenDragon (talk | contribs) (Deprecated, there was already a template for this) |
||
Line 1: | Line 1: | ||
<includeonly><span style="white-space: nowrap;">{{{1}}}</span></includeonly><noinclude> | <includeonly><span style="white-space: nowrap;">{{{1}}}</span></includeonly><noinclude> | ||
{{Deprecated|Nowrap}} | |||
Used to make a piece of text non-breaking. | Used to make a piece of text non-breaking. | ||
Latest revision as of 20:41, 19 January 2025
![]() | This template is considered deprecated and its use in new pages should be avoided. No reason was specified. Alternatives: Nowrap |
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>