Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Bad links from wikis to Commons categories: broken
by
Achim55
This query is marked as a draft
This query has been published
by
Achim55
.
Toggle Highlighting
SQL
USE dewiki_p; #SET @w = LEFT (DATABASE(), LENGTH(DATABASE()) - 2); SET @l = (SELECT lang FROM meta_p.wiki WHERE dbname = @w); SET @l = 'de'; SET @lenb = LENGTH('https://de.wikibooks.org/wiki/'); SELECT now() AS timestamp; ##### Wikibooks ##### #interwiki links to article redirects (SELECT CONCAT ('# [[', IF (wp.page_namespace = 14, ':Kategorie:', ''), REPLACE (wp.page_title, '_', ' '), ']] ', '→ [[b:', REPLACE (iwl_title, '_', ' '), ']]') AS wikipage FROM iwlinks INNER JOIN page wp ON wp.page_id = iwl_from AND wp.page_namespace IN (0, 14) INNER JOIN dewikibooks_p.page cp ON cp.page_title = iwl_title AND cp.page_namespace = 0 AND cp.page_is_redirect = 1 WHERE iwl_prefix IN ('b', 'wikibooks') AND iwl_title NOT LIKE 'Kategorie:%' ) UNION #external links to article redirects (SELECT CONCAT('# [[', IF (wp.page_namespace = 14, ':Kategorie:', ''), REPLACE (wp.page_title, '_', ' '), ']] ', '→ [[b:', REPLACE (cp.page_title, '_', ' '), ']]') AS wikipage FROM externallinks INNER JOIN page wp ON wp.page_id = el_from AND wp.page_namespace IN (0, 14) INNER JOIN dewikibooks_p.page cp ON cp.page_title = SUBSTRING(REPLACE (el_to, CONCAT('?uselang=', @l), ''), IF ((LEFT (el_to, 5) = 'https'), @lenb + 1, @lenb)) AND cp.page_namespace = 0 AND cp.page_is_redirect = 1 WHERE ((el_to LIKE 'https://de.wikibooks.org/wiki/%') OR (el_to LIKE 'http://de.wikibooks.org/wiki/%')) AND el_to NOT LIKE '%//de.wikibooks.org/wiki/Category:%' AND el_to NOT LIKE '%\%%' #temp )/* UNION ##### MediaWiki ##### #interwiki links to article redirects (SELECT CONCAT ('# [[', IF (wp.page_namespace = 14, ':{{ns:14}}:', ''), REPLACE (wp.page_title, '_', ' '), ']] ', '→ [[mw:', REPLACE (iwl_title, '_', ' '), ']]') AS wikipage FROM iwlinks INNER JOIN page wp ON wp.page_id = iwl_from AND wp.page_namespace IN (0, 14) INNER JOIN mediawikiwiki_p.page cp ON cp.page_title = iwl_title AND cp.page_namespace = 0 AND cp.page_is_redirect = 1 WHERE iwl_prefix IN ('mw', 'mediawiki', 'mediawikiwiki') #AND iwl_title NOT LIKE 'Category:%' ) UNION #external links to article redirects (SELECT CONCAT('# [[', IF (wp.page_namespace = 14, ':{{ns:14}}:', ''), REPLACE (wp.page_title, '_', ' '), ']] ', '→ [[mw:', REPLACE (cp.page_title, '_', ' '), ']]') AS wikipage FROM externallinks INNER JOIN page wp ON wp.page_id = el_from AND wp.page_namespace IN (0, 14) INNER JOIN mediawikiwiki_p.page cp ON cp.page_title = SUBSTRING(REPLACE (el_to, CONCAT('?uselang=', @l), ''), IF ((LEFT (el_to, 5) = 'https'), @lenmw + 1, @lenmw)) AND cp.page_namespace = 0 AND cp.page_is_redirect = 1 WHERE ((el_to LIKE 'https://www.mediawiki.org/wiki/%') OR (el_to LIKE 'http://www.mediawiki.org/wiki/%')) #AND el_to NOT LIKE '%//www.mediawiki.org/wiki/Category:%' AND el_to NOT LIKE '%\%%' #temp ) ORDER BY wikipage*/ LIMIT 100;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...