Template:Trim leading
Expression error: Unexpected < operator.
<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Usage[edit]
Trims up to six instances of <prefix> (such as: 0 or "anti-") from the beginning of <input>. <Prefix> is set to "0" by default (for removing leading zeroes from numbers). Template will not properly work beyond the first whitespace in the input.
Limitations[edit]
- Up to 100 chararacters in the input string. If possible, first check length of input string using Template:Tl. Using strings longer than 100 characters may result in the error "max index is 100 for str_sub".
- Limited set of characters.
- Snags on whitespace.
- Expensive.
Examples[edit]
Template:Tlx → Expression error: Unexpected < operator.
Template:Tlx → Expression error: Unexpected < operator.
Template:Tlx → Expression error: Unexpected < operator.
Template:Tlx → Expression error: Unexpected < operator.
Template:Tlx → Expression error: Unexpected < operator.
Template:Tlx → Expression error: Unexpected < operator.
Technical[edit]
This template uses parser function {{padleft:}} and templates Template:Tl and Template:Tl.
See also[edit]