Template:Strip whitespace

From NESdev Wiki
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