Let's find all the empty help etc. page links that come with MediaWiki.
Special:Wantedpages doesn't tell the whole story. There are tons of empty help page links that the user will stumble into. I wish to track them down and fill them in before users stumble into them.
I can at least redirect them to existing pages. E.g., various help and FAQ links can be redirected to my site's single help page.
Those missing page names are perhaps all in languages/messages/Messages*.php in the section that start with "# All link text and link target definitions of links"
Wait, maybe instead of redirecting them, I just should edit Mediawiki:edithelppage etc. to point to my single Project:Help.
Anyway, first I must assemble a list of which ones are actually missing. I suppose I must probe their URLs.
Wait, maybe I need only deal with the ones users are most likely to encounter.
No, I don't want to really fill in every different helpful help page, but instead just link them to my monolithic single help page.