[01:10:04] http://www.mediawiki.org/wiki/API:Search [01:10:36] I am reading this and not understanding on prop how I would return multiple properties [01:16:39] SleePy: &prop=size|wordcount [01:17:19] Thank you [01:17:24] the pipe join thing is covered in https://www.mediawiki.org/wiki/API:Data_formats#Multivalue_parameters [01:17:27] np :) [01:18:38] one thing to watch out for that isn't obvious in those docs is that API limits stack up. Like if you query 100 pages at a time and pull images for them, it'll return the 100 pages you asked for but only the first 500 images. [01:19:52] I ended up needing to create a bot account on my wiki to reliabily get around that without writing significantly more complicated code :> [01:23:48] I'm building a bridge between a old documentation site and a new one and have to bridge the search. So it would only get one query per page load [01:25:23] Quasar`: you'd think there'd be a way to tell it "okay just return results for every page except the one that'd take you over 500" ... [01:25:37] s/except/up to [01:25:43] would be handy [01:26:45] (except if the very first one had >500 images, you'd probably just want the first 500 from that ...) [01:28:44] in my case I need all pages, and all images; I just don't want to deal with repeating page results in the event there's a query-continue with an aifrom in it. With a bot I can query 100 pages at a time and set ailimit to 5000 and there's no way for it to ever hit the image limit since we only have ~4800 images on our entire wiki and they're not distributed 50 per page :> [01:29:46] of course I wrote that against the 1.16 API and now we've upgraded to 1.22 so I need to rewrite it [01:29:50] :> [01:43:21] define( 'MW_MATH_MATHJAX', 6 ); /// @deprecated [01:43:28] i'm wondering why that is deprecated [01:44:28] IanKelling: if you have a git clone of the repository, you can do a 'git blame [filename]', which will print next to each line the commit which introduced / modified it [01:44:40] oh, good call [01:44:49] if you then do git log [commit] you'll see the commit message [02:01:22] [02:15:43] how do I check if a piece of wikitext will parse into an outbound link [02:15:52] e.g. it's not enclosed in nowikis or