Wikimedia Belgium
bewikimedia
https://be.wikimedia.org/wiki/Wikimedia_Belgium
MediaWiki 1.39.0-wmf.26
first-letter
Media
Special
Talk
User
User talk
Wikimedia
Wikimedia talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Translations
Translations talk
Gadget
Gadget talk
Gadget definition
Gadget definition talk
WDFIST
0
3432
19301
19138
2022-08-27T15:12:46Z
Geertivp
171
missing functionality
wikitext
text/x-wiki
The '''WDFIST''' tool allows you to automatically register missing images on [[Wikidata]] for items that do not have a {{P|P18}} image (statement) yet.
== Function ==
* Use a SPARQL query to list items for which Wikipedia pages do have images
* Use a Wikipedia category
== User interaction ==
* Select the best fit image to automatically register on Wikidata
* Skip the item update when there is no good image available
== Tool power ==
* No knowledge of Wikidata nor SPARQL required
== Tool location ==
* https://fist.toolforge.org/wdfist
== Example ==
Imagine you have created a project {{Q|Q111843878}} that links all project items via the {{P|P6104}} property.
<syntaxhighlight lang="sparql">
SELECT ?item WHERE {
?item wdt:P6104 wd:Q111843878.
}
</syntaxhighlight>
To do this for all Wikimedia Belgium projects:
<syntaxhighlight lang="sparql">
SELECT ?item WHERE {
?campaign wdt:P664 wd:Q18398868.
?item wdt:P6104 ?campaign.
}
</syntaxhighlight>
== Missing functionality ==
* Reuse the item list (Q-numbers) => copy/past to other tools
== External links ==
* [[w:nl:Wikipedia:GLAM/Industriemuseum Gent/Wiki Café/Pagne Africain|Pagne Africain]]
68mksv9g6fjm2ik156mqftjzx813q00
19302
19301
2022-08-27T15:21:04Z
Geertivp
171
use native language
wikitext
text/x-wiki
The '''WDFIST''' tool allows you to automatically register missing images on [[Wikidata]] for items that do not have a {{P|P18}} image (statement) yet.
== Function ==
* Use a SPARQL query to list items for which Wikipedia pages do have images
* Use a Wikipedia category
== User interaction ==
* Select the best fit image to automatically register on Wikidata
* Skip the item update when there is no good image available
== Tool power ==
* No knowledge of Wikidata nor SPARQL required
== Tool location ==
* https://fist.toolforge.org/wdfist
== Example ==
Imagine you have created a project {{Q|Q111843878}} that links all project items via the {{P|P6104}} property.
<syntaxhighlight lang="sparql">
SELECT ?item WHERE {
?item wdt:P6104 wd:Q111843878.
}
</syntaxhighlight>
To do this for all Wikimedia Belgium projects:
<syntaxhighlight lang="sparql">
SELECT ?item WHERE {
?campaign wdt:P664 wd:Q18398868.
?item wdt:P6104 ?campaign.
}
</syntaxhighlight>
== Missing functionality ==
* Show the Wikidata label in the native language when available
* Reuse the item list (Q-numbers) => copy/past to other tools
== External links ==
* [[w:nl:Wikipedia:GLAM/Industriemuseum Gent/Wiki Café/Pagne Africain|Pagne Africain]]
3tix5cuz1rkh9saaudz42d1tu1s8obq