Saving Ukrainian Cultural Heritage Online/Localize article list

From Meta, a Wikimedia project coordination wiki

When you wish to copy one of the Top 100 lists to your language, follow this.

  1. Familiarize with translating and get ready by watching this video https://www.youtube.com/watch?v=B6B1wG5ppmo
  2. Go to the page that you wish to localize. For example https://meta.wikimedia.org/wiki/Saving_Ukrainian_Cultural_Heritage_Online/Articles_about_Ukrainian_women
  3. Append the language code to the end of the website address in the browser address bar and go to that page. For example https://meta.wikimedia.org/wiki/Saving_Ukrainian_Cultural_Heritage_Online/Articles_about_Ukrainian_women/fi
  4. Add this code to the newly created page. After saving, click on the link “Manually update list”.

Top 100 missing articles about Ukrainian women in your language[edit]

{{Wikidata list
 |sparql=SELECT ?item (COUNT(DISTINCT ?sitelink) AS ?count) WHERE {
  ?item wdt:P21 wd:Q6581072.
  ?item wdt:P27 wd:Q212.
  ?sitelink schema:about ?item.
  FILTER(NOT EXISTS {
   ?wfr schema:about ?item.
   ?wfr schema:inLanguage "{{SUBPAGENAME}}".
  })
 }
 GROUP BY ?item
 ORDER BY DESC(?count)
 LIMIT 100
 |columns=P18,label,P106,?count:Count
 |thumb=128
 |references=all
 |language={{SUBPAGENAME}}
 }}
{{Wikidata list end}}

Top 100 missing articles about Ukrainian museums in your language[edit]

{{Wikidata list
   |sparql=SELECT ?item (COUNT(DISTINCT ?sitelink) AS ?count) WHERE {
   ?item wdt:P31 wd:Q33506 .
   ?item wdt:P17 wd:Q212.
   ?sitelink schema:about ?item.
   FILTER(NOT EXISTS {
    ?wfr schema:about ?item.
    ?wfr schema:inLanguage "{{SUBPAGENAME}}".
   })
 }
 GROUP BY ?item
 ORDER BY DESC(?count)
 LIMIT 100
   |columns=P18,label,P131,?count:Count
   |thumb=128
   |references=all
   |language={{SUBPAGENAME}}
   }}
{{Wikidata list end}}