Template:Str right/doc

From Ava Zinn Wiki
< Template:Str right
Revision as of 19:22, 7 October 2009 by Debresser (talk) (Examples: Fix.)
Jump to: navigation, search

Usage

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

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

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 "{".
  • {{Str right| lorem ipsum dolor sit amet | foo }}Expression error: Unrecognized word "foo".
  • {{Str right| lorem ipsum dolor sit amet | }}Expression error: Unexpected < operator.
  • {{Str right| lorem ipsum dolor sit amet }}Expression error: Unrecognized punctuation character "{".

Limitations

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

See also