Template:Nowrap begin
This is the {{nowrap begin}} template. This template prevents word wraps (line breaks) in text and links with spaces in. It is designed to handle the really tricky wrapping cases where you need full control. It works similarly to {{nowrap}} and {{nowraplinks}}. This template takes no parameters; instead, it works in tandem with {{nowrap end}}.
Note: The use of these templates in {{Navbox}} and similar templates is deprecated; see Template:Navbox/doc#See also. Use the "hlist" class and, when occasionally necessary, {{allow wrap}}. The nowrap behaviour implemented by the {{nowrap}} set has been made ambient, while hlist provides a more appropriate structure and improved accessibility. |
Helper templates[edit source]
This template has a number of helper templates which allows you to tell the web browser exactly where line breaks may occur:
Note: These helper templates may only be used in sections surrounded by {{nowrap begin}} and {{nowrap end}} or they may cause weird behaviour of your page.
- {{wrap}} – Marks where a wrap may occur.
Usage[edit source]
{{nowrap begin}} [[Salt]] and{{wrap}} [[Pepper]] and{{wrap}} [[Curry]] and{{wrap}} [[Saffron]].{{wrap}} [[Salt]] and{{wrap}} [[Pepper]] and{{wrap}} [[Curry]] and{{wrap}} [[Saffron]]. {{nowrap end}}
It will render something like this:
But it will not render like this:
To make your code readable and easy to edit, you can put each wrappable "line" on its own line. And let's use some dots too. Like this:
{{nowrap begin}} [[Salt]] and [[Pepper]]{{·}}{{wrap}} [[Pepper]] and [[Curry]]{{·}}{{wrap}} [[Curry]] and [[Saffron]]{{·}}{{wrap}} [[Saffron]] and [[Salt]] {{nowrap end}}
It will render something like this:
But it will not render like this:
Examples[edit source]
Here are the above examples in actual running code in a table. Try dragging the width of your web browser window so it becomes smaller and smaller and watch how the line wrapping behaves:
Salt andTemplate:Wrap Pepper andTemplate:Wrap Curry andTemplate:Wrap Saffron.Template:Wrap Salt andTemplate:Wrap Pepper andTemplate:Wrap Curry andTemplate:Wrap Saffron. |
Salt and Pepper · Template:Wrap Pepper and Curry · Template:Wrap Curry and Saffron · Template:Wrap Saffron and Salt |
An example demonstrating all the helper templates:
Technical details[edit source]
The actual code that does the job is this HTML+CSS code:
<span style="white-space:nowrap;"> Text and links </span> <span style="white-space:nowrap;"> More text and links </span>
It means that wraps may only happen in the unprotected space between the </span>
and the <span ...>
. That's what {{nowrap begin}} and its helper templates are packaging in an easy to use way.
{{·}} and the other helper templates should not have any spaces or newlines before them or they will render two spaces before the dot. They tolerate anything from no to several spaces and even a newline after them and they will still only render one space after the dot. If a wrap occurs then the wrap will come after the dot, even if there are spaces before the helper template.
The {{·}} causes problems if inside sections of bolded and/or italicised text. Do end the bold text before the {{·}} and continue the bold text after it to avoid the problems. {{•}} and the other helper templates only have this problem if the section is bolded and italicised at the same time.
See also[edit source]
- {{nowrap}} prevents wrapping within a single template (i.e. not suitable for relatively complex or lengthy content).
- {{Nowraplinks}}...{{Nowraplinks end}} prevents wraps inside links while allowing wraps between links and in normal text. Very useful for link lists and easy to use.
- {{Nowrap begin}}...{{Nowrap end}} prevents wraps in both text and links. For the trickier wrapping cases when you need full control, for instance in very complex link lists.
- {{Spaces}} to produce multiple non-breaking spaces (or a single one).
- {{Inline block}} affects, but does not entirely prevent, line wrapping.
- {{Allow wrap}} can be used to provide a (brief) exception within a no-wrapping area.
- {{Normalwraplink}} allows links to wrap when they otherwise would not.
- {{·}} and {{•}}, spaced and wrap-sensitive interpunct (dot) and bullet.
- Starfleet:Line-break handling, the how-to guide about word/line-wrapping/breaks at Wikipedia.
- In particular, to avoid line wrapping when quoting a passage such as a poem or computer code, see {{Quote#Line breaks}} - e.g. Template:Blockquote with "poem" tag.
External links[edit source]
- Template:Nowrap begin at Wikipedia, the free Terran-based encyclopedia that anyone can edit.
The above documentation is transcluded from Template:Nowrap begin/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |