No edit summary |
m (Updated formatting.) |
||
Line 3: | Line 3: | ||
;Syntax |
;Syntax |
||
:<nowiki>{{Trim|value}}</nowiki> |
|||
<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
<includeonly>[[Category:General wiki templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 02:59, 18 August 2022
- Description
This template trims whitespace from the beginning and end of the supplied value. It works by using the simple hack of filtering it through the #if
parser function.
- Syntax
- {{Trim|value}}