Fork of
WLM India uploads
by Bodhisattwa
This query is marked as a draft
This query has been published
by Bodhisattwa.
SQL
x
SELECT CONCAT("# {{#target:User_talk:", actor_name, "|commons.wikimedia.org}}") as line
FROM logging_logindex
JOIN actor_logging ON log_actor=actor_id
JOIN templatelinks ON tl_from=log_page
JOIN categorylinks ON cl_from=log_page
WHERE
-- only uploads
log_type='upload'
AND log_action='upload'
-- only WLF India uploads
and cl_to IN (
"Images_from_Wiki_Loves_Food_2021_in_India",
"Images_from_Wiki_Loves_Food_2015"
)
GROUP BY actor_name
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.