SQL
AخA
SELECT CONCAT('# [[File:',img_name,']]') as img_name, CONCAT('Category:',img_width,' x ',img_height) as VDR_cat, img_width, img_height from commonswiki_p.image
WHERE (img_name LIKE "%.webm"
# OR img_name LIKE "%.ogg"
# OR img_name LIKE "%.ogv")
AND img_width BETWEEN 11 AND 20
LIMIT 10
;
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.