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
Zache
.
download data as tsv and copypaste to wiki inside the gallery-tags
Toggle Highlighting
SQL
use fiwiki_p; select concat(p1.page_title, "|", "[[:file:", p1.page_title, "|", replace(p1.page_title, "_", " "), "]]") as t from image, page as p1 LEFT JOIN imagelinks as il1 ON p1.page_title=il1.il_to AND il_from_namespace=0 where img_name=p1.page_title and p1.page_namespace=6 and il_to IS NULL order by img_timestamp
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...