Template:String templates see also: Difference between revisions
Template page
More actions
m Category sorting |
-bugs (where fixed due to lua), +module:string (lua based). |
||
| Line 21: | Line 21: | ||
* [[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. | ||
* [[Module:String]] - Script with native string parsing | |||
* [[ | |||
<noinclude> | <noinclude> | ||
[[Category:String manipulation templates| ]] | [[Category:String manipulation templates| ]] | ||
</noinclude> | </noinclude> | ||
Revision as of 19:25, 6 July 2019
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.
- {{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