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
Fluq
.
Toggle Highlighting
SQL
SELECT page_id, page_title FROM page LEFT JOIN linktarget ON page_namespace = lt_namespace AND page_title = lt_title WHERE page_namespace = 10 AND page_is_redirect = 0 AND lt_id IS NULL AND page_title NOT IN ( SELECT page_title FROM page JOIN categorylinks ON page_id = cl_from WHERE cl_to IN ( 'Wikipedia_substituted_templates', 'Wikipedia_transclusionless_templates', 'Deprecated_templates_kept_for_historical_reasons', 'Inactive_project_pages', 'Parameter_shared_content_templates', 'Computer_language_user_templates', 'Language_user_templates', 'Template_test_cases', 'Template_sandboxes', 'Level-zero_userbox_templates' ) AND page_namespace = 10 ) ORDER BY page_title ASC;
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...