Difference between revisions of "Template:Trim/doc"

From Summertime Saga Wiki
Jump to: navigation, search
m (Examples)
m (Usage)
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
  
{{tlx|trim|<var>text</var>}} = <var>text</var> with any leading or trailing whitespace removed.
+
: {{tlx|trim|<var>text</var>}} produces <var>text</var> with any leading or trailing whitespace removed.
  
 
== Examples ==
 
== Examples ==

Revision as of 01: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