Template:Trim

This is the current revision of this page, as edited by K6ka (talk | contribs) at 11:56, 4 June 2019 (Created page with "<includeonly>{{ {{{|safesubst:}}}#if:1|{{{x|{{{1|}}}}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>"). The present address (URL) is a permanent link to this version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Template documentation (View · Edit · History · Purge)

Description Edit

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.

You may substitute this template - that is, if used as {{subst:trim}}, the resulting wikicode is "clean".

Usage Edit

{{trim|text}} = text with any leading or trailing whitespace removed.

Examples Edit

  • "{{trim| abc}}" produces "abc"
  • "{{trim|xyz }}" produces "xyz"
  • "{{trim| abc xyz }}" produces "abc xyz"

Credits Edit

This template's code and documentation were taken from the English Wikipedia.

Template data Edit

This is the TemplateData documentation for this template used by the VisualEditor and other tools.

TemplateData for Trim

The template trims whitespace from a string.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
String1

The string to be trimmed of whitespace

Stringrequired

Visit Template:Trim/doc to edit this text! (How does this work?) (Refresh this text - why?)