https://bugzilla.wikimedia.org/show_bug.cgi?id=51119
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |51792 --- Comment #3 from John Mark Vandenberg <[email protected]> --- This is not really a problem that affects enwp. If my SQL is right, enwp has only 14 dab pages that transclude mainspace - easily a manual fixup task, esp. when some look of them look like this: e.g. https://en.wikipedia.org/wiki/Howes?veaction=edit Some impact analysis for the next set of wikis in line for VE deployment: dewp: 22226 content pages transcluding mainspace - i.e. 1.4% of all 'content pages', of which 9012 are dab pages - i.e. 0.5% of all content pages - not all of those suffer from the second issue raised; sometimes they have whitespace between transclusion and the next item e.g. https://de.wikipedia.org/wiki/Kalam?veaction=edit frwp,hewp,nlwp: between 1&4 pages transcluding mainspace svwp: 250, all dab pages ruwp: 1616, all dab pages - i.e. 0.15% of all content pages Looking at a Russian example; it doesnt face the second problem raised in comment 1; the last item on this dab page is not consumed by the {{:Lloyd's}} above it. https://ru.wikipedia.org/wiki/%D0%9B%D0%BB%D0%BE%D0%B9%D0%B4?veaction=edit https://ru.wikipedia.org/wiki/Lloyd%E2%80%99s ruwp uses noinclude instead of onlyinclude. My SLQ on dewp: select count(*) from templatelinks tl inner join page p on (tl.tl_from = p.page_id) where tl_namespace = 0 and page_namespace = 0 and tl_from in (select cl_from from categorylinks where cl_to = 'Begriffsklärung') ; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
