It should work on all wikis maybe depending of the mw version. The trick is "&uselang=en". Unfortunately the most special pages are not availlable via API and this screen scrapping is needed.
xqt ----- Original Nachricht ---- Von: Bináris <[email protected]> An: [email protected] Datum: 08.09.2010 20:22 Betreff: Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [8504] trunk/pywikipedia > Thank you, thank you! :-) > > 2010/9/8 <[email protected]> > > > Revision: 8504 > > site generator for special:wantedcategories > > + return > > "%s?title=%s:wantedcategories&limit=%d&useskin=monobook&uselang=en" % > > (self.path(code), self.special_namespace_url(code), limit) > > > With this, will that work for all wikis? In huwiki > > > + '<li><a href=".+?" class="new" title="(?P<title>.+?) > > \(page does not exist\)">.+?</a> .+?\)</li>') > > > > is "(megíratlan szócikk) " > I already wrote my version, but this one is much better. > > -- > Bináris > > > -------------------------------- > > _______________________________________________ > Pywikipedia-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l > Heute erleben, was morgen Trend wird - das kann man auf der IFA in Berlin. Oder auf arcor.de: Wir stellen Ihnen die wichtigsten News, Trends und Gadgets der IFA vor. Natürlich mit dabei: das brandneue IPTV-Angebot von Vodafone! Alles rund um die Internationale Funkausstellung in Berlin finden Sie hier: http://www.arcor.de/rd/footer.ifa2010 _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
