I am new to the Mediawiki API.
I would like a list of all titles that have a certain category.
This command gives me page titles with categories listed within the page.
http://localhost/wiki1_13/api.php?action=query&generator=allpages&prop=cateā¦
I can deal with this command but I would get way more than I need.
Also, how can I avoid the limit? I want all pages. If I have to deal with limits, can I get 1-500, then 501-1000, etc.
Thanks,
Mary Beebe
Email: beebem(a)battelle.org<mailto:beebem@battelle.org>
Hello,
Is there any way to do online registration of a user through an API? I see
APIs for login, logout etc, but don't see anything for registration. Do I
need the Special block for that? If so, are there any examples around?
Regards