Template:String templates see also: Difference between revisions
Template page
More actions
No edit summary |
Trim |
||
| Line 1: | Line 1: | ||
[[:en:Trim (programming)|Trimming]] templates: | [[:en:Trim (programming)|Trimming]] templates: | ||
* {{tl|Trunc}} – To trim down to a specified number of characters. | * {{tl|Trunc}} – To trim down to a specified number of characters. | ||
* {{tl|Trim}} — To trim any leading or trailing whitespace. | |||
* {{tl|Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number. | * {{tl|Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number. | ||
Analyzing templates: | Analyzing templates: | ||
Revision as of 18:14, 1 January 2012
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.
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.
- {{Chr}} – Returns a given character from a string, including a space.
- {{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.
Feature requests:
- bugzilla:6455 - Set $wgPFEnableStringFunctions = true on WMF wikis
- bugzilla:26092 - Enable or install string parsing wikimarkup functionality on WMF wikis