Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Seb35
.
en: SVG images in Commons category "Translation possible - SVG (switch)" translated in French used on French Wikipedia - possibly there are images translated into French on the French Wikipedia used without the parameter lang=fr when the image is used and then this parameter could be added. fr: Images SVG dans la catégorie Commons "Translation possible - SVG (switch)" traduites en français utilisées sur la Wikipédia en français - il est possible qu’il y ait des images traduites en français qui sont soient utilisées sur la Wikipédia en français sans le paramètre lang=fr lors de l’utilisation de l’image et ce paramètre pourrait être ajouté.
Toggle Highlighting
SQL
SELECT DISTINCT page_title, gil_page_title FROM commonswiki_p.categorylinks INNER JOIN commonswiki_p.page ON cl_from = page_id INNER JOIN commonswiki_p.globalimagelinks ON cl_from = gil_page -- INNER JOIN frwiki_p.page AS fr_page ON fr_page.page_title = gil_page_title WHERE cl_type = 'file' AND cl_to = 'Translation_possible_-_SVG_(switch)' AND gil_wiki = 'frwiki' 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...