SQL
AخA
use enwiki_p;
select concat('{{ويكيبيديا:أسبوع الويكي/قالب حجم المقالة2|اسم=','{{#invoke:WikidataIB|getLabel|{{#invoke:WikidataIB|getEntityFromTitle|',page_title,'|site=enwiki}}}}','|هدف = 50|مستخدم = |ملاحظة=}}') from page where page_id in (
select pa_page_id from page_assessments
where pa_project_id = (select pap_project_id from page_assessments_projects where pap_project_title="Canada")
and pa_importance = "Top") and page_namespace=0
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.