Difference between revisions of "Template:Trim/doc"
From Summertime Saga Wiki
m (→Examples) |
m (→Usage) |
||
Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
− | {{tlx|trim|<var>text</var>}} | + | : {{tlx|trim|<var>text</var>}} produces <var>text</var> with any leading or trailing whitespace removed. |
== Examples == | == Examples == |
Revision as of 00:31, 10 June 2019
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:Tlx | abc |
Template:Tlx | xyz |
Template:Tlx | abc xyz |