मोड्युल:Citation/CS1/Configuration
दिखावट
![]() |
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This configuration file contains various data that controls the functioning of Module:Citation/CS1 and hence the way that Lua-based citations are generated.
It has several sections among which are:
- translation tables that contain most of the literal strings that may be included in Lua-based citation. If editors are copying this Module to another wiki using a language other than English, then they should translate each of these values into that language.
- a list of error conditions specifying what text to display, what category to include (if any), and what help page section to refer to when errors are detected
- a list of ID handlers specifying the recognized document IDs, such as ISBN, DOI, etc., and how to format them.
These files comprise the module support for CS1|2 citation templates:
citation_config = {};
--[[
List of namespaces that should not be included in citation
error categories. Same as setting notracking = true by default
Note: Namespace names should use underscores instead of spaces.
]]
citation_config.uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk',
'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Education_Program_talk', 'Module_talk' };
--[[
अनुवाद तालिका
The following contains fixed text that may be output as part of a citation.
This is separated from the main body to aid in future translations of this
module.
]]
citation_config.messages = {
['published'] = 'प्रकाशित तिथि $1',
['lay summary'] = 'Lay शीर्षक',
['retrieved'] = 'अन्तिम पहुँच $1',
['inactive'] = 'निस्क्रिय',
['archived-dead'] = '$1सँ $2 मे सङ्ग्रहित',
['archived-not-dead'] = '$2 कऽ मूल रूप $1',
['archived-missing'] = '$2 कऽ मूल सङ्ग्रहित$1',
['archived'] = 'सङ्ग्रहित',
['original'] = 'मूल',
['editor'] = 'सम्पादक',
['editors'] = 'सम्पादकसभ',
['edition'] = '($1 संस्करण)',
['episode'] = 'भाग',
['season'] = 'सिजन',
['series'] = 'शृङ्खला',
['cartography'] = '$1द्वारा मानचित्र',
['section'] = 'भाग $1',
['inset'] = '$1 इनसेट',
['written'] = 'Written at $1',
['in'] = 'In',
['et al'] = 'et al.',
['subscription'] = '<span style="font-size:0.95em; font-size:90%; color:#555">(नामलेखन बाँकी (<span title="Sources are not required to be available online. Online sources do not have to be freely available. The site may require a paid subscription." style="border-bottom:1px dotted;cursor:help">help</span>))</span>' ..
'[[Category:Pages containing links to subscription-only content]]',
['registration']='<span style="font-size:0.95em; font-size:90%; color:#555">(पञ्जीकरण बाँकी (<span title="Sources are not required to be available online. Online sources do not have to be freely available. The site may require registration." style="border-bottom:1px dotted;cursor:help">help</span>))</span>' ..
'[[Category:Pages with login required references or sources]]',
['language'] = '($1मे)',
['via'] = " – $1द्वारा",
['event'] = 'Event occurs at',
['minutes'] = 'minutes in',
['quoted-title'] = '"$1"',
['italic-title'] = "''$1''",
['trans-quoted-title'] = "[$1]",
['trans-italic-title'] = "[''$1'']",
['quoted-text'] = '"$1"',
['parameter'] = '<code>|$1=</code>',
['parameter-separator'] = ', ',
['parameter-final-separator'] = ', आ ',
['parameter-pair-separator'] = ' आ ',
-- Error output
['hidden-error'] = '<span style="display:none;font-size:100%" class="error citation-comment">$1</span>',
['visible-error'] = '<span style="font-size:100%" class="error citation-comment">$1</span>',
-- Determines the location of the help page
['help page link'] = 'सहायता:उद्दरण त्रुटी',
['help page label'] = 'सहायता',
-- Internal errors (should only occur if configuration is bad)
['undefined_error'] = 'Called with an undefined error condition',
['unknown_manual_ID'] = 'Unrecognized manual ID mode',
['unknown_ID_mode'] = 'Unrecognized ID mode',
['unknown_argument_map'] = 'Argument map not defined for this variable',
['bare_url_no_origin'] = 'Bare url found but origin indicator is nil or empty',
}
--[[--------------------------< A L I A S E S >----------------------------------------------------------------
Aliases table for commonly passed parameters
]]
citation_config.aliases = {
['AccessDate'] = {'access-date', 'accessdate'},
['Agency'] = 'agency',
['AirDate'] = {'air-date', 'airdate'},
['ArchiveDate'] = {'archive-date', 'archivedate'},
['ArchiveFormat'] = 'archive-format',
['ArchiveURL'] = {'archive-url', 'archiveurl'},
['ASINTLD'] = {'ASIN-TLD', 'asin-tld'},
['At'] = 'at',
['Authors'] = {'authors', 'people', 'host', 'credits'},
['AuthorFormat'] = {'author-format', 'authorformat'}, -- deprecated in favor of NameListFormat;
['AuthorSeparator'] = 'author-separator', -- deprecated
['AuthorNameSeparator'] = 'author-name-separator', -- deprecated
['Began'] = 'began', -- cite episode and cite series
['BookTitle'] = {'book-title', 'booktitle'},
['Callsign'] = {'call-sign', 'callsign'}, -- cite interview
['Cartography'] = 'cartography',
['Chapter'] = {'chapter', 'contribution', 'entry', 'article', 'section'},
['ChapterFormat'] = {'chapter-format', 'contribution-format', 'section-format'};
['ChapterLink'] = {'chapter-link', 'chapterlink'}, -- deprecated; remove after 1 January 2015?
['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'section-url', 'sectionurl'},
['City'] = 'city', -- cite interview
['Class'] = 'class', -- cite arxiv and arxiv identifiers
['Coauthors'] = {'coauthors', 'coauthor'}, -- coauthor and coauthors are deprecated; remove after 1 January 2015?
['Conference'] = {'conference', 'event'},
['ConferenceFormat'] = {'conference-format', 'event-format'},
['ConferenceURL'] = {'conference-url', 'conferenceurl', 'event-url', 'eventurl'},
['Date'] = {'date', 'air-date', 'airdate'},
['DeadURL'] = {'dead-url', 'deadurl'},
['Degree'] = 'degree',
['DisplayAuthors'] = {'display-authors', 'displayauthors'},
['DisplayEditors'] = {'display-editors', 'displayeditors'},
['Docket'] = 'docket',
['DoiBroken'] = {'doi-broken', 'doi-broken-date', 'doi-inactive-date', 'doi_brokendate', 'doi_inactivedate'},
['Edition'] = 'edition',
['Editors'] = 'editors',
['EditorFormat'] = {'editor-format', 'editorformat'}, -- deprecated in favor of NameListFormat;
['EditorSeparator'] = 'editor-separator', -- deprecated
['EditorNameSeparator'] = 'editor-name-separator', -- deprecated
['Embargo'] = 'embargo',
['Encyclopedia'] = {'encyclopedia', 'encyclopaedia'}, -- this one only used by citation
['Ended'] = 'ended', -- cite episode and cite series
['Episode'] = 'episode', -- cite serial only TODO: make available to cite episode?
['Format'] = 'format',
['ID'] = {'id', 'ID'},
['IgnoreISBN'] = {'ignore-isbn-error', 'ignoreisbnerror'},
['Inset'] = 'inset',
['Issue'] = {'issue', 'number'},
['Wikisource'] = 'wikisource',
['Language'] = {'language', 'in'},
['LastAuthorAmp'] = {'last-author-amp', 'lastauthoramp'},
['LayDate'] = {'lay-date', 'laydate'},
['LayFormat'] = 'lay-format',
['LaySource'] = {'lay-source', 'laysource'},
['LayURL'] = {'lay-url', 'lay-summary', 'layurl', 'laysummary'},
['MailingList'] = {'mailinglist', 'mailing-list'}, -- cite mailing list only
['Map'] = 'map', -- cite map only
['MapFormat'] = 'map-format', -- cite map only
['MapURL'] = {'mapurl', 'map-url'}, -- cite map only
['MessageID'] = 'message-id',
['Minutes'] = 'minutes',
['Mode'] = 'mode',
['Month'] = 'month', -- deprecated; remove after 1 January 2015?
['NameListFormat'] = {'name-list-format', 'author-format', 'authorformat', 'editor-format', 'editorformat'},
['NameSeparator'] = 'name-separator', -- deprecated
['Network'] = 'network',
['NoPP'] = {'no-pp', 'nopp'},
['NoTracking'] = {'template-doc-demo', 'template doc demo', 'no-cat', 'nocat',
'no-tracking', 'notracking'},
['OrigYear'] = {'orig-year', 'origyear'},
['Others'] = {'others', 'interviewer', 'interviewers'},
['Page'] = {'p', 'page'},
['Pages'] = {'pp', 'pages'},
['Periodical'] = {'journal', 'newspaper', 'magazine', 'work',
'website', 'periodical', 'encyclopedia', 'encyclopaedia', 'dictionary'},
['Place'] = {'place', 'location'},
['PPrefix'] = {'p-prefix', 'PPrefix'},
['PPPrefix'] = 'pp-prefix',
['Program'] = 'program', -- cite interview
['PostScript'] = 'postscript',
['PublicationDate'] = {'publicationdate', 'publication-date'},
['PublicationPlace'] = {'publication-place', 'publicationplace'},
['PublisherName'] = {'publisher', 'distributor', 'institution', 'newsgroup'},
['Quote'] = {'quote', 'quotation'},
['Ref'] = {'ref', 'Ref'},
['RegistrationRequired'] = 'registration',
['Scale'] = 'scale',
['ScriptTitle'] = 'script-title',
['Section'] = 'section',
['Season'] = 'season',
['Sections'] = 'sections', -- cite map only
['Separator'] = 'separator', -- deprecated in favor of Mode
['Series'] = {'series', 'version'},
['SeriesSeparator'] = 'series-separator',
['SeriesLink'] = {'series-link', 'serieslink'},
['SeriesNumber'] = {'series-number', 'series-no', 'seriesnumber', 'seriesno'},
['Sheet'] = 'sheet', -- cite map only
['Sheets'] = 'sheets', -- cite map only
['Station'] = 'station',
['SubscriptionRequired'] = 'subscription',
['Time'] = 'time',
['TimeCaption'] = {'time-caption', 'timecaption'},
['Title'] = 'title',
['TitleLink'] = {'title-link', 'episode-link', 'titlelink', 'episodelink'},
['TitleNote'] = 'department',
['TitleType'] = {'type', 'medium'},
['TransChapter'] = {'trans-chapter', 'trans_chapter'},
['TransMap'] = 'trans-map', -- cite map only
['Transcript'] = 'transcript',
['TranscriptFormat'] = 'transcript-format',
['TranscriptURL'] = {'transcript-url', 'transcripturl'},
['TransTitle'] = {'trans-title', 'trans_title'},
['URL'] = {'url', 'URL'},
['Via'] = 'via',
['Volume'] = 'volume',
['Year'] = 'year',
['Day'] = 'day',
['AuthorList-First'] = {"author#-first", "author-first#", "first#", "given#"},
['AuthorList-Last'] = {"author#-last", "author-last#", "last#", "surname#", "Author#", "author#", "subject#"},
['AuthorList-Link'] = {"author#-link", "author-link#", "author#link", "authorlink#", "subject-link#", "subject#link", "subject#-link", "subjectlink#"},
['AuthorList-Mask'] = {"author#-mask", "author-mask#", "author#mask", "authormask#"},
['EditorList-First'] = {"editor#-first", "editor-first#", "editor#-given", "editor-given#", "EditorGiven#"},
['EditorList-Last'] = {"editor#-last", "editor-last#", "editor#-surname", "editor-surname#", "EditorSurname#", "Editor#", "editor#", "editors#"},
['EditorList-Link'] = {"editor#-link", "editor-link#", "editor#link", "editorlink#"},
['EditorList-Mask'] = {"editor#-mask", "editor-mask#", "editor#mask", "editormask#"},
}
-- Default parameter values
citation_config.defaults = {
['DeadURL'] = 'yes',
['PostScript'] = '।',
['Separator'] = ',',
['AuthorSeparator'] = ';',
['EditorSeparator'] = ';',
['NameSeparator'] = ',',
['PPrefix'] = "पृ: ",
['PPPrefix'] = "पृ: ",
}
--[[
Error condition table
The following contains a list of IDs for various error conditions defined in the
code. For each ID, we specify a text message to display, an error category to
include, and whether the error message should be wrapped as a hidden comment.
Anchor changes require identical changes to matching anchor in Help:CS1 errors
]]
citation_config.error_conditions = {
accessdate_missing_url = {
message = '<code>|accessdate=</code> <code>|url=</code> आवश्यक',
anchor = 'accessdate_missing_url',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = true },
archive_missing_date = {
message = '<code>|archiveurl=</code> <code>|archivedate=</code> आवश्यक',
anchor = 'archive_missing_date',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
archive_missing_url = {
message = '<code>|archiveurl=</code> <code>|url=</code> आवश्यक',
anchor = 'archive_missing_url',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_authorlink = {
message = '<code>|authorlink=</code> मान जाँच',
anchor = 'bad_authorlink',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_doi = {
message = '<code>|doi=</code> मान जाँच',
anchor = 'bad_doi',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_isbn = {
message = '<code>|isbn=</code> मान जाँच',
anchor = 'bad_isbn',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_issn = {
message = '<code>|issn=</code> मान जाँच करी',
anchor = 'bad_issn',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_lccn = {
message = '<code>|lccn=</code> मान जाँच करी',
anchor = 'bad_lccn',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_ol = {
message = '<code>|ol=</code> मान जाँच करी',
anchor = 'bad_ol',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_pmc = {
message = '<code>|pmc=</code> मान जाँच करी',
anchor = 'bad_pmc',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bad_url = {
message = '<code>|url=</code> योजना जाँच गर्ने',
anchor = 'bad_url',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
bare_url_missing_title = {
message = '$1 शीर्षक नै',
anchor = 'bare_url_missing_title',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
citation_missing_title = {
message = '<code>|title=</code> खाली',
anchor = 'citation_missing_title',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
cite_web_url = {
message = '<code>|url=</code> खाली',
anchor = 'cite_web_url',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = true },
coauthors_missing_author = {
message = '<code>|coauthors=</code> <code>|author=</code> आवश्यक',
anchor = 'coauthors_missing_author',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
empty_citation = {
message = 'खाली उद्दरण',
anchor = 'empty_citation',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
extra_pages = {
message = '<code>|pages=</code> या <code>|at=</code> अन्य पृष्ठसभ',
anchor = 'extra_pages',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
format_missing_url = {
message = '<code>|format=</code> <code>|url=</code> आवश्यक',
anchor = 'format_missing_url',
category = 'यूआरएल आ प्रारूपसभक बिना उद्धरणसभक उपयोग कएल जाएवला पृष्ठ',
hidden = true },
implict_etal_author = {
message = '<code>|displayauthors=</code> लेखकसभ',
anchor = 'displayauthors',
category = 'Pages using citations with old-style implicit et al.',
hidden = true },
implict_etal_editor = {
message = '<code>|displayeditors=</code> सम्पादकसभ',
anchor = 'displayeditors',
category = 'Pages using citations with old-style implicit et al.',
hidden = true },
parameter_ignored = {
message = '<code>|$1=</code> प्यारामिटर ग्रहण नहि कएल',
anchor = 'parameter_ignored',
category = 'सन्दर्भ त्रुटीयुक्त पृष्ठसभ',
hidden = false },
parameter_ignored_suggest = {
message = '<code>|$1=</code> पारामिटर अज्ञात, अनदेखा करी (<code>|$2=</code> सलाह देल)',
anchor = 'parameter_ignored_suggest',
category = 'असमर्थित मापदण्डसभक उपयोग करऽवला उद्धरण पृष्ठसभ',
hidden = false },
redundant_parameters = {
message = 'একের অধিক $1 উল্লেখ করা হয়েছে',
anchor = 'redundant_parameters',
category = 'অতিরিক্ত প্যারামিটার থাকা উদ্ধৃতিসহ পাতা',
hidden = false },
text_ignored = {
message = 'লেখা "$1" উপেক্ষা করা হয়েছে',
anchor = 'text_ignored',
category = 'उद्धरणक सङ्ग अज्ञात रचनासभ प्रयोग भेल पृष्ठसभ',
hidden = false },
trans_missing_chapter = {
message = '<code>|trans-chapter=</code> <code>|chapter=</code> आवश्यक',
anchor = 'trans_missing_chapter',
category = 'আসল ছাড়া অনুবাদ পদ ব্যবহার করা উদ্ধৃতিসহ পাতা',
hidden = false },
trans_missing_title = {
message = '<code>|trans-title=</code> <code>|title=</code> आवश्यक',
anchor = 'trans_missing_title',
category = 'আসল ছাড়া অনুবাদ পদ ব্যবহার করা উদ্ধৃতিসহ পাতা',
hidden = false },
wikilink_in_url = {
message = 'ইউআরএল শিরোনামে উইকিলিঙ্ক এমবেড করা',
anchor = 'wikilink_in_url',
category = 'ইউআরএল শিরোনামে উইকিলিঙ্ক এমবেড করা উদ্ধৃতিসহ পাতা',
hidden = false },
}
-- निम्नलिखित जडी वेबसाइटमे कएल होवाक चाही
citation_config.id_handlers = {
['ARXIV'] = {
parameters = {'arxiv', 'ARXIV'},
link = 'एआरएक्सआइभी',
label = 'एआरएक्सआइभी',
mode = 'external',
prefix = '//arxiv.org/abs/',
encode = false,
COinS = 'info:arxiv',
separator = ':',
},
['ASIN'] = {
parameters = { 'asin', 'ASIN' },
link = 'अमेजन मानक पहिचानकर्ता सङ्ख्या',
label = 'एसएसआइएन',
mode = 'manual',
COinS = 'info:asin',
separator = ' ',
encode = false;
},
['BIBCODE'] = {
parameters = {'bibcode', 'BIBCODE'},
link = 'बिब कोड',
label = 'बिबकोड',
mode = 'external',
prefix = 'http://adsabs.harvard.edu/abs/',
encode = false,
COinS = 'info:bibcode',
separator = ':',
},
['DOI'] = {
parameters = { 'doi', 'DOI' },
link = 'डिजिटल वस्तु अभिज्ञापक',
label = 'डिओआई',
mode = 'manual',
prefix = 'http://dx.doi.org/',
COinS = 'info:doi',
separator = ':',
encode = true,
},
['ISBN'] = {
parameters = {'isbn', 'ISBN', 'isbn13', 'ISBN13'},
link = 'आइएसबिएन',
label = 'आइएसबिएन',
mode = 'manual',
prefix = 'Special:BookSources/',
COinS = 'rft.isbn',
separator = ' ',
},
['ISSN'] = {
parameters = {'issn', 'ISSN'},
link = 'आइएसएसएन',
label = 'आइएसएसएन',
mode = 'manual',
prefix = '//www.worldcat.org/issn/',
COinS = 'rft.issn',
encode = false,
separator = ' ',
},
['JFM'] = {
parameters = {'jfm', 'JFM'},
link = 'Jahrbuch über die Fortschritte der Mathematik',
label = 'जेएफएम',
mode = 'external',
prefix = 'http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:',
COinS = 'rft.jfm',
encode = true,
separator = ' ',
},
['JSTOR'] = {
parameters = {'jstor', 'JSTOR'},
link = 'जेएसटिओआर',
label = 'जेएसटिओआर',
mode = 'external',
prefix = '//www.jstor.org/stable/',
COinS = 'rft.jstor',
encode = true,
separator = ' ',
},
['LCCN'] = {
parameters = {'LCCN', 'lccn'},
link = 'लाइब्रेरी अफ काङ्ग्रेस नियन्त्रण सङ्ख्या',
label = 'एलसिसिएन',
mode = 'manual',
prefix = 'http://lccn.loc.gov/',
COinS = 'rft.lccn',
encode = false,
separator = ' ',
},
['MR'] = {
parameters = {'MR', 'mr'},
link = 'गणितीय समीक्षा',
label = 'एमआर',
mode = 'external',
prefix = '//www.ams.org/mathscinet-getitem?mr=',
COinS = 'rft.mr',
encode = true,
separator = ' ',
},
['OCLC'] = {
parameters = {'OCLC', 'oclc'},
link = 'ओसिएलसी',
label = 'ओसिएलसी',
mode = 'external',
prefix = '//www.worldcat.org/oclc/',
COinS = 'info:oclcnum',
encode = true,
separator = ' ',
},
['OL'] = {
parameters = { 'ol', 'OL' },
link = 'खुला पुस्तकालय',
label = 'ओएल',
mode = 'manual',
COinS = 'info:olnum',
separator = ' ',
endode = true,
},
['OSTI'] = {
parameters = {'OSTI', 'osti'},
link = 'वैज्ञानिक र प्राविधिक सूचना कार्यालय',
label = 'ओएसटिआई',
mode = 'external',
prefix = '//www.osti.gov/energycitations/product.biblio.jsp?osti_id=',
COinS = 'info:osti',
encode = true,
separator = ' ',
},
['PMC'] = {
parameters = {'PMC', 'pmc'},
link = 'पब्ड केन्द्रिय',
label = 'पिएमसी',
mode = 'manual',
prefix = '//www.ncbi.nlm.nih.gov/pmc/articles/PMC',
suffix = " ",
COinS = 'info:pmc',
encode = true,
separator = ' ',
},
['PMID'] = {
parameters = {'PMID', 'pmid'},
link = 'पबमेड पहिचानकर्ता',
label = 'पिएमआइडी',
mode = 'external',
prefix = '//www.ncbi.nlm.nih.gov/pubmed/',
COinS = 'info:pmid',
encode = false,
separator = ' ',
},
['RFC'] = {
parameters = {'RFC', 'rfc'},
link = 'आरएफसी',
label = 'आरएफसी',
mode = 'external',
prefix = '//tools.ietf.org/html/rfc',
COinS = 'info:rfc',
encode = false,
separator = ' ',
},
['SSRN'] = {
parameters = {'SSRN', 'ssrn'},
link = 'सामाजिक विज्ञान अनुसन्धान जाल',
label = 'एसएसआरएन',
mode = 'external',
prefix = '//ssrn.com/abstract=',
COinS = 'info:ssrn',
encode = true,
separator = ' ',
},
['ZBL'] = {
parameters = {'ZBL', 'zbl'},
link = 'जेन्ट्रालब्लाट गणित',
label = 'जेडबिएल',
mode = 'external',
prefix = 'http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:',
COinS = 'info:zbl',
encode = true,
separator = ' ',
}
}
--iso639-1 language codes and names.
citation_config.iso639_1 = {
["aa"] = "एकाव",
["ab"] = "एबाकस",
["ae"] = "अभेस्ता",
["af"] = "अफ्रिकी",
["ak"] = "अकान",
["am"] = "एमहारिक",
["an"] = "अरगानी",
["ar"] = "अरबी",
["as"] = "असमिया",
-- ["av"] = "Avaric",
-- ["ay"] = "Aymara",
["az"] = "अजरबैजानी",
-- ["ba"] = "Bashkir",
["be"] = "बेलारुसी",
["bg"] = "बुल्गेरियाली",
["bh"] = "बिहारी",
-- ["bi"] = "Bislama",
-- ["bm"] = "Bambara",
["bn"] = "बङ्गाली",
["bo"] = "तिब्बती",
-- ["br"] = "Breton",
["bs"] = "बोस्नियाली",
["ca"] = "कातालान",
-- ["ca"] = "Valencian",
-- ["ce"] = "Chechen",
-- ["ch"] = "Chamorro",
-- ["co"] = "Corsican",
-- ["cr"] = "Cree",
-- ["cs"] = "चेक",
-- ["cu"] = "Church Slavic",
-- ["cu"] = "Old Slavonic",
-- ["cu"] = "Church Slavonic",
-- ["cu"] = "Old Bulgarian",
-- ["cu"] = "Old Church Slavonic",
-- ["cv"] = "Chuvash",
["cy"] = "वेल्स",
["da"] = "डेनमार्केली",
["de"] = "जर्मनेली",
["dv"] = "धिभेही",
-- ["dv"] = "Maldivian",
-- ["dz"] = "Dzongkha",
-- ["ee"] = "Ewe",
["el"] = "आधुनिक युनानी",
["en"] = "अङ्ग्रेजी",
-- ["eo"] = "Esperanto",
["es"] = "स्पेनी",
-- ["es"] = "Castilian",
["et"] = "एस्टोनियाली",
-- ["eu"] = "Basque",
["fa"] = "फारसी",
-- ["ff"] = "Fulah",
["fi"] = "फिनिस",
-- ["fj"] = "Fijian",
-- ["fo"] = "Faroese",
["fr"] = "फ्रान्सेली",
-- ["fy"] = "Western Frisian",
["ga"] = "आइसल्यान्डेली",
-- ["gd"] = "Gaelic",
-- ["gd"] = "Scottish Gaelic",
-- ["gl"] = "Galician",
-- ["gn"] = "Guarani",
["gu"] = "गुजराती",
-- ["gv"] = "Manx",
-- ["ha"] = "Hausa",
["he"] = "यहूदी",
["hi"] = "हिन्दी",
-- ["ho"] = "Hiri Motu",
-- ["hr"] = "Croatian",
-- ["ht"] = "Haitian",
-- ["ht"] = "Haitian Creole",
["hu"] = "हङ्गेरियाली",
["hy"] = "आर्मेनियाली",
-- ["hz"] = "Herero",
-- ["ia"] = "Interlingua",
-- ["id"] = "Indonesian",
-- ["ie"] = "Interlingue",
-- ["ie"] = "Occidental",
-- ["ig"] = "Igbo",
-- ["ii"] = "Sichuan Yi",
-- ["ii"] = "Nuosu",
-- ["ik"] = "Inupiaq",
-- ["io"] = "Ido",
-- ["is"] = "Icelandic",
["it"] = "इटालेली",
-- ["iu"] = "Inuktitut",
["ja"] = "जापानी",
-- ["jv"] = "जाभानी",
-- ["ka"] = "Georgian",
-- ["kg"] = "Kongo",
-- ["ki"] = "Kikuyu",
-- ["ki"] = "Gikuyu",
-- ["kj"] = "Kuanyama",
-- ["kj"] = "Kwanyama",
-- ["kk"] = "कजाख",
-- ["kl"] = "Kalaallisut",
-- ["kl"] = "Greenlandic",
-- ["km"] = "Central Khmer",
-- ["kn"] = "कन्नड",
["ko"] = "कोरियाली",
-- ["kr"] = "Kanuri",
["ks"] = "कश्मीरी",
["ku"] = "कुर्दी",
-- ["kv"] = "कोमी",
-- ["kw"] = "Cornish",
-- ["ky"] = "Kirghiz",
-- ["ky"] = "Kyrgyz",
["la"] = "ल्याटिन",
["lb"] = "लक्जेम्बर्गी",
-- ["lb"] = "Letzeburgesch",
-- ["lg"] = "Ganda",
-- ["li"] = "Limburgan",
-- ["li"] = "Limburger",
-- ["li"] = "Limburgish",
-- ["ln"] = "Lingala",
-- ["lo"] = "लाओ",
-- ["lt"] = "लिथुआनियाली",
-- ["lu"] = "Luba-Katanga",
["lv"] = "लातभियाली",
-- ["mg"] = "मालागासी",
-- ["mh"] = "Marshallese",
-- ["mi"] = "माओरी",
-- ["mk"] = "म्यासेडोनियाली",
["ml"] = "मलयालम",
-- ["mn"] = "मङ्गोलियाली",
["mr"] = "मराठी",
["ms"] = "मलाया",
-- ["mt"] = "माल्टेली",
["my"] = "बर्मेली",
-- ["na"] = "Nauru",
-- ["nb"] = "Norwegian Bokmål",
-- ["nd"] = "North Ndebele",
["ne"] = "नेपाली",
-- ["ng"] = "Ndonga",
["nl"] = "नेदरल्यान्डियाई",
-- ["nl"] = "Flemish",
-- ["nn"] = "Norwegian Nynorsk",
-- ["no"] = "नर्वे",
-- ["nr"] = "South Ndebele",
-- ["nv"] = "Navajo",
-- ["nv"] = "Navaho",
-- ["ny"] = "Chichewa",
-- ["ny"] = "Chewa",
-- ["ny"] = "Nyanja",
-- ["oc"] = "Occitan",
-- ["oj"] = "Ojibwa",
-- ["om"] = "Oromo",
-- ["or"] = "ओडिया",
-- ["os"] = "Ossetian",
-- ["os"] = "Ossetic",
["pa"] = "पञ्जाबी",
-- ["pi"] = "पाली",
["pl"] = "पोल्यान्डियाई",
-- ["ps"] = "Pushto",
-- ["ps"] = "पश्तो",
["pt"] = "पुर्तुगाली",
-- ["qu"] = "Quechua",
-- ["rm"] = "Romansh",
-- ["rn"] = "Rundi",
["ro"] = "रोमानियाई",
-- ["ro"] = "Moldavian",
-- ["ro"] = "Moldovan",
["ru"] = "रुसी",
-- ["rw"] = "Kinyarwanda",
["sa"] = "संस्कृत",
-- ["sc"] = "Sardinian",
["sd"] = "सिन्धी",
-- ["se"] = "Northern Sami",
-- ["sg"] = "Sango",
["si"] = "सिंहली",
-- ["sk"] = "Slovak",
-- ["sl"] = "Slovenian",
-- ["sm"] = "Samoan",
-- ["sn"] = "Shona",
-- ["so"] = "Somali",
["sq"] = "अल्बानियाई",
-- ["sr"] = "Serbian",
-- ["ss"] = "Swati",
-- ["st"] = "Southern Sotho",
-- ["su"] = "Sundanese",
["sv"] = "स्विडेनियाई",
-- ["sw"] = "Swahili",
["ta"] = "तमिल",
["te"] = "तेलुगु",
-- ["tg"] = "Tajik",
["th"] = "थाई",
-- ["ti"] = "Tigrinya",
-- ["tk"] = "Turkmen",
-- ["tl"] = "तागालोग",
-- ["tn"] = "Tswana",
-- ["to"] = "Tonga (Tonga Islands)",
["tr"] = "तुर्की",
-- ["ts"] = "Tsonga",
-- ["tt"] = "तातार",
-- ["tw"] = "Twi",
-- ["ty"] = "Tahitian",
-- ["ug"] = "Uighur",
-- ["ug"] = "Uyghur",
["uk"] = "युक्रेनी",
["ur"] = "उर्दु",
-- ["uz"] = "Uzbek",
-- ["ve"] = "Venda",
["vi"] = "भियतनामी",
-- ["vo"] = "Volapük",
-- ["wa"] = "Walloon",
-- ["wo"] = "Wolof",
-- ["xh"] = "खोसा",
-- ["yi"] = "यिद्दी",
-- ["yo"] = "Yoruba",
-- ["za"] = "Zhuang",
-- ["za"] = "Chuang",
["zh"] = "चिनी",
["zu"] = "जुलु",
}
return citation_config;