Template:Strip whitespace

From NESdev Wiki
Revision as of 22:04, 22 April 2015 by Rainwarrior (talk | contribs) (more explanation of what this template is for)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Removes whitespace in the manner of named template parameters. Useful if you want to use unnamed template parameters as if they were named parameters, which don't include whitespace and can be placed on their own line, etc.

Example to remove whitespace from unnamed parameter 3:

{{strip whitespace|{{{3}}}}}

Borrowed from: Wikipedia:Template:Strip whitespace