https://bugzilla.wikimedia.org/show_bug.cgi?id=46217

       Web browser: ---
            Bug ID: 46217
           Summary: Implement a special page to show items with the most
                    sitelinks
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
               URL: https://www.wikidata.org/wiki/Special:SpecialPages
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: WikidataRepo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

On a MediaWiki install we have special pages
(https://www.wikidata.org/wiki/Special:SpecialPages) like Most linked-to pages
and Pages with the most interwikis. The wikibase extension should add an
extension for items with the most sitelinks. 
Rough query:
SELECT ips_item_id, COUNT(ips_item_id) FROM wb_items_per_site GROUP by
ips_item_id ORDER BY COUNT(ips_item_id) DESC LIMIT 100;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to