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
Lucas Werkmeister
.
Toggle Highlighting
SQL
SELECT COUNT(*) AS total, SUM( page_namespace IN (8, 9) -- NS_MEDIAWIKI, NS_MEDIAWIKI_TALK AND page_title LIKE 'Gadget-%/%' OR page_namespace IN (10, 11) -- NS_TEMPLATE, NS_TEMPLATE_TALK AND page_title LIKE '%/%' ) AS translations FROM revision_userindex JOIN page ON rev_page = page_id WHERE rev_actor = ( SELECT actor_id FROM actor WHERE actor_name = 'Lucas Werkmeister' ) AND rev_timestamp >= '20210101000000';
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...