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
Cryptic
.
Edits made in the last month to pages in the template namespace ending in '/doc', made by ips or by users who (currently) have 10 or fewer edits. (It's not practical to find out how many edits a user had at the time they made a particular edit; and I've omitted the time requirement to become autoconfirmed for the sake of laziness^H^H^H^H^H^H^H^Hsimplicity.) For [[WP:VPI#Semi all template documentation]] circa 5 May 2024.
Toggle Highlighting
SQL
SELECT CONCAT('Special:Diff/', rc_this_oldid) as diff, CAST(rc_timestamp AS DATETIME), rc_title, rc_new_len - rc_old_len AS delta, actor_name, user_editcount AS '#edits', comment_text, GROUP_CONCAT(ctd_name) AS tags FROM recentchanges JOIN actor_recentchanges ON actor_id = rc_actor LEFT JOIN comment_recentchanges ON comment_id = rc_comment_id LEFT JOIN change_tag ON ct_rc_id = rc_id LEFT JOIN change_tag_def ON ctd_id = ct_tag_id LEFT JOIN user ON user_id = actor_user WHERE rc_namespace = 10 AND rc_title LIKE '%/doc' AND (actor_user IS NULL OR user_editcount < 10) AND rc_source != 'wb' -- a wikidata edit GROUP BY rc_id ORDER BY rc_timestamp DESC;
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...