Module:Wiktionaries/configuration
Jump to navigation
Jump to search
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] = {
'en',
'fr',
'mg',
'ru'
},
-- Wiktionaries with more than 100,000 entries
[2] = {
'ca',
'chr',
'cs',
'de',
'el',
'eo',
'es',
'et',
'fi',
'hi',
'hu',
'hy',
'id',
'io',
'it',
'ja',
'kn',
'ko',
'ku',
'li',
'lt',
'ml',
'my',
'nl',
'no',
'or',
'pl',
'pt',
'ro',
'sh',
'sr',
'sv',
'ta',
'te',
'th',
'tr',
'uz',
'vi',
'zh'
},
-- Wiktionaries with more than 10,000 entries
[3] = {
'af',
'ar',
'ast',
'az',
'bg',
'bn',
'br',
'cy',
'da',
'eu',
'fa',
'fj',
'fy',
'gl',
'he',
'hr',
'is',
'jv',
'ky',
'la',
'lo',
'lv',
'nn',
'oc',
'pa',
'ps',
'scn',
'sk',
'sq',
'sw',
'tg',
'tl',
'uk',
'ur',
'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',
'be',
'bs',
'co',
'csb',
'fo',
'ga',
'gd',
'gn',
'hif',
'hsb',
'ia',
'ie',
'ka',
'kk',
'kl',
'km',
'lb',
'mk',
'mn',
'mr',
'ms',
'mt',
'nah',
'nds',
'pnb',
'roa-rup',
'sa',
'sd',
'si',
'sl',
'sm',
'so',
'st',
'tk',
'tt',
'ug',
'vec',
'wo',
'yue'
},
-- Wiktionaries with more than 100 entries
[5] = {
'am',
'ay',
'dv',
'gu',
'gv',
'ha',
'iu',
'jbo',
'kw',
'ln',
'mi',
'na',
'ne',
'om',
'qu',
'rw',
'sg',
'ss',
'su',
'ti',
'tn',
'tpi',
'ts',
'yi',
'zu'
}
}
return cfg