Template:Str sub/doc: Difference between revisions
Template page
More actions
m interwiki |
Entlinkt ist hier nicht erwünscht. Er hat den Ersteller der Kategorie "Unterirdische Stromleitung" grundlos blockiert, und früher gab es ähnliche Vorkommnisse! |
||
| Line 4: | Line 4: | ||
=== Usage === | === Usage === | ||
<nowiki>{{str_sub|</nowiki>''text''|''start''|''length''<nowiki>}}</nowiki> = Substring of ''text'' starting at ''start'' and containing ''length'' characters. | <nowiki>{{str_sub|</nowiki>''text''|''start''|''length''<nowiki>}}</nowiki> = Substring of ''text'' starting at ''start'' and containing ''length'' characters. | ||
''start'' + ''length'' must be less than 50. Only operates on a limited character set. | ''start'' + ''length'' must be less than 50. Only operates on a limited character set. | ||
| Line 16: | Line 16: | ||
[[Category:String manipulation templates]] | [[Category:String manipulation templates]] | ||
</includeonly> | </includeonly> | ||
Revision as of 07:25, 19 December 2009
Usage
{{str_sub|text|start|length}} = Substring of text starting at start and containing length characters.
start + length must be less than 50. Only operates on a limited character set.