As a wikidata editor I want to know if an Item is related to a wikiproject so that I can connect with other editors who share a common interest.
Using relevant "instance of" statements on Items on Wikidata we will link to:
We will link to Wikiproject sum of all paintings for Items that use the following instance of statements:
instance of (P31) →
- painting (Q3305213)
- watercolor painting (Q18761202)
- mural (Q219423)
- pastel painting (Q12043905)
- fresco (Q22669139)
- ceiling painting (Q1181933)
- religious ceramic panel (Q97072190)
- icon (Q132137)
- gouache painting (Q21281546)
- miniature (Q282129)
- wall painting (Q99516640)
We will link to WikiProject elections for Items that use the following instance of statements:
instance of (P31)→
- type of election (e.g. presidential election (Q858439)
- gubernatorial election (Q15261477)
- mayoral election (Q15280243)
- legislative election (Q2618461)
The link should be displayed in the tools section following the design
Note: there is concern that this will impact the rendering time of all Item pages, so we will need to track the impact of the changes
Acceptance Criteria
- On Wikidata, Items that have statements that have the relevant "instance of" statements to display a link to the respective WikiProject following the default of same-window navigation
- This link is included in the tools section of the Item page, following the design. Making sure to be enabled under a "feature-flag".
- Items that do not have any statements that use any of the relevant properties should show no WikiProject section or link
- All links are tracked using T421856
- Monitor rendering time before and after implementation