On Tuesday, March 15, 2016, Daniel Mietchen <[email protected]> wrote: > Hi, > > I want to get an idea how many times the Score extension is invoked > but could find no way to go about that, nor to get a list of pages > using <score> or variants thereof on a per-wiki or per-category basis. > > Any pointers? > > Thanks, > d. > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Try https://en.wikipedia.org/wiki/Special:PagesWithProp?propname=score (to truly get good stats, aggregated by categories, etc, you'd probably need to use quarry.wikimedia.org and do sql. Whether score is used on a page is stored in page_properities table) -- bawolff _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
