Difference between revisions of "Template:String-handling templates"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (avoid redirects within template)
(Remove deleted)
Line 76: Line 76:
 
     |col1style=text-align:right;white-space:nowrap;padding-right:0.75em; |col2style=font-style:italic;
 
     |col1style=text-align:right;white-space:nowrap;padding-right:0.75em; |col2style=font-style:italic;
 
     | {{tl|strloc insert}} | Inserts a string at character location strloc, or appends if strloc<{{=}}0.
 
     | {{tl|strloc insert}} | Inserts a string at character location strloc, or appends if strloc<{{=}}0.
    | {{tl|strloc prefix}} | Extracts string prefix up to location strloc, or whole string if strloc<{{=}}0.
 
 
     | {{tl|loop}}          | Repeat character string n times
 
     | {{tl|loop}}          | Repeat character string n times
 
     | {{tl|replace}}      | Returns the string, after replacing ''all'' occurrences of a specified string with another string.
 
     | {{tl|replace}}      | Returns the string, after replacing ''all'' occurrences of a specified string with another string.

Revision as of 22:52, 27 September 2014

Template:Navbox with collapsible sections
Documentation icon Template documentation[create]