Difference between revisions of "Template:Trim/doc"
From Summertime Saga Wiki
m |
m (→Examples) |
||
Line 7: | Line 7: | ||
== Examples == | == Examples == | ||
− | + | {|class=wikitable style="width: 100%;" | |
− | + | ! Markup | |
− | + | ! Renders as | |
+ | |- | ||
+ | | {{tlx|trim| abc}} | ||
+ | | {{trim| abc}} | ||
+ | |- | ||
+ | | {{tlx|trim|xyz }} | ||
+ | | {{trim|xyz }} | ||
+ | |- | ||
+ | | {{tlx|trim| abc xyz }} | ||
+ | | {{trim| abc xyz }} | ||
+ | |} | ||
[[Category:Documentation subpages]] | [[Category:Documentation subpages]] |
Revision as of 00:29, 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 = text with any leading or trailing whitespace removed.
Examples
Markup | Renders as |
---|---|
Template:Tlx | abc |
Template:Tlx | xyz |
Template:Tlx | abc xyz |