Talk:List of articles every Wikipedia should have/Itemlist

Add topic
From Meta, a Wikimedia project coordination wiki

Maintenance note[edit]

It took me a little trying around to find out, what's the easiest way to maintain this section. This worked for me:

  • Use regex to just extract all .*d:(Q\d+).* from the master list (don't sort).
  • paste it here (should be eactly 1000 items long and same order as the original list)
  • create a PagePile from that list (pp13509)
  • create a PagePile from SPAQRL (SELECT ?item WHERE { ?item wdt:P972 wd:Q5460604 }) (pp13510)
  • XOR those lists with PagePile to create the delta PagePile (pp13511)
  • work through that list until the delta is null. Then the wikidata version of the list should be the same.--Aeroid (talk) 05:53, 26 February 2018 (UTC)Reply