Last modified: 2006-10-12 05:26:22 UTC
The current Cite.php user errors are: 'Invalid call; expecting a non-integer key' 'Invalid call; no key specified' 'Invalid call; invalid keys, e.g. too many or wrong key specified' 'Invalid call; no input specified' 'Invalid input; expecting none' 'Invalid parameters; expecting none' "Ran out of custom backlink labels, define more in the \"''cite_references_link_many_format_backlink_labels''\" message" I don't think these are probably very understandable to non-techy types. (What's a "call"? "Key"? For that matter, what's "Cite"? Etc.) May I suggest they're changed (lines 77-83 of Cite.php) to something more like: 'Invalid <code><ref></code> tag; name cannot be a simple integer' 'Invalid <code><ref></code> tag; refs with no content must have a name, see http://meta.wikimedia.org/wiki/Cite/Cite.php' 'Invalid <code><ref></code> tag; invalid names, e.g. too many' 'Invalid <code><ref></code> tag; refs with no name must have content, see http://meta.wikimedia.org/wiki/Cite/Cite.php' 'Invalid <code><references></code> tag; no input is allowed, use <code><references /></code>' 'Invalid <code><references></code> tag; no parameters are allowed, use <code><references /></code>' "Ran out of custom backlink labels, ask an administrator to define more in the \"''cite_references_link_many_format_backlink_labels''\" message"
Fixed in r16960 (see also r16961).