Add a skip condition to skip if page is / is not in a user given (hidden) category. Implement before/after fixes options too.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T169424 [AutoWikiBrowser] Skip related tickets | |||
Open | Feature | None | T127185 Advanced skip conditions | ||
Open | Feature | None | T124868 Skip if page is/is not in hidden category xxxx |
Event Timeline
Comment Actions
I've provided @Magioladitis with two example functions for use in a custom module to get current categories of a page, and secondly the categories a page would have with its new article text, both using MediaWiki API calls. This would enable skip before and/or after checks based on categories. Over to Magioladitis to integrate with bot scripts and test. If these work suitably then as a minimum we'll document the functions as example custom modules on the custom modules page.
Comment Actions
I asked @Bgwhite and he created
https://en.wikipedia.org/wiki/User:Yobot/CatsCheck
for me. Now it's all about testing it.