User:PokestarFan/autoEditLists.js

From Wikidata
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/******************************************************************************************
** SYNTAX
** 
** desclist['name of the group (show in the summary)']= {
**                              'code for language 1': 'description in this language',
**                              'language 2': 'description 2',
**                              'language 3': 'description 3',
**                              ...
**                              'last language': 'last description' // without coma
**              };
** 
** EXAMPLE :
** 
** desclist['french commune'] = {
**                              'ca': 'un municipi francès',
**                              'en': 'a commune in France',
**                              'es': 'une comuna francesa',
**                              'fr': 'commune française',
**                              'it': 'un comune francese',
**                              'nl': 'Gemeente in Frankrijk',
**                              'oc': 'una comuna francesa',
**                              'ru': 'коммуна Франции'
**              };
**
** SEE LISTS SHARED BY OHTER USERS : [[User talk:Jitrixis/autoEdit.js/lists]]
*******************************************************************************************/

desclist['Wikinews article']= {
            'ar': 'مقالة ويكي أخبار',
            'bn': 'উইকিসংবাদের নিবন্ধ',
            'bs': 'Wikinews članak',
            'ca': 'article de Viquinotícies',
            'cs': 'článek na Wikizprávách',
            'da': 'Wikinews-artikel',
            'de': 'Artikel bei Wikinews',
            'de-at': 'Artikel bei Wikinews',
            'de-ch': 'Artikel bei Wikinews',
            'el': 'Άρθρο των Βικινέων',
            'en': 'Wikinews article',
            'en-ca': 'Wikinews article',
            'en-gb': 'Wikinews article',
            'eo': 'artikolo de Vikinovaĵoj',
            'es': 'artículo de Wikinoticias',
            'eu': 'Wikialbistakeko artikulua',
            'fi': 'Wikiuutisten artikkeli',
            'fr': 'article de Wikinews',
            'he': 'כתבה בוויקיחדשות',
            'hu': 'Wikihírek-cikk',
            'hy': 'Վիքիլուրերի հոդված',
            'it': 'articolo di Wikinotizie',
            'ja': 'ウィキニュースの記事',
            'ko': '위키뉴스 기사',
            'ku-latn': 'gotara li ser Wîkînûçeyê',
            'lt': 'Vikinaujienų straipsnis',
            'mk': 'напис на Викивести',
            'nb': 'Wikinytt-artikkel',
            'nl': 'Wikinews-artikel',
            'or': 'ଉଇକି ସୂଚନା ପତ୍ରିକା',
            'pl': 'artykuł w Wikinews',
            'ps': 'د ويکيخبرونو ليکنه',
            'pt': 'artigo do Wikinotícias',
            'ru': 'статья Викиновостей',
            'sr': 'чланак са Викивести',
            'sq': 'lajm i Wikinews',
            'sv': 'Wikinews-artikel',
            'th': 'เนื้อหาวิกิข่าว',
            'tr': 'Vikihaber maddesi',
            'uk': 'стаття Вікіновин',
            'zh': '維基新聞新聞稿',
            'zh-cn': '维基新闻新闻稿',
            'zh-hans': '维基新闻新闻稿',
            'zh-hant': '維基新聞新聞稿',
            'zh-hk': '維基新聞新聞稿',
            'zh-mo': '維基新聞新聞稿',
            'zh-my': '维基新闻新闻稿',
            'zh-sg': '维基新闻新闻稿',
            'zh-tw': '維基新聞新聞稿'
};

desclist['Video games']= {
	'en':'video game',
	'en-ca':'video game',
	'en-gb':'video game',	
	'es':'videojuego',
	'de':'Videospiel', 
	'el':'βιντεοπαιχνίδι',
	'fr':'jeu vidéo',
	'pl':'gra wideo',
	'fi':'videopeli'
};

desclist[recipe]= {
	'en':'recipe',
	'en-ca':'recipe',
	'es':'receta',
	'fr':'recette',
	'it':'ricetta',
	'ar':'وصفة',
	'bn':'প্রণালী',
	'de':'Rezept',
	'af':'resep',
	'sq':'recetë',
	'am':'የምግብ አሰራር',
	'hy':'Բաղադրատոմսը',
	'az':'Resept',
	'eu':'errezeta',
	'be':'рэцэпт',
	'bs':'Recept',
	'bg':'рецепта',
	'ca':'Recepta',
	'ny':'Chinsinsi',
	'zh-hant':'食譜',
	'zh-hans':'食谱',
	'zh-CH':'食谱',
	'zh-TW':'食譜',
	'co':'Ricetta',
	'hr':'recept',
	'cs':'recept',
	'da':'opskrift',
	'da-DE':'opskrift',
	'da-FO':'opskrift',
	'da-GL':'opskrift',
	'da-DK':'opskrift',	
	'nl':'recept',
	'nl-NL':'recept',
	'eo':'recepton',/*****************************
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
	'':'',
**********************/
	'zh':'食谱'
};