Template:Nowrap
This template has been protected from editing to prevent vandalism. Please discuss changes on the talk page or request unprotection. |
This template makes sure that text passed to it is not broken, even if it happens to be at the end of the line, but rather the whole text is moved to the next line. If the text is longer than a whole line (which can happen on narrow screens!), the reader needs to scroll horizontally to read the whole text, so it should be used only with short passages (a measurement with unit, punctuation preceded by space, an icon and the corresponding few words etc.).
Usage
{{nowrap |1= }}
- Handling interpreted characters
- For text that includes an equals sign (=), precede the text with
1=
. For example,{{nowrap|1=2 + 2 = 4}}
- produces 2 + 2 = 4.
- For text that includes a vertical bar (|), escape the bar(s) with
|
or{{!}}
. For example,{{nowrap|1=|2| < 3}}
- produces |2| < 3.
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
This template makes sure that text passed to it is not broken, even if it happens to be at the end of the line, but rather the whole text is moved to the next line. If the text is longer than a whole line (which can happen on narrow screens!), the reader needs to scroll horizontally to read the whole text, so it should be used only with short passages (a measurement with unit, punctuation preceded by space, an icon and the corresponding few words etc.).
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | 1 | Your text to be shown | Line | required |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Example
{{nowrap|1=[[Lorem ipsum]] dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.}}
renders as:
Localization
This template is not intended to be localized.