Template:Trim/doc: Difference between revisions
Template page
More actions
*{{tl|Crop}} |
Prefix language interwiki links with w: |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This template trims whitespace from a string. The string should be passed as the first unnamed parameter. One may [[: | This template trims whitespace from a string. The string should be passed as the first unnamed parameter. One may [[:w:WP:SUBST|substitute]] this template - that is, if used as {{tlxs|trim}}, the resulting wikicode is "clean". | ||
=== Usage === | === Usage === | ||
| Line 9: | Line 9: | ||
===See also=== | ===See also=== | ||
*{{tl|Crop}} | *{{tl|Crop}} | ||
{{String templates see also}} | {{String templates see also}} | ||
Latest revision as of 09:21, 12 August 2026
This template trims whitespace from a string. The string should be passed as the first unnamed parameter. One may substitute this template - that is, if used as {{subst:trim}}, the resulting wikicode is "clean".
Usage
{{trim|text}} = text with any leading or trailing whitespace removed.
Example
- {{trim| abc}} produces abc.
See also
Trimming templates:
- {{Trunc}} – To trim down to a specified number of characters.
- {{Trim}} — To trim any leading or trailing whitespace.
- {{Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number.
- {{Str right}}
- {{Strip}} – To strip (remove) a given number of characters from the beginning/end of the string
Analyzing templates:
- {{Str endswith}} – To check if a string ends with a given string.
- {{Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
- {{Str len}} – Returns a string's length. Can count up to 500 characters.
String length comparison templates:
- {{Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length.
Technical stuff:
- mw:Help:Magic words – About
{{padleft:|}}. - mw:Help:Extension:ParserFunctions – About
{{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}},etc. - Module:String - Script with native string parsing