Template:Trim/doc

This is the current revision of this page, as edited by K6ka (talk | contribs) at 11:56, 4 June 2019 (Created page with " ==Description== This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed paramete..."). The present address (URL) is a permanent link to this version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

ParameterDescriptionTypeStatus
String1

The string to be trimmed of whitespace

Stringrequired