Template:String templates see also: Difference between revisions
Template page
More actions
m Tagging this template as uncategorized. |
No edit summary |
||
| Line 3: | Line 3: | ||
* {{tl|Trunc}} – To trim down to a specified number of characters. | * {{tl|Trunc}} – To trim down to a specified number of characters. | ||
* {{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. | ||
* {{tl|Str trim}} — To trim any leading or trailing whitespace. | * {{tl|Str trim}} — To trim any leading or trailing whitespace. | ||
* {{tl|Title without disambig}} — To trim off any parenthesis text at the end of a string. | * {{tl|Title without disambig}} — To trim off any parenthesis text at the end of a string. | ||
* {{tl|Str sub}} — To trim down to a specified number, starting at a given number from the left, less than 50. | * {{tl|Str sub}} — To trim down to a specified number, starting at a given number from the left, less than 50. | ||
Analyzing templates: | Analyzing templates: | ||
| Line 24: | Line 11: | ||
* {{tl|Str endswith}} – To check if a string ends with a given string. | * {{tl|Str endswith}} – To check if a string ends with a given string. | ||
* {{tl|Str find}} – Returns the numerical location of a given string in a string, up to 50 characters. | * {{tl|Str find}} – Returns the numerical location of a given string in a string, up to 50 characters. | ||
* {{tl|Str index}} – Returns a given character from a string, but not accented letters. | * {{tl|Str index}} – Returns a given character from a string, but not accented letters. | ||
* {{tl|Chr}} – Returns a given character from a string, including a space. | * {{tl|Chr}} – Returns a given character from a string, including a space. | ||
* {{tl|Str len}} – Returns a string's length. Can count up to 500 characters. | * {{tl|Str len}} – Returns a string's length. Can count up to 500 characters. | ||
String length comparison templates: | String length comparison templates: | ||
| Line 37: | Line 19: | ||
* {{tl|Str ≥ len}} – To check if a string is "longer or equally long" or "shorter" than a given length. | * {{tl|Str ≥ len}} – To check if a string is "longer or equally long" or "shorter" than a given length. | ||
* {{tl|Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length. | * {{tl|Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length. | ||
[[:en:Wikipedia:Template sandbox and test cases|Sandboxes and test cases]]: | [[:en:Wikipedia:Template sandbox and test cases|Sandboxes and test cases]]: | ||
* {{tl|Str len/core/sandbox}} | * {{tl|Str len/core/sandbox}} | ||
* {{tl|Str len/sandbox}} | * {{tl|Str len/sandbox}} | ||
* {{tl|Str len/testcases}} | * {{tl|Str len/testcases}} | ||
Technical stuff: | Technical stuff: | ||
Revision as of 20:11, 27 February 2011
Trimming templates:
- {{Trunc}} – To trim down to a specified number of characters.
- {{Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number.
- {{Str trim}} — To trim any leading or trailing whitespace.
- {{Title without disambig}} — To trim off any parenthesis text at the end of a string.
- {{Str sub}} — To trim down to a specified number, starting at a given number from the left, less than 50.
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 index}} – Returns a given character from a string, but not accented letters.
- {{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 "longer or equally long" or "shorter" than a given length.
- {{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
This documentation is transcluded from Template:String templates see also/doc.