Template:Pre-wrap/doc
< Template:Pre-wrap
Jump to navigation
Jump to search
Revision as of 16:14, 26 April 2020 by Wikipedia>Vanisaac (→Examples: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
![]() | 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
Markup | Renders as |
---|---|
a {{Nodisplay|"}} b |
a
b
|
{{Pre-wrap|a {{Nodisplay|"}} b}} |
a
b
|