Difference between revisions of "Template:Trim brackets/doc"

(Template Doc Creation)
 
m (Updating)
 
Line 37: Line 37:
 
* {{tl|delink}}, which does nearly the exact same thing, but also removes balanced pairs of square brackets that aren't leading and trailing and has additional options.
 
* {{tl|delink}}, which does nearly the exact same thing, but also removes balanced pairs of square brackets that aren't leading and trailing and has additional options.
 
* {{tl|trim}}
 
* {{tl|trim}}
* {{tl|Escape page link from within}}
 
 
* {{tl|Linked}} – links if not already linked
 
* {{tl|Linked}} – links if not already linked
  

Latest revision as of 19:33, 23 July 2023

This template trims leading and trailing square brackets and whitespace from a string. This is similar to {{delink}}, but it won't remove brackets from the middle of the string. The string should be passed as the first unnamed parameter or using |1= if your string contains any = signs. You may substitute this template - that is, if used as {{subst:trim brackets}}, the resulting wikicode is "clean".

Usage[edit]

{{trim brackets|text}} = text with any leading or trailing square brackets removed (as long as text doesn't contain any = signs).

{{trim brackets|1=text}} = text with any leading or trailing square brackets removed.

Example[edit]

  • "{{trim brackets|1= [[abc]], [[w:def|def]], and [[ghi]] }}" produces "abc]], def, and [[ghi"
    ("{{delink|1= [[abc]], [[w:def|def]], and [[ghi]] }}" produces "abc, def, and ghi").

Template data[edit]

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

TemplateData for Trim brackets

The template trims leading and trailing square brackets from a string.

Template parameters

ParameterDescriptionTypeStatus
String1

The string to be trimmed

Stringrequired

See also[edit]

  • {{delink}}, which does nearly the exact same thing, but also removes balanced pairs of square brackets that aren't leading and trailing and has additional options.
  • {{trim}}
  • {{Linked}} – links if not already linked