Template:Nobr
{{{1}}}
[edit] Notes
This template is available because MediaWiki software that not permit the <nobr> tag. To use this tag, do:
{{nobr|TEXT}}
Where TEXT is whatever you want inside.
This particular template uses the CSS property white-space:nowrap to create the effect within the block. For the block itself, the <font> tag is used instead of the more standard <span>, because of the issue with some browsers not permitting the possibility of <span> tags to be nested, whereas <font> are well-supported and always could be nested.
