Fork of Most used templates by Mr. Ibrahem
This query is marked as a draft This query has been published by Mr. Ibrahem.

SQL

x
 
SELECT concat('# {{عن صفحة|قالب:',lt_title,'}}'), count(*) as a
FROM templatelinks, linktarget 
where lt_namespace = 10 
and tl_target_id = lt_id
and lt_title like "%صندوق_معلومات%"
#and lt_title like "%ويكي_بيانات%"
and lt_title not like "%/شرح%"
and lt_title not like "%/ملعب%"
and lt_title not like "%/مختبر%"
group by lt_title
order by COUNT(lt_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.
All SQL code is licensed under CC0 License.

Checking query status...