Zie https://en.wikipedia.org/wiki/Template:Trim

Usage

{{trim|text}} = text with any leading or trailing whitespace removed.

Examples

"{{trim| abc}}" produces "abc"
"{{trim|xyz }}" produces "xyz"
"{{trim| abc xyz }}" produces "abc xyz"