[08:27:21] Hello ,I follow this guide to use pipe character, but it seems not work [08:27:23] https://www.mediawiki.org/wiki/API:Etiquette#Request_limit [08:29:03] I try it like this url:   https://en.wikipedia.org/w/api.php?action=parse&page=Pet_door|Uskok-class_torpedo_boat&format=json [08:29:19] Can somebody help me ,thanks a lot [08:35:58] Guest60: action=parse can't parse multiple pages on the same request [08:42:07] taavi thank you very much, it means I only can send request one by one if I want to get many pages content? [08:45:22] "Making your requests in series rather than in parallel, by waiting for one request to finish before sending a new request, should result in a safe request rate. "   Does anyone have tried to use Multithreading to get page content? [14:10:30] I'd like to change a hook signature in MW (add a new optional param to SearchDataForIndex). Is this possible? It has an interface \SearchDataForIndexHook, so I guess I can't change this but I could call the hook with the additional argument and add a note in the release note but I wonder if there's a way forward?