Kentsmith9 (talk | contribs) (Initial doc page creation) |
Kentsmith9 (talk | contribs) m (Updated doc page) |
||
Line 1: | Line 1: | ||
{{doc subpage}} | {{doc subpage}} | ||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | <!-- ADD DOCUMENTATION BELOW THIS LINE --> | ||
Template to add no break spaces and hyphens between words.<br/> | Template to add no-break spaces and no-break hyphens between words.<br/> | ||
==Syntax== | ==Syntax== | ||
<code><nowiki>{{nowrap</nowiki>|''text''}}</code><br /> | |||
If the <code>text</code> happens to contain an equality sign "=", specify <code><nowiki>{{nowrap</nowiki>|'''1='''''text''}}</code>. | |||
If the <code>text</code> happens to contain an equality sign "=", specify <code><nowiki>{{ | |||
==Examples== | ==Examples== | ||
{| style="background:transparent;" | {| style="background:transparent;" | ||
| <code><nowiki>{{ | |<code><nowiki>{{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}}</nowiki></code> | ||
| {{ | | style="width: 225px;"|{{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} | ||
| | |||
|- | |- | ||
| <code><nowiki> | |<code><nowiki>This text will wrap. This text will wrap. This text will wrap. This text will wrap. This text will wrap. </nowiki></code> | ||
| | | This text will wrap. This text will wrap. This text will wrap. This text will wrap. This text will wrap. | ||
|} | |} | ||
==See also== | ==See also== |
Revision as of 20:06, 5 May 2017
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
Template to add no-break spaces and no-break hyphens between words.
Syntax
{{nowrap|text}}
If the text
happens to contain an equality sign "=", specify {{nowrap|1=text}}
.
Examples
{{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}} {{nowrap|This text will not wrap.}}
|
This text will not wrap. This text will not wrap. This text will not wrap. This text will not wrap. This text will not wrap. |
This text will wrap. This text will wrap. This text will wrap. This text will wrap. This text will wrap.
|
This text will wrap. This text will wrap. This text will wrap. This text will wrap. This text will wrap. |
See also
- {{nowrapcode}}, to use the code tags without linewrap.