https://bugzilla.wikimedia.org/show_bug.cgi?id=33147
--- Comment #1 from Reedy <[email protected]> 2011-12-15 13:45:52 UTC --- public function getExamples() { return array( 'api.php?action=compare&fromrev=1&torev=2', ); } I'm guessing we should just change it to public function getExamples() { return array( 'api.php?action=compare&fromrev=1&torev=2' => 'Does a diff between revid 1 and 2', ); } Then we've just got to display it on the html dump, and via paraminfo We know if the key is a number, we don't have a description, so we can allow fallback of no extra information for other stuff that hasn't been updated -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
