Module:Wiktionaries/configuration
This is the configuration page for Module:Wiktionaries. For more information, please visit that module page.
The above documentation is transcluded from Module:Wiktionaries/configuration/doc. (change | history) Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this module. |
-- 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] = {
'zh',
'en',
'fr',
'de',
'el',
'ku',
'mg',
'ru'
},
-- Wiktionaries with more than 100,000 entries
[2] = {
'hy',
'ca',
'cs',
'nl',
'fi',
'es',
'eo',
'et',
'hi',
'hu',
'io',
'id',
'it',
'ja',
'kn',
'ko',
'li',
'lt',
'ml',
'my',
'no',
'or',
'fa',
'pl',
'pt',
'ro',
'sh',
'sv',
'ta',
'te',
'th',
'tr',
'vi',
'uz'
},
-- Wiktionaries with more than 10,000 entries
[3] = {
'af',
'sq',
'ar',
'ast',
'az',
'ms',
'eu',
'bn',
'br',
'bg',
'hr',
'da',
'fy',
'gl',
'ka',
'ne',
'is',
'jv',
'ky',
'lo',
'la',
'lv',
'lmo',
'zh-min-nan',
'mnw',
'nn',
'oc',
'om',
'ps',
'pa',
'sr',
'shn',
'scn',
'sk',
'sw',
'tl',
'tg',
'uk',
'ur',
'vo',
'wa',
'cy'
},
-- Wikis in these two lists will NOT get a sidebar entry on the Main Page
-- Wiktionaries with more than 1,000 entries
[4] = {
'roa-rup',
'ay',
'be',
'bs',
'bcl',
'co',
'fo',
'hif',
'kl',
'gn',
'ia',
'ie',
'ga',
'ks',
'csb',
'kk',
'km',
'ky',
'lb',
'mi',
'nds',
'mk',
'mt',
'mr',
'nah',
'ne',
'nia',
'ang',
'gd',
'shy',
'sd',
'si',
'sl',
'so',
'hsb',
'st',
'su',
'tt',
'tk',
'ug',
'pnb',
'wo',
'zu'
},
-- Wiktionaries with more than 100 entries
[5] = {
'am',
'an',
'chr',
'kw',
'dv',
'gu',
'ha',
'haw',
'iu',
'rw',
'ln',
'gv',
'mn',
'qu',
'sm',
'sg',
'tn',
'ti',
'tpi',
'ts',
'yi'
}
}
return cfg