Fork of translations on meta empty, with top editor info by Base
This query is marked as a draft This query has been published by Base.

SQL

AخA
 
select rev_sha1,
CONCAT("[[Translations:",page_title,"]]"),
CONCAT("{{Translations:",page_title,"}}")
from metawiki_p.page
join metawiki_p.revision_userindex
on metawiki_p.page.page_namespace = 1198
and metawiki_p.page.page_len = 0
and rev_id = page_latest
-- group by rev_sha1
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...