Jump to content

Wikipedia talk:WikiProject Electronic literature/Electronic literature works that won the New Media Writing Prize

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Setting up the Listopia bot to generate a list[edit]

This page uses the Template:Wikidata list to populate a list of all the electronic literature works that won the New Media Writing Prize, based on the Wikidata that the British Library has registered. Here is an example of the kind of Wikidata list I'm basing this on: Wikipedia:WikiProject Women in Red/Missing articles by occupation/Academic

This is the Wikidata query:

SELECT DISTINCT ?item ?itemLabel WHERE {

 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
 {
   SELECT DISTINCT ?item WHERE {
     ?item p:P136 ?statement0.
     ?statement0 (ps:P136/(wdt:P279*)) wd:Q173167.
     ?item p:P31 ?statement1.
     ?statement1 (ps:P31/(wdt:P279*)) wd:Q7725634.
     ?item p:P195 ?statement2.
     ?statement2 (ps:P195/(wdt:P279*)) wd:Q108809802.
   }
 }

} Lijil (talk) 14:54, 1 February 2024 (UTC)[reply]