Difference between revisions of "Template:Trim/doc"
From Summertime Saga Wiki
m (→Examples) |
m |
||
Line 7: | Line 7: | ||
== Examples == | == Examples == | ||
− | {|class=wikitable style="width: 100%;" | + | {|class=wikitable style="width:100%;" |
! Markup | ! Markup | ||
! Renders as | ! Renders as |
Revision as of 21:22, 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 |