Difference between revisions of "Template:White-space"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | {{#switch: {{{1|}}}< | + | {{#switch: {{{1|}}}<includeonly> |
| normal = white-space: normal; <!-- multiple white space collapses, text wraps at box border. --> | | normal = white-space: normal; <!-- multiple white space collapses, text wraps at box border. --> | ||
| wrap = white-space: pre-wrap; <!-- whitespace preserved, text wraps at box border and line breaks. --> | | wrap = white-space: pre-wrap; <!-- whitespace preserved, text wraps at box border and line breaks. --> | ||
| Line 6: | Line 6: | ||
| code <!-- fall through to next--> | | code <!-- fall through to next--> | ||
| pre <!-- fall through to next--> | | pre <!-- fall through to next--> | ||
| − | | #default = white-space: pre; </ | + | | #default = white-space: pre; </includeonly> |
}} | }} | ||