You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Add Image
Revision as of 20:48, 24 August 2021 by imported>Gergő Tisza (Created page with "This page contains information about the infrastructure used for the Add Image structured task project (phab:T285587). For project information, see mw:Growth/Personalized first day/Structured tasks/Add an image. == High-level summary == Add Image is the infrastructure behind a feature which recommends images to be added to articles which don't have any, and provides a streamlined editing interface for doing so. It consists of: * A dataset (currently a one-off)...")
This page contains information about the infrastructure used for the Add Image structured task project (T285587). For project information, see mw:Growth/Personalized first day/Structured tasks/Add an image.
High-level summary
Add Image is the infrastructure behind a feature which recommends images to be added to articles which don't have any, and provides a streamlined editing interface for doing so. It consists of:
- A dataset (currently a one-off) of articles with no images, and image recommendations based on images in other Wikimedia projects which are connected to the article in some way via Wikidata.
- A
hasrecommendation:image
CirrusSearch keyword for searching for articles with recommendations (currently based on having loaded the dataset into the search index as a one-off). - An image recommendation API (currently image-suggestion-api.wmcloud.org) that provides the information in the dataset for the queried page IDs.
- Integration with the structured task functionality of the GrowthExperiments extension: a browsing interface on
Special:Homepage
and VisualEditor-based custom editing interface.
See also
- Add Link, the previous structured task project