Module:Ustring/doc: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
Errors: simulate the errors to keep the page out of Category:Pages with script errors
Line 76:
<code><nowiki>{{#invoke:Ustring|xyzzy}}</nowiki></code>
 
should produce:
produces:
 
{{script error|Script error: The function "xyzzy" does not exist.}}
{{#invoke:Ustring|xyzzy}}
 
and
Line 84:
<code><nowiki>{{#invoke:Ustring|maxPatternLength}}</nowiki></code>
 
should produce:
produces:
 
{{#invoke:Ustring|maxPatternLength}}
 
{{script error|Script error: "maxPatternLength" is not a function.}}
 
== See also ==