Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:String templates see also: Difference between revisions

Template page
No edit summary
No edit summary
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|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.
Line 6: Line 5:


Analyzing templates:
Analyzing templates:
* {{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|Chr}} – Returns a given character from a string, including a space.
* {{tl|Chr}} – Returns a given character from a string, including a space.
Line 12: Line 10:


String length comparison templates:
String length comparison templates:
* {{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.


Line 22: Line 18:


Technical stuff:
Technical stuff:
* [[mw:Help:Magic words]] – About <code><nowiki>{{padleft:|}}</nowiki></code>.
* [[mw:Help:Magic words]] – About <code><nowiki>{{padleft:|}}</nowiki></code>.
* [[mw:Help:Extension:ParserFunctions]] – About <code><nowiki>{{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}}, </nowiki></code> etc.
* [[mw:Help:Extension:ParserFunctions]] – About <code><nowiki>{{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}}, </nowiki></code> etc.


Feature requests:
Feature requests:
* [[bugzilla:6455]] - Set $wgPFEnableStringFunctions = true on WMF wikis
* [[bugzilla:6455]] - Set $wgPFEnableStringFunctions = true on WMF wikis
* [[bugzilla:26092]] - Enable or install string parsing wikimarkup functionality on WMF wikis
* [[bugzilla:26092]] - Enable or install string parsing wikimarkup functionality on WMF wikis

Revision as of 20:43, 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.

Analyzing templates:

  • {{Str endswith}} – To check if a string ends with a given string.
  • {{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.

Sandboxes and test cases:

Technical stuff:

Feature requests:

  • bugzilla:6455 - Set $wgPFEnableStringFunctions = true on WMF wikis
  • bugzilla:26092 - Enable or install string parsing wikimarkup functionality on WMF wikis

Template:Uncategorized

Cookies help us deliver our services. By using our services, you agree to our use of cookies.