Template:Str right/doc

From Ava Zinn Wiki
< Template:Str right
Revision as of 05:50, 11 October 2009 by Wikid77 (talk) (noted "Example of error messages")
Jump to: navigation, search

Usage

<code>{{Str right|<string>|<offset>}}</code>

Gives the characters from <offset> to the end of the string.

If <count> is invalid, empty or undefined, this template goes berserk, so don't do that.

Examples

  • {{Str right| lorem ipsum dolor sit amet | 10 }}Expression error: Unrecognized punctuation character "{".
  • {{Str right| lorem ipsum dolor sit amet | 1 }}Expression error: Unrecognized punctuation character "{".
Example of error messages
  • {{Str right| lorem ipsum dolor sit amet | foo }}Expression error: Unrecognized word "foo".

Limitations

  • Up to 50 char strings. Limited set of characters, perhaps.
  • Expensive.

See also