User:Fructibus

I'm your local fruit bus delivering fresh fruits to the fruit shops you buy fruits from.
Articles (stubs) started by me: Sink drain cover, Drain cover, Tree grate, Angle bracket (fastener), Shelf support, Organizer box, Russeting, Organizer box, Wrist clasp, Bent-toed gecko, Folding clasp, Sandy ware, Grey ware, Shelly ware, Anted, Knee buckling, Knee buckle, Lug (hinge)
Lists: List of eggplant cultivars
Categories to fill: Category:Vessels - Category:Storage vessels - Category:Serving vessels - Category:Cooking vessels - Category:Spinning tools - Category:Hand spinning tools - Category:Image defects - Category:Household hardware - Category:Furniture components - Category:Bathroom equipment
User:Fructibus/A - User:Fructibus/Questions
- Scripting
How to digg for desirable articles at English Wikipedia (complementing the lists at en:Wikipedia:Requested articles): - use one of the following queries at query.wikidata.org:
SELECT DISTINCT ?item ?commonscat WHERE {
?item wdt:P373 ?commonscat .
?wikipedia schema:about ?item .
?wikipedia schema:isPartOf ?site .
?site wikibase:wikiGroup "wikipedia" .
MINUS {
?enwp schema:about ?item .
?enwp schema:isPartOf <https://en.wikipedia.org/>
}
} LIMIT 50
SELECT DISTINCT ?item ?commons
WHERE
{
?commons schema:about ?item . FILTER(CONTAINS(str(?commons),'commons.wikimedia.org'))
?wikipedia schema:about ?item . FILTER(CONTAINS(str(?wikipedia),'wikipedia.org'))
OPTIONAL {
?enwp schema:about ?item . FILTER(CONTAINS(str(?enwp),'en.wikipedia.org'))
} FILTER(!BOUND(?enwp))
}
LIMIT 1000