https://bugzilla.wikimedia.org/show_bug.cgi?id=41042
Umherirrender <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Umherirrender <[email protected]> 2012-10-19 16:29:54 UTC --- You can use http://en.wikipedia.org/w/api.php?action=query&titles=Not%20Exist|In%7Bvlid|Special:Not-exist to validate one or more titles with the api. You will get: <?xml version="1.0"?> <api> <query> <pages> <page ns="0" title="Not Exist" missing="" /> <page title="In{vlid" invalid="" /> <page ns="-1" title="Special:Not-exist" special="" missing="" /> </pages> </query> </api> Special pages also supported and some more stuff (like converting of titles and redirects) -- 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
