Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Vexations
.
See also https://tools.wmflabs.org/bambots/cwb/bycat/Visual_arts.html#External%20link%20cleanup%20{{external%20links}}
Toggle Highlighting
SQL
# visual arts articles with maintenance tags SELECT article.page_title FROM page AS article INNER JOIN page AS talk on article.page_title = talk.page_title JOIN templatelinks as article_links ON article_links.tl_from = article.page_id JOIN templatelinks as talk_links ON talk_links.tl_from = talk.page_id WHERE article_links.tl_namespace = 10 AND talk_links.tl_namespace = 10 AND talk.page_namespace = 1 AND article.page_namespace = 0 AND article_links.tl_title LIKE '%External_links%' AND talk_links.tl_title = "WikiProject_Visual_arts" 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...