Template:Pre-wrap
Revision as of 17:07, 15 December 2015 by Wikipedia>Petr Matas (←Created page with '<span style="white-space: pre-wrap">{{{1}}}</span><noinclude> {{doc}} </noinclude>')
{{{1}}}
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
Surrounds the parameter with <span style="white-space: pre-wrap">...</span>. This disables removal of redundant whitespace by the browser while allowing line wraps to happen.
Examples
| Markup | Renders as |
|---|---|
a {{Nodisplay|"}} b
|
a b
|
{{Pre-wrap|a {{Nodisplay|"}} b}}
|
a b
|