Fork of Use of shortdesc helper by Galobtter
This query is marked as a draft This query has been published by Galobtter.

SQL

AخA
 
select rc_title, rc_new_len - rc_old_len, comment_text
from recentchanges, comment
where rc_timestamp > 20230328120000 and
rc_comment_id = comment_id and
comment_text like 'Expanding bare references using [[en:w:User:BrandonXLF/ReferenceExpander|ReferenceExpander]]'
order by (rc_new_len - rc_old_len) 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...