Update Foundation projects; fix issue with Wikipedia namespace. #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please, update the current Foundation projects.
There were also 2 typos: "speciesi" and "meta-wiki".
We probably don't need these:
tools bugzilla mediazilla quality strategy usability betawikiversity oldwikisource nost nostalgia tenwiki donate
If possible, do not add "w" and "wikipedia" until errors #68 and #82 are rewritten to take care of them, as explained here:
https://en.wikipedia.org/wiki/Wikipedia_talk:WikiProject_Check_Wikipedia#Error_82_confusion_and_new_error_104
For the same reason, "wikt" and "wiktionary" are special cases when the script is running for sv.wiktionary; and so on with other exceptions when running for commons, etc. At the moment, errors #68 and #82 are not active in those projects, so my fix doesn't have effects on them.
As explained in the link above, "w" and "wikipedia" can also combine in multiple ways with language codes and with "m", "mw" and the like, with the script unable to sort out all the cases at the moment; see how the script works in es.wiki, where errors #68 and #82 have the majority of the problems (my fix doesn't solve all of them; for example it can't stop
[[:de:wikt:Kreis|kreis]]
showing up in error #68 instead of #82 ).