[12:39:08] Hey all, which table(s) do I have to query on Tool Labs to find unconnected Wikipedia pages? [12:40:38] MisterSynergy: You know we have a special page for that? [12:40:52] https://en.wikipedia.org/wiki/Special:UnconnectedPages [12:41:38] Be careful with mass creating these, you might disrupt some process by a local wiki [12:41:46] Yes, I know. But it is restricted to 10.000 items, and always sorted by page_id desc [12:42:06] That should be enough for most wiki´s [12:42:17] there is a question in dewiki how to find particularly old unconnected pages. they don't show up in this list [12:43:27] https://tools.wmflabs.org/wikidata-todo/duplicity.php?wiki=dewiki&mode=list, but shows only articles [12:43:42] MisterSynergy: Oh, that´s not that hard to query on the toollabs database [12:43:55] I have a query example for you [12:44:01] thanks Stryn [12:44:13] very helpful [12:44:21] That webtool is even easier [12:44:31] still I'm interested how this can be queried at tool labs [12:45:38] I just need to know which tables are important [12:45:54] MisterSynergy: https://tools.wmflabs.org/multichill/queries/nlwp/unconnected_not_nominated.sql [12:47:04] Just remove the "LEFT JOIN categorylinks" part to get them all [12:47:18] Or you might want to filter out the nominated for deletion ones on the dewp too [12:47:22] yepp, I'm familiar with SQL [12:48:00] looks like the information I'm looking for can be found in the page_props table [12:48:36] with pp_propname="wikibase_item" [12:48:40] I need some help on the property proposal/generic page. I entered a suggestion and did something wrong but have no idea what. [12:48:53] MisterSynergy: Yup, you might be interested in https://www.wikidata.org/wiki/Wikidata:Database_reports/removed_sitelinks/dewiki too [12:50:05] I'm going to offer Stryn's tool link first. If they request more at dewiki, I'm probably going to create some Quarry queries for them. [12:50:21] https://www.wikidata.org/wiki/Wikidata:Property_proposal/Generic [12:50:53] page_props with pp_propname=wikibase_item is everything I need to know. [12:50:58] MisterSynergy: On the Dutch Wikipedia we cleared out the unconnected items and I run a bot that waits a couple of links and creates the missing items [12:51:09] Thanks for you help ;-) [12:55:46] and the property I wanted to propose was this https://www.wikidata.org/wiki/Wikidata:Property_proposal/Ladies_European_Tour_ID [12:57:04] looking [12:57:28] paaln: Everything between is comments [12:57:34] So if you change that, nothing happens [12:57:55] fixed [12:58:35] (or is that also in other languages these days?) [12:59:22] paaln: "(avsnitt)" can be removed, right? [13:03:52] yes, i have no idea how that ended there [13:06:02] stryn, multichill, thanks a bunch to both,