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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select concat('Template:', ep.page_title) enwiki_template, ll_title fawiki_template from page fp join enwiki_p.page ep on fp.page_title = ep.page_title and fp.page_is_redirect = 0 and ep.page_is_redirect = 0 and fp.page_namespace = 10 and ep.page_namespace = 10 join enwiki_p.langlinks on ep.page_id = ll_from and ll_lang = 'fa' and ll_title <> concat('الگو:', replace(ep.page_title, '_', ' ')) limit 1000;
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...