Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Trim/doc: Difference between revisions

Template page
Casiope (talk | contribs)
mNo edit summary
Casiope (talk | contribs)
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 23:29, 9 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