Template:String-handling templates: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Hydrargyrum
m (avoid redirects within template)
meta>Plastikspork
(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 02:52, 28 September 2014

Template:Navbox with collapsible sections