MediaWiki:Query:MediaThumbnailsRandom
From FridaV
(Created page with ' SELECT xmlelement(name a, xmlattributes(url as href), xmlelement(name img, xmlattributes(frida.icon_from_url(url) as src, 'wdbi-thumbnail' as class)) ) as thumb...') |
|||
FROM frida.media | FROM frida.media | ||
ORDER BY random() | ORDER BY random() | ||
| - | LIMIT | + | LIMIT 36 |
