Difference between revisions of "Template:Trim/doc"

From Summertime Saga Wiki
Jump to: navigation, search
m
m (Examples)
Line 7: Line 7:
 
== Examples ==
 
== Examples ==
  
* "{{tlx|trim| abc}}" produces "{{trim| abc}}"
+
{|class=wikitable style="width: 100%;"
* "{{tlx|trim|xyz }}" produces "{{trim|xyz }}"
+
! Markup
* "{{tlx|trim| abc xyz }}" produces "{{trim| abc xyz }}"
+
! 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 01: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