Template:Pre-wrap/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Pre-wrap. It contains usage information, categories and other content that is not part of the original template page. |
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[edit source]
Markup | Renders as |
---|---|
a {{Nodisplay|"}} b |
a b |
{{Pre-wrap|a {{Nodisplay|"}} b}} |
a b |