Michael created this task.
Michael added projects: Wikidata, Wikidata Analytics, Wikidata Integration in 
Wikimedia projects.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  For almost every Wikimedia wiki, we want the number of pages without sitelink 
to Wikidata in the main namespace both as an absolute number and as a fraction 
of the total number of pages in the main namespace.
  
  Example SQL code to get the number pagse without a sitelink in the main 
namespace on a given wiki:
  
    SELECT COUNT(*) 
    FROM `page_props`
    WHERE pp_propname = "unexpectedUnconnectedPage" 
    AND pp_value = 0; 
  
  **Acceptance criteria:**
  
  [ ] An initial collection of the data has been made
    - in the future, we may want to have the data to be continuously collected 
and displayed, for example on Grafana
  
  **Open Questions:**
  
  - Which wikis do we want to exclude?
    - Wikidata and commons obviously do not make sense
    - also test-wikis if they're easy to exclude
    - any others?
  - Are there wikis where namespaces other than the main namespace are 
interesting?
  - Wiktionaries don't usually use sitelinks in the classic sense and rather 
use Cognate, do we still want to include them here?

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to