Модул:Wiktionaries/configuration

Аз Wiktionary

Ин саҳифаи конфигуратсия барои модул:Wiktionaries мебошад. Барои маълумоти иловагӣ, лутфан вебсайти ин модулро ворид кунед.


-- List of Wiktionaries ordered by article count
-- Note: Each list is order by alphabetical order of the language code,
-- please do not mix up the order when you are doing an update.
-- Updated automatically every month by HydrizBot.

local cfg = {
	-- The names of the tables to use (must match below)
	tables = {
		[1] = '1,000,000+',
		[2] = '100,000+',
		[3] = '10,000+',
		[4] = '1,000+',
		[5] = '100+'
	},

	-- Wiktionaries with more than 1,000,000 entries
	[1] = {
		'en',
		'fr',
		'mg'
	},

	-- Wiktionaries with more than 100,000 entries
	[2] = {
		'ca',
		'chr',
		'de',
		'el',
		'es',
		'et',
		'fi',
		'hi',
		'hu',
		'hy',
		'id',
		'io',
		'it',
		'ja',
		'kn',
		'ko',
		'ku',
		'li',
		'lt',
		'ml',
		'my',
		'nl',
		'no',
		'or',
		'pl',
		'pt',
		'ro',
		'ru',
		'sh',
		'sr',
		'sv',
		'ta',
		'te',
		'th',
		'tr',
		'uz',
		'vi',
		'zh'
	},

	-- Wiktionaries with more than 10,000 entries
	[3] = {
		'af',
		'ar',
		'ast',
		'az',
		'bg',
		'br',
		'cs',
		'cy',
		'da',
		'eo',
		'eu',
		'fa',
		'fj',
		'fy',
		'gl',
		'he',
		'hr',
		'is',
		'jv',
		'ky',
		'la',
		'lo',
		'nn',
		'oc',
		'ps',
		'scn',
		'sk',
		'sw',
		'tg',
		'tl',
		'uk',
		'vo',
		'wa',
		'zh-min-nan'
	},

	-- Wikis in these two lists will NOT get a sidebar entry on the Main Page
	-- Wiktionaries with more than 1,000 entries
	[4] = {
		'ang',
		'an',
		'ay',
		'be',
		'bn',
		'bs',
		'co',
		'csb',
		'ga',
		'gd',
		'gn',
		'hsb',
		'ia',
		'ie',
		'ka',
		'kk',
		'km',
		'lb',
		'lv',
		'mk',
		'mn',
		'mr',
		'ms',
		'mt',
		'nah',
		'nds',
		'pa',
		'pnb',
		'roa-rup',
		'sa',
		'sd',
		'si',
		'sl',
		'sm',
		'so',
		'sq',
		'st',
		'tk',
		'tt',
		'ug',
		'ur',
		'vec',
		'wo'
	},



	-- Wiktionaries with more than 100 entries
	[5] = {
		'am',
		'dv',
		'fo',
		'gu',
		'gv',
		'ha',
		'ik',
		'iu',
		'jbo',
		'kl',
		'kw',
		'ln',
		'mi',
		'na',
		'ne',
		'om',
		'qu',
		'rw',
		'sg',
		'ss',
		'su',
		'ti',
		'tn',
		'tpi',
		'ts',
		'yi',
		'za',
		'zu'
	}
}

return cfg