Greetings,
Is there a sensible way to find all broken (red) image links in a MediaWiki installation? That is, without having to do this:
for all pages in wiki (list=allpages) for all image links in each page (prop=images) check if each image exists on that wiki if not, check again if it exists on commons
Cheers, -jani