Difference between revisions of "Template:Str sub old/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(iw)
m (Migrating 11 interwiki links, now provided by Wikidata on d:Q5622224)
Line 13: Line 13:
 
[[Category:Lua-based templates|{{PAGENAME}}]]
 
[[Category:Lua-based templates|{{PAGENAME}}]]
  
[[bn:টেমপ্লেট:Str sub]]
+
</includeonly>
[[de:Vorlage:Str sub]]
+
 
[[es:Plantilla:Str sub]]
+
<includeonly>
[[id:Templat:Str sub]]
 
[[arz:قالب:Str sub]]
 
[[ja:Template:Str sub]]
 
 
[[lt:Šablonas:Str sub]]
 
[[lt:Šablonas:Str sub]]
[[no:Mal:Str sub]]
 
[[pt:Predefinição:Str sub]]
 
[[simple:Template:Str sub]]
 
[[sl:Predloga:Str sub]]
 
[[ur:سانچہ:Str sub]]
 
 
</includeonly>
 
</includeonly>

Revision as of 01:09, 29 March 2013

Usage

{{str_sub|text|start|length}} = Substring of text starting at start and containing length characters. Base 0: the first character is numbered 0, and so on, e.g. {{str_sub|20090624130510|8|2}} returns the 2 characters starting at the 9th, i.e. "{{safesubst:#invoke:String|sublength|s=20090624130510|i=8|len=2}}"

See also

Template:Navbox string handling templates