Fork of Unused and low-use modules by Pppery
This query is marked as a draft This query has been published by Pppery.

SQL

AخA
 
select concat("Module:",page_title),page_len from page 
join revision on rev_page=page_id and rev_parent_id=0
where page_namespace=828 
and page_title not like "Adjacent_stations/%"
and page_title not like "Location_map/data/%"
and page_title not like "User:%"
and page_title not like "Sandbox/%"
and page_title not like "%/sandbox"
-- I really should clean these up someday, but never have the energy to.
and page_title not like "Road_data/%"
and page_title not like "Infobox_road/%"
and page_is_redirect=0
and page_content_model!="wikitext"
order by rev_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.
All SQL code is licensed under CC0 License.

Checking query status...