sharoz
sharoz

Reputation: 6345

How can I find all the unused and uncategorized pages and images in MediaWiki?

I'm trying to find all pages that are both unused and uncategorized.

I can check them separately with the following API calls

api.php?action=query&list=querypage&qppage=Unusedimages

api.php?action=query&list=querypage&qppage=Uncategorizedimages

But I can't figure out how to find the intersection between the two queries.

Any advice? Or is there a different way to go about it?

Upvotes: 3

Views: 564

Answers (1)

sharoz
sharoz

Reputation: 6345

Couldn't find a solution, so I made an extension. It creates two special pages:

  • Unused and uncategorized files
  • Unused and uncategorized pages

Here's the extension's page (the source is in the bitbucket link)

Upvotes: 0

Related Questions