Difference between revisions of "Template:Trim/doc"
From Summertime Saga Wiki
m |
m (→Examples) |
||
Line 11: | Line 11: | ||
! Renders as | ! Renders as | ||
|- | |- | ||
− | | {{ | + | | {{tlc|trim| abc}} |
| {{trim| abc}} | | {{trim| abc}} | ||
|- | |- | ||
− | | {{ | + | | {{tlc|trim|xyz }} |
| {{trim|xyz }} | | {{trim|xyz }} | ||
|- | |- | ||
− | | {{ | + | | {{tlc|trim| abc xyz }} |
| {{trim| abc xyz }} | | {{trim| abc xyz }} | ||
|} | |} |
Revision as of 21:21, 10 July 2020
This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named |1=
if its value contains a =
character.
Usage
- Template:Tlx produces text with any leading or trailing whitespace removed.
Examples
Markup | Renders as |
---|---|
Template:Tlc | abc |
Template:Tlc | xyz |
Template:Tlc | abc xyz |