MediaWiki:Query:MediaThumbnails
From FridaV
(Created page with 'SELECT xmlelement(name img, xmlattributes(url as src, 'wdbi-thumbnail' as class)) ) as thumbnail FROM frida.media LIMIT 100') |
|||
| - | SELECT xmlelement(name img, xmlattributes(url as src, 'wdbi-thumbnail' as class)) | + | SELECT xmlelement(name a, xmlattributes(url as href), |
| + | xmlelement(name img, xmlattributes(url as src, 'wdbi-thumbnail' as class)) | ||
) as thumbnail | ) as thumbnail | ||
FROM frida.media | FROM frida.media | ||
LIMIT 100 | LIMIT 100 | ||
