445
edits
(sync from sandbox;) |
(links to wikipedia, since we don't have articles about ISBN, ISSN and others) |
||
Line 1: | Line 1: | ||
local citation_config = {}; | |||
--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ | --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ | ||
Line 9: | Line 11: | ||
local uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Draft_talk', 'Education_Program_talk', 'Module_talk', 'MediaWiki_talk' }; | local uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Draft_talk', 'Education_Program_talk', 'Module_talk', 'MediaWiki_talk' }; | ||
local uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; | local uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize | ||
--[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | --[[--------------------------< M E S S A G E S >-------------------------------------------------------------- | ||
Line 23: | Line 24: | ||
local messages = { | local messages = { | ||
['archived-dead'] = 'Archived from $1 on $2', | ['archived-dead'] = 'Archived from $1 on $2', | ||
['archived- | ['archived-not-dead'] = '$1 from the original on $2', | ||
['archived-missing'] = 'Archived from the original$1 on $2', | ['archived-missing'] = 'Archived from the original$1 on $2', | ||
['archived'] = 'Archived', | ['archived'] = 'Archived', | ||
['by'] = 'By', -- contributions to authored works: introduction, foreword, afterword | ['by'] = 'By', -- contributions to authored works: introduction, foreword, afterword | ||
Line 43: | Line 42: | ||
['newsgroup'] = '[[Usenet newsgroup|Newsgroup]]: $1', | ['newsgroup'] = '[[Usenet newsgroup|Newsgroup]]: $1', | ||
['original'] = 'the original', | ['original'] = 'the original', | ||
['published'] = ' (published $1)', | ['published'] = ' (published $1)', | ||
['retrieved'] = 'Retrieved $1', | ['retrieved'] = 'Retrieved $1', | ||
Line 49: | Line 47: | ||
['section'] = '§ $1', | ['section'] = '§ $1', | ||
['sections'] = '§§ $1', | ['sections'] = '§§ $1', | ||
['series | ['series'] = 'Series $1', | ||
['translated'] = 'Translated by $1', | ['translated'] = 'Translated by $1', | ||
['type'] = ' ($1)', -- for titletype | ['type'] = ' ($1)', -- for titletype | ||
Line 72: | Line 69: | ||
['j-sheet'] = ': Sheet $1', | ['j-sheet'] = ': Sheet $1', | ||
['j-sheets'] = ': Sheets $1', | ['j-sheets'] = ': Sheets $1', | ||
['subscription'] = '<span class="cs1-subscription">(Subscription required (<span title="The site requires a paid subscription to access this page.">help</span>))</span>' .. | |||
'[[Category:Pages containing links to subscription-only content]]', | |||
['registration']='<span class="cs1-registration">(Registration required (<span title="The site requires registration to access this page.">help</span>))</span>' .. | |||
'[[Category:Pages with login required references or sources]]', | |||
['language'] = '(in $1)', | ['language'] = '(in $1)', | ||
Line 92: | Line 95: | ||
['unknown_argument_map'] = 'Argument map not defined for this variable', | ['unknown_argument_map'] = 'Argument map not defined for this variable', | ||
['bare_url_no_origin'] = 'Bare url found but origin indicator is nil or empty', | ['bare_url_no_origin'] = 'Bare url found but origin indicator is nil or empty', | ||
} | } | ||
Line 149: | Line 112: | ||
['hidden-error'] = '<span class="cs1-hidden-error error citation-comment">$1</span>', | ['hidden-error'] = '<span class="cs1-hidden-error error citation-comment">$1</span>', | ||
['visible-error'] = '<span class="cs1-visible-error error citation-comment">$1</span>', | ['visible-error'] = '<span class="cs1-visible-error error citation-comment">$1</span>', | ||
['accessdate'] = '<span class="reference-accessdate">$1$2</span>', -- to allow editors to hide accessdate using personal css | ['accessdate'] = '<span class="reference-accessdate">$1$2</span>', -- to allow editors to hide accessdate using personal css | ||
Line 168: | Line 130: | ||
['limited'] = {class='cs1-lock-limited', title='Free access subject to limited trial, subscription normally required'}, | ['limited'] = {class='cs1-lock-limited', title='Free access subject to limited trial, subscription normally required'}, | ||
['subscription'] = {class='cs1-lock-subscription', title='Paid subscription required'}, | ['subscription'] = {class='cs1-lock-subscription', title='Paid subscription required'}, | ||
['italic-title'] = "''$1''", | ['italic-title'] = "''$1''", | ||
Line 216: | Line 175: | ||
local aliases = { | local aliases = { | ||
['AccessDate'] = {'access-date', 'accessdate'}, | ['AccessDate'] = {'access-date', 'accessdate'}, | ||
['Agency'] = 'agency', | ['Agency'] = 'agency', | ||
['AirDate'] = {'air-date', 'airdate'}, | ['AirDate'] = {'air-date', 'airdate'}, | ||
['ArchiveDate'] = {'archive-date', 'archivedate'}, | ['ArchiveDate'] = {'archive-date', 'archivedate'}, | ||
['ArchiveFormat'] = 'archive-format', | ['ArchiveFormat'] = 'archive-format', | ||
['ArchiveURL'] = {'archive-url', 'archiveurl'}, | ['ArchiveURL'] = {'archive-url', 'archiveurl'}, | ||
['ASINTLD'] = 'asin-tld', | ['ASINTLD'] = {'ASIN-TLD', 'asin-tld'}, | ||
['At'] = 'at', | ['At'] = 'at', | ||
['Authors'] = {'authors', 'people', 'credits'}, | ['Authors'] = {'authors', 'people', 'host', 'credits'}, | ||
['BookTitle'] = {'book-title', 'booktitle'}, | ['BookTitle'] = {'book-title', 'booktitle'}, | ||
['Cartography'] = 'cartography', | ['Cartography'] = 'cartography', | ||
['Chapter'] = {'chapter', 'contribution', 'entry', 'article', 'section'}, | ['Chapter'] = {'chapter', 'contribution', 'entry', 'article', 'section'}, | ||
['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', 'article-format', 'section-format'}; | ['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', 'article-format', 'section-format'}; | ||
['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'entry-url', 'article-url', 'section-url', 'sectionurl'}, | ['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'entry-url', 'article-url', 'section-url', 'sectionurl'}, | ||
['ChapterUrlAccess'] = {'chapter-url-access', 'contribution-url-access', 'entry-url-access', 'article-url-access', 'section-url-access'}, | ['ChapterUrlAccess'] = {'chapter-url-access', 'contribution-url-access', 'entry-url-access', 'article-url-access', 'section-url-access'}, | ||
['Class'] = 'class', -- cite arxiv and arxiv identifiers | ['Class'] = 'class', -- cite arxiv and arxiv identifiers | ||
['Collaboration'] = 'collaboration', | ['Collaboration'] = 'collaboration', | ||
['Conference'] = {'conference', 'event'}, | ['Conference'] = {'conference', 'event'}, | ||
['ConferenceFormat'] = {'conference-format', 'event-format'}, | ['ConferenceFormat'] = {'conference-format', 'event-format'}, | ||
['ConferenceURL'] = {'conference-url', 'conferenceurl', 'event-url', 'eventurl'}, | ['ConferenceURL'] = {'conference-url', 'conferenceurl', 'event-url', 'eventurl'}, | ||
['Contribution'] = 'contribution', -- introduction, foreword, afterword, etc; required when |contributor= set | ['Contribution'] = 'contribution', -- introduction, foreword, afterword, etc; required when |contributor= set | ||
['Date'] = 'date', | ['Date'] = 'date', | ||
['DeadURL'] = {'dead-url', 'deadurl'}, | |||
['Degree'] = 'degree', | ['Degree'] = 'degree', | ||
['DF'] = 'df', | ['DF'] = 'df', | ||
['DisplayAuthors'] = {'display-authors', 'displayauthors'}, | ['DisplayAuthors'] = {'display-authors', 'displayauthors'}, | ||
['DisplayEditors'] = {'display-editors', 'displayeditors'}, | ['DisplayEditors'] = {'display-editors', 'displayeditors'}, | ||
['Docket'] = 'docket', | ['Docket'] = 'docket', | ||
['DoiBroken'] = {'doi-broken', 'doi-broken-date', 'doi-inactive-date'}, | ['DoiBroken'] = {'doi-broken', 'doi-broken-date', 'doi-inactive-date'}, | ||
Line 257: | Line 214: | ||
['Inset'] = 'inset', | ['Inset'] = 'inset', | ||
['Issue'] = {'issue', 'number'}, | ['Issue'] = {'issue', 'number'}, | ||
['Interviewers'] = 'interviewers', | |||
['Language'] = {'language', 'lang'}, | ['Language'] = {'language', 'lang'}, | ||
['LastAuthorAmp'] = {'last-author-amp', 'lastauthoramp'}, | ['LastAuthorAmp'] = {'last-author-amp', 'lastauthoramp'}, | ||
Line 262: | Line 220: | ||
['LayFormat'] = 'lay-format', | ['LayFormat'] = 'lay-format', | ||
['LaySource'] = {'lay-source', 'laysource'}, | ['LaySource'] = {'lay-source', 'laysource'}, | ||
['LayURL'] = {'lay-url', 'layurl'}, | ['LayURL'] = {'lay-url', 'lay-summary', 'layurl', 'laysummary'}, | ||
['MailingList'] = {'mailinglist', 'mailing-list'}, -- cite mailing list only | ['MailingList'] = {'mailinglist', 'mailing-list'}, -- cite mailing list only | ||
['Map'] = 'map', -- cite map only | ['Map'] = 'map', -- cite map only | ||
['MapFormat'] = 'map-format', -- cite map only | ['MapFormat'] = 'map-format', -- cite map only | ||
['MapURL'] = {'mapurl', 'map-url'}, -- cite map only | ['MapURL'] = {'mapurl', 'map-url'}, -- cite map only | ||
['MessageID'] = 'message-id', | ['MessageID'] = 'message-id', | ||
['Minutes'] = 'minutes', | ['Minutes'] = 'minutes', | ||
Line 279: | Line 236: | ||
['OrigYear'] = {'orig-year', 'origyear'}, | ['OrigYear'] = {'orig-year', 'origyear'}, | ||
['Others'] = 'others', | ['Others'] = 'others', | ||
['Page'] = {'p', 'page'}, | ['Page'] = {'p', 'page'}, | ||
['Pages'] = {'pp', 'pages'}, | ['Pages'] = {'pp', 'pages'}, | ||
['Periodical'] = {'journal', ' | ['Periodical'] = {'journal', 'newspaper', 'magazine', 'work', | ||
'website', 'periodical', 'encyclopedia', 'encyclopaedia', 'dictionary', 'mailinglist'}, | |||
['Place'] = {'place', 'location'}, | ['Place'] = {'place', 'location'}, | ||
['PostScript'] = 'postscript', | ['PostScript'] = 'postscript', | ||
['PublicationDate'] = {'publicationdate', 'publication-date'}, | ['PublicationDate'] = {'publicationdate', 'publication-date'}, | ||
['PublicationPlace'] = {'publication-place', 'publicationplace'}, | ['PublicationPlace'] = {'publication-place', 'publicationplace'}, | ||
['PublisherName'] = {'publisher', 'institution', 'newsgroup'}, | ['PublisherName'] = {'publisher', 'distributor', 'institution', 'newsgroup'}, | ||
['Quote'] = {'quote', 'quotation'}, | ['Quote'] = {'quote', 'quotation'}, | ||
['Ref'] = 'ref', | ['Ref'] = 'ref', | ||
['RegistrationRequired'] = 'registration', | |||
['Scale'] = 'scale', | ['Scale'] = 'scale', | ||
['ScriptChapter'] = | ['ScriptChapter'] = 'script-chapter', | ||
['ScriptTitle'] = 'script-title', | |||
['ScriptTitle'] = 'script-title', | |||
['Section'] = 'section', | ['Section'] = 'section', | ||
['Season'] = 'season', | ['Season'] = 'season', | ||
Line 305: | Line 261: | ||
['Sheets'] = 'sheets', -- cite map only | ['Sheets'] = 'sheets', -- cite map only | ||
['Station'] = 'station', | ['Station'] = 'station', | ||
['SubscriptionRequired'] = 'subscription', | |||
['Time'] = 'time', | ['Time'] = 'time', | ||
['TimeCaption'] = {'time-caption', 'timecaption'}, | ['TimeCaption'] = {'time-caption', 'timecaption'}, | ||
['Title'] = 'title', | ['Title'] = 'title', | ||
['TitleLink'] = {'title-link', 'episode-link', 'titlelink', 'episodelink'}, | ['TitleLink'] = {'title-link', 'episode-link', 'titlelink', 'episodelink'}, | ||
['TitleNote'] = 'department', | ['TitleNote'] = 'department', | ||
['TitleType'] = {'type', 'medium'}, | ['TitleType'] = {'type', 'medium'}, | ||
['TransChapter'] = | ['TransChapter'] = 'trans-chapter', | ||
['TransMap'] = 'trans-map', -- cite map only | |||
['Transcript'] = 'transcript', | ['Transcript'] = 'transcript', | ||
['TranscriptFormat'] = 'transcript-format', | ['TranscriptFormat'] = 'transcript-format', | ||
['TranscriptURL'] = {'transcript-url', 'transcripturl | ['TranscriptURL'] = {'transcript-url', 'transcripturl'}, | ||
['TransTitle'] = 'trans-title', | |||
['URL'] = {'url', 'URL'}, | |||
['TransTitle'] = 'trans-title', | ['UrlAccess'] = {'url-access'}, | ||
['URL'] = {'url', 'URL'}, | |||
['UrlAccess'] = {'url-access'}, | |||
['Vauthors'] = 'vauthors', | ['Vauthors'] = 'vauthors', | ||
['Veditors'] = 'veditors', | ['Veditors'] = 'veditors', | ||
Line 328: | Line 283: | ||
['AuthorList-First'] = {"first#", "given#", "author-first#", "author#-first"}, | ['AuthorList-First'] = {"first#", "given#", "author-first#", "author#-first"}, | ||
['AuthorList-Last'] = {"last#", "author#", "surname#", "author-last#", "author#-last", "subject#" | ['AuthorList-Last'] = {"last#", "author#", "surname#", "author-last#", "author#-last", "subject#"}, | ||
['AuthorList-Link'] = {"authorlink#", "author-link#", "author#-link", "subjectlink#", "author#link", "subject-link#", "subject#-link", "subject#link"}, | ['AuthorList-Link'] = {"authorlink#", "author-link#", "author#-link", "subjectlink#", "author#link", "subject-link#", "subject#-link", "subject#link"}, | ||
['AuthorList-Mask'] = {"author-mask#", "authormask#", "author#mask", "author#-mask"}, | ['AuthorList-Mask'] = {"author-mask#", "authormask#", "author#mask", "author#-mask"}, | ||
Line 352: | Line 307: | ||
['TranslatorList-Mask'] = {'translator-mask#', 'translator#-mask'}, | ['TranslatorList-Mask'] = {'translator-mask#', 'translator#-mask'}, | ||
} | } | ||
Line 389: | Line 318: | ||
local special_case_translation = { | local special_case_translation = { | ||
['AuthorList'] = | ['AuthorList'] = "authors list", -- these for multiple names maint categories | ||
['ContributorList'] = | ['ContributorList'] = "contributors list", | ||
['EditorList'] = | ['EditorList'] = "editors list", | ||
['InterviewerList'] = | ['InterviewerList'] = "interviewers list", | ||
['TranslatorList'] = | ['TranslatorList'] = "translators list", | ||
['authors'] = | ['authors'] = "authors", -- used in get_display_authors_editors() | ||
['editors'] = "editors", | |||
['editors'] = | |||
['archived_copy'] = '^archived?%s+copy$', -- lua pattern to match pseudo title used by Internet Archive bot and others as place holder for unknown |title= value | ['archived_copy'] = '^archived?%s+copy$', -- lua pattern to match pseudo title used by Internet Archive bot and others as place holder for unknown |title= value | ||
Line 414: | Line 340: | ||
local defaults = { | local defaults = { | ||
[' | ['DeadURL'] = 'yes', | ||
} | } | ||
Line 438: | Line 364: | ||
local date_names = { | local date_names = { | ||
['en'] = { -- English | ['en'] = { -- English | ||
['long'] = {['January']=1, ['February']=2, ['March']=3, ['April']=4, ['May']=5, ['June']=6, ['July']=7, ['August']=8, ['September']=9, ['October']=10, ['November']=11, ['December']=12} | ['long'] = {['January']=1, ['February']=2, ['March']=3, ['April']=4, ['May']=5, ['June']=6, ['July']=7, ['August']=8, ['September']=9, ['October']=10, ['November']=11, ['December']=12}; | ||
['short'] = {['Jan']=1, ['Feb']=2, ['Mar']=3, ['Apr']=4, ['May']=5, ['Jun']=6, ['Jul']=7, ['Aug']=8, ['Sep']=9, ['Oct']=10, ['Nov']=11, ['Dec']=12} | ['short'] = {['Jan']=1, ['Feb']=2, ['Mar']=3, ['Apr']=4, ['May']=5, ['Jun']=6, ['Jul']=7, ['Aug']=8, ['Sep']=9, ['Oct']=10, ['Nov']=11, ['Dec']=12}; | ||
['season'] = {['Winter']=24, ['Spring']=21, ['Summer']=22, ['Fall']=23, ['Autumn']=23} | ['season'] = {['Winter']=24, ['Spring']=21, ['Summer']=22, ['Fall']=23, ['Autumn']=23}; | ||
['named'] = {['Christmas']=99} | ['named'] = {['Christmas']=99}; | ||
}, | }, | ||
['local'] = { -- replace these English date names with the local language equivalents | ['local'] = { -- replace these English date names with the local language equivalents | ||
['long'] = {['January']=1, ['February']=2, ['March']=3, ['April']=4, ['May']=5, ['June']=6, ['July']=7, ['August']=8, ['September']=9, ['October']=10, ['November']=11, ['December']=12} | ['long'] = {['January']=1, ['February']=2, ['March']=3, ['April']=4, ['May']=5, ['June']=6, ['July']=7, ['August']=8, ['September']=9, ['October']=10, ['November']=11, ['December']=12}; | ||
['short'] = {['Jan']=1, ['Feb']=2, ['Mar']=3, ['Apr']=4, ['May']=5, ['Jun']=6, ['Jul']=7, ['Aug']=8, ['Sep']=9, ['Oct']=10, ['Nov']=11, ['Dec']=12} | ['short'] = {['Jan']=1, ['Feb']=2, ['Mar']=3, ['Apr']=4, ['May']=5, ['Jun']=6, ['Jul']=7, ['Aug']=8, ['Sep']=9, ['Oct']=10, ['Nov']=11, ['Dec']=12}; | ||
['season'] = {['Winter']=24, ['Spring']=21, ['Summer']=22, ['Fall']=23, ['Autumn']=23} | ['season'] = {['Winter']=24, ['Spring']=21, ['Summer']=22, ['Fall']=23, ['Autumn']=23}; | ||
['named'] = {['Christmas']=99} | ['named'] = {['Christmas']=99}; | ||
}, | }, | ||
['local_digits'] = {['0'] = '0', ['1'] = '1', ['2'] = '2', ['3'] = '3', ['4'] = '4', ['5'] = '5', ['6'] = '6', ['7'] = '7', ['8'] = '8', ['9'] = '9'}; -- used to convert local language digits to Western 0-9 | |||
['xlate_digits'] = {}; | |||
['local_digits'] = {['0'] = '0', ['1'] = '1', ['2'] = '2', ['3'] = '3', ['4'] = '4', ['5'] = '5', ['6'] = '6', ['7'] = '7', ['8'] = '8', ['9'] = '9'} | |||
['xlate_digits'] = {} | |||
} | } | ||
for ld, ed in pairs (date_names.local_digits) do -- make a digit translation table for simple date translation from en to local language using local_digits table | |||
date_names.xlate_digits [ed] = ld; -- en digit becomes index with local digit as the value | |||
for ld, ed in pairs (date_names.local_digits) do | |||
end | end | ||
Line 511: | Line 393: | ||
local templates_using_volume = {'citation', 'audio-visual', 'book', 'conference', 'encyclopaedia', 'interview', 'journal', 'magazine', 'map', 'news', 'report', 'techreport', 'thesis'} | local templates_using_volume = {'citation', 'audio-visual', 'book', 'conference', 'encyclopaedia', 'interview', 'journal', 'magazine', 'map', 'news', 'report', 'techreport', 'thesis'} | ||
local templates_using_issue = {'citation', 'conference', 'episode', 'interview', 'journal', 'magazine', 'map', 'news | local templates_using_issue = {'citation', 'conference', 'episode', 'interview', 'journal', 'magazine', 'map', 'news'} | ||
local templates_not_using_page = {'audio-visual', 'episode', 'mailinglist', 'newsgroup', 'podcast', 'serial', 'sign', 'speech'} | local templates_not_using_page = {'audio-visual', 'episode', 'mailinglist', 'newsgroup', 'podcast', 'serial', 'sign', 'speech'} | ||
Line 517: | Line 399: | ||
--[[--------------------------< K E Y W O R D S >-------------------------------------------------------------- | --[[--------------------------< K E Y W O R D S >-------------------------------------------------------------- | ||
This table holds keywords for those parameters that have defined sets of acceptible keywords. | |||
]] | ]] | ||
local keywords = { | local keywords = { | ||
[' | ['yes_true_y'] = {'yes', 'true', 'y'}, -- ignore-isbn-error, last-author-amp, no-tracking, nopp, registration, subscription | ||
-- ['deadurl'] = {'yes', 'true', 'y', 'no', 'unfit', 'usurped', 'unfit no archive', 'usurped no archive'}, -- hidden 2016-04-10; see Help_talk:Citation_Style_1#Recycled_urls | |||
['deadurl'] = {'yes', 'true', 'y', 'no', 'unfit', 'usurped', 'bot: unknown'}, | |||
['mode'] = {'cs1', 'cs2', 'mla'}, | |||
['name-list-format'] = {'vanc'}, | |||
['contribution'] = {'afterword', 'foreword', 'introduction', 'preface'}, -- generic contribution titles that are rendered unquoted in the 'chapter' position | |||
['date-format'] = {'dmy', 'dmy-all', 'mdy', 'mdy-all', 'ymd', 'ymd-all'}, | |||
['url-access'] = {'subscription', 'limited', 'registration'}, -- access level of a URL (subscription required, limited access, free registration required), free to read by default | |||
['id-access'] = {'free'}, -- access level of an identifier (free to read), subscription required (or no full text) by default | |||
} | |||
[' | |||
[' | |||
[' | |||
[' | |||
that | |||
are | |||
[' | |||
Line 656: | Line 435: | ||
table data in an arbitrary order. Here, we want to process the table from top to bottom because the entries at | table data in an arbitrary order. Here, we want to process the table from top to bottom because the entries at | ||
the top of the table are also found in the ranges specified by the entries at the bottom of the table. | the top of the table are also found in the ranges specified by the entries at the bottom of the table. | ||
This list contains patterns for templates like {{'}} which isn't an error but transcludes characters that are | |||
invisible. These kinds of patterns must be recognized by the functions that use this list. | |||
Also here is a pattern that recognizes stripmarkers that begin and end with the delete characters. The nowiki | Also here is a pattern that recognizes stripmarkers that begin and end with the delete characters. The nowiki | ||
Line 707: | Line 489: | ||
--[[--------------------------< L A N G U A G E S >------------------------------------------------------------ | |||
--[[--------------------------< L A N G U A G E | |||
This table is used to hold ISO 639-1 two-character language codes that apply only to |script-title= and |script-chapter= | This table is used to hold ISO 639-1 two-character language codes that apply only to |script-title= and |script-chapter= | ||
Line 727: | Line 496: | ||
local script_lang_codes = { | local script_lang_codes = { | ||
'am', 'ar', 'be', 'bg', 'bn | 'am', 'ar', 'be', 'bg', 'bn', 'bs', 'dv', 'el', 'fa', -- ISO 639-1 codes only for |script-title= and |script-chapter= | ||
'gu', 'he | 'gu', 'he', 'hy', 'ja', 'ka', 'kn', 'ko', 'ku', | ||
'mk', 'ml', 'mn', 'mr', 'my | 'mk', 'ml', 'mn', 'mr', 'my', 'ps', 'ru', 'sd', | ||
'sr | 'sr', 'tg', 'th', 'uk', 'ug', 'ur', 'yi', 'zh' | ||
}; | }; | ||
Line 740: | Line 509: | ||
]] | ]] | ||
local lang_code_remap = { | local lang_code_remap = { -- used for |language= and |script-title= / |script-chapter= | ||
['bh'] = 'Bihari', -- MediaWiki uses 'bh' as a subdomain name for Bhojpuri wWikipedia: bh.wikipedia.org | |||
['bn'] = 'Bengali', -- MediaWiki returns Bangla | |||
['cnr'] = 'Montenegrin', -- 'new' 639 code that MediaWiki does not yet understand | |||
} | |||
local lang_name_remap = { -- used for |language= | |||
['bangla'] = {'Bengali', 'bn'}, -- MediaWiki returns Bangla (the endonym) but we want Bengali (the exonym); here we remap | |||
['bengali'] = {'Bengali', 'bn'}, -- MediaWiki doesn't use exonym so here we provide correct language name and 639-1 code | |||
['bihari'] = {'Bihari', 'bh'}, -- MediaWiki replaces 'Bihari' with 'Bhojpuri' so 'Bihari' cannot be found | |||
['bhojpuri'] = {'Bhojpuri', 'bho'}, -- MediaWiki uses 'bh' as a subdomain name for Bhojpuri wWikipedia: bh.wikipedia.org | |||
['montenegrin'] = {'Montenegrin', 'cnr'}, -- 'new' 639 code that MediaWiki does not yet understand | |||
} | |||
--[[--------------------------< M A I N T E N A N C E _ C A T E G O R I E S >---------------------------------- | --[[--------------------------< M A I N T E N A N C E _ C A T E G O R I E S >---------------------------------- | ||
Line 782: | Line 531: | ||
local maint_cats = { | local maint_cats = { | ||
['ASIN'] = 'CS1 maint: ASIN uses ISBN', | ['ASIN'] = 'CS1 maint: ASIN uses ISBN', | ||
['archived_copy'] = 'CS1 maint: | ['archived_copy'] = 'CS1 maint: Archived copy as title', | ||
['authors'] = 'CS1 maint: | ['authors'] = 'CS1 maint: Uses authors parameter', | ||
['bot:_unknown'] = 'CS1 maint: BOT: original-url status unknown', | ['bot:_unknown'] = 'CS1 maint: BOT: original-url status unknown', | ||
['date_format'] = 'CS1 maint: | ['date_format'] = 'CS1 maint: Date format', | ||
['date_year'] = 'CS1 maint: | ['date_year'] = 'CS1 maint: Date and year', | ||
[' | ['disp_auth_ed'] = 'CS1 maint: display-$1', -- $1 is authors or editors; gets value from special_case_translation table | ||
['editors'] = 'CS1 maint: | ['editors'] = 'CS1 maint: Uses editors parameter', | ||
['embargo'] = 'CS1 maint: PMC embargo expired', | ['embargo'] = 'CS1 maint: PMC embargo expired', | ||
[' | ['english'] = 'CS1 maint: English language specified', | ||
['extra_text'] = 'CS1 maint: | ['etal'] = 'CS1 maint: Explicit use of et al.', | ||
['extra_text_names'] = 'CS1 maint: | ['extra_text'] = 'CS1 maint: Extra text', | ||
['ignore_isbn_err'] = 'CS1 maint: | ['extra_text_names'] = 'CS1 maint: Extra text: $1', -- $1 is <name>s list; gets value from special_case_translation table | ||
[' | ['ignore_isbn_err'] = 'CS1 maint: Ignored ISBN errors', | ||
['mult_names'] = 'CS1 maint: | ['interviewers'] = 'CS1 maint: Uses interviewers parameter', | ||
['missing_pipe'] = 'CS1 maint: Missing pipe', | |||
['mult_names'] = 'CS1 maint: Multiple names: $1', -- $1 is <name>s list; gets value from special_case_translation table | |||
['pmc_format'] = 'CS1 maint: PMC format', | ['pmc_format'] = 'CS1 maint: PMC format', | ||
['unfit'] = 'CS1 maint: | ['unfit'] = 'CS1 maint: Unfit url', | ||
['unknown_lang'] = 'CS1 maint: | ['unknown_lang'] = 'CS1 maint: Unrecognized language', | ||
['untitled'] = 'CS1 maint: | ['untitled'] = 'CS1 maint: Untitled periodical', | ||
} | } | ||
Line 812: | Line 561: | ||
local prop_cats = { | local prop_cats = { | ||
['foreign_lang_source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is | ['foreign_lang_source'] = 'CS1 $1-language sources ($2)', -- |language= categories; $1 is language name, $2 is ISO639-1 code | ||
['foreign_lang_source_2'] = 'CS1 foreign language sources (ISO 639-2)|$1', -- |language= category; a cat for ISO639-2 languages; $1 is the ISO 639-2 code | ['foreign_lang_source_2'] = 'CS1 foreign language sources (ISO 639-2)|$1', -- |language= category; a cat for ISO639-2 languages; $1 is the ISO 639-2 code | ||
['script'] = 'CS1 uses foreign language script', -- when language specified by |script-title=xx: doesn't have its own category | ['script'] = 'CS1 uses foreign language script', -- when language specified by |script-title=xx: doesn't have its own category | ||
['script_with_name'] = 'CS1 uses $1-language script ($2)', -- |script-title=xx: has matching category; $1 is language name, $2 is ISO639-1 code | ['script_with_name'] = 'CS1 uses $1-language script ($2)', -- |script-title=xx: has matching category; $1 is language name, $2 is ISO639-1 code | ||
['jul_greg_uncertainty'] = 'CS1: Julian–Gregorian uncertainty', -- probably temporary cat to identify scope of template with dates 1 October 1582 – 1 January 1926 | ['jul_greg_uncertainty'] = 'CS1: Julian–Gregorian uncertainty', -- probably temporary cat to identify scope of template with dates 1 October 1582 – 1 January 1926 | ||
} | } | ||
Line 858: | Line 604: | ||
anchor = 'accessdate_missing_url', | anchor = 'accessdate_missing_url', | ||
category = 'Pages using citations with accessdate and no URL', | category = 'Pages using citations with accessdate and no URL', | ||
hidden = false | hidden = false | ||
}, | }, | ||
Line 1,092: | Line 832: | ||
anchor = 'deprecated_params', | anchor = 'deprecated_params', | ||
category = 'CS1 errors: deprecated parameters', | category = 'CS1 errors: deprecated parameters', | ||
hidden = false | hidden = false | ||
}, | }, | ||
Line 1,104: | Line 838: | ||
anchor = 'empty_citation', | anchor = 'empty_citation', | ||
category = 'Pages with empty citations', | category = 'Pages with empty citations', | ||
hidden = false | hidden = false | ||
}, | }, | ||
first_missing_last = { | first_missing_last = { | ||
message = '<code class="cs1-code">|$ | message = '<code class="cs1-code">|first$2=</code> missing <code class="cs1-code">|last$2=</code> in $1', | ||
anchor = 'first_missing_last', | anchor = 'first_missing_last', | ||
category = 'CS1 errors: missing | category = 'CS1 errors: missing author or editor', | ||
hidden = false | hidden = false | ||
}, | }, | ||
Line 1,137: | Line 865: | ||
}, | }, | ||
missing_name = { | missing_name = { | ||
message = 'Missing <code class="cs1-code">| | message = 'Missing <code class="cs1-code">|last$2=</code> in $1', | ||
anchor = 'missing_name', | anchor = 'missing_name', | ||
category = 'CS1 errors: missing | category = 'CS1 errors: missing author or editor', | ||
hidden = false | hidden = false | ||
}, | }, | ||
Line 1,182: | Line 898: | ||
anchor = 'redundant_parameters', | anchor = 'redundant_parameters', | ||
category = 'Pages with citations having redundant parameters', | category = 'Pages with citations having redundant parameters', | ||
hidden = false | hidden = false | ||
}, | }, | ||
Line 1,251: | Line 955: | ||
['ARXIV'] = { | ['ARXIV'] = { | ||
parameters = {'arxiv', 'eprint'}, | parameters = {'arxiv', 'eprint'}, | ||
link = 'arXiv', | link = 'w:arXiv', | ||
q = 'Q118398', | q = 'Q118398', | ||
label = 'arXiv', | label = 'arXiv', | ||
Line 1,263: | Line 967: | ||
['ASIN'] = { | ['ASIN'] = { | ||
parameters = { 'asin', 'ASIN' }, | parameters = { 'asin', 'ASIN' }, | ||
link = 'Amazon Standard Identification Number', | link = 'w:Amazon Standard Identification Number', | ||
q = 'Q1753278', | q = 'Q1753278', | ||
label = 'ASIN', | label = 'ASIN', | ||
Line 1,274: | Line 978: | ||
['BIBCODE'] = { | ['BIBCODE'] = { | ||
parameters = {'bibcode'}, | parameters = {'bibcode'}, | ||
link = 'Bibcode', | link = 'w:Bibcode', | ||
q = 'Q25754', | q = 'Q25754', | ||
label = 'Bibcode', | label = 'Bibcode', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = ' | prefix = 'http://adsabs.harvard.edu/abs/', | ||
encode = false, | encode = false, | ||
COinS = 'info:bibcode', | COinS = 'info:bibcode', | ||
Line 1,286: | Line 990: | ||
['BIORXIV'] = { | ['BIORXIV'] = { | ||
parameters = {'biorxiv'}, | parameters = {'biorxiv'}, | ||
link = 'bioRxiv', | link = 'w:bioRxiv', | ||
q = 'Q19835482', | q = 'Q19835482', | ||
label = 'bioRxiv', | label = 'bioRxiv', | ||
Line 1,298: | Line 1,002: | ||
['CITESEERX'] = { | ['CITESEERX'] = { | ||
parameters = {'citeseerx'}, | parameters = {'citeseerx'}, | ||
link = 'CiteSeerX', | link = 'w:w:CiteSeerX', | ||
q = 'Q2715061', | q = 'Q2715061', | ||
label = 'CiteSeerX', | label = 'CiteSeerX', | ||
Line 1,308: | Line 1,012: | ||
separator = ' ', | separator = ' ', | ||
}, | }, | ||
['DOI'] = { | ['DOI'] = { | ||
parameters = { 'doi', 'DOI' }, | parameters = { 'doi', 'DOI' }, | ||
link = 'Digital object identifier', | link = 'w:Digital object identifier', | ||
q = 'Q25670', | q = 'Q25670', | ||
label = 'doi', | label = 'doi', | ||
Line 1,322: | Line 1,026: | ||
['EISSN'] = { | ['EISSN'] = { | ||
parameters = {'eissn', 'EISSN'}, | parameters = {'eissn', 'EISSN'}, | ||
link = 'International_Standard_Serial_Number#Electronic_ISSN', | link = 'w:International_Standard_Serial_Number#Electronic_ISSN', | ||
q = 'Q46339674', | q = 'Q46339674', | ||
label = 'eISSN', | label = 'eISSN', | ||
Line 1,333: | Line 1,037: | ||
['HDL'] = { | ['HDL'] = { | ||
parameters = { 'hdl', 'HDL' }, | parameters = { 'hdl', 'HDL' }, | ||
link = 'Handle System', | link = 'w:Handle System', | ||
q = 'Q3126718', | q = 'Q3126718', | ||
label = 'hdl', | label = 'hdl', | ||
Line 1,343: | Line 1,047: | ||
custom_access = 'hdl-access', | custom_access = 'hdl-access', | ||
}, | }, | ||
['ISBN'] = { | ['ISBN'] = { | ||
parameters = {'isbn', 'ISBN', 'isbn13', 'ISBN13'}, | parameters = {'isbn', 'ISBN', 'isbn13', 'ISBN13'}, | ||
link = 'International Standard Book Number', | link = 'w:International Standard Book Number', | ||
q = 'Q33057', | q = 'Q33057', | ||
label = 'ISBN', | label = 'ISBN', | ||
Line 1,355: | Line 1,059: | ||
['ISMN'] = { | ['ISMN'] = { | ||
parameters = {'ismn', 'ISMN'}, | parameters = {'ismn', 'ISMN'}, | ||
link = 'International Standard Music Number', | link = 'w:International Standard Music Number', | ||
q = 'Q1666938', | q = 'Q1666938', | ||
label = 'ISMN', | label = 'ISMN', | ||
Line 1,365: | Line 1,069: | ||
['ISSN'] = { | ['ISSN'] = { | ||
parameters = {'issn', 'ISSN'}, | parameters = {'issn', 'ISSN'}, | ||
link = 'International Standard Serial Number', | link = 'w:International Standard Serial Number', | ||
q = 'Q131276', | q = 'Q131276', | ||
label = 'ISSN', | label = 'ISSN', | ||
Line 1,376: | Line 1,080: | ||
['JFM'] = { | ['JFM'] = { | ||
parameters = {'jfm', 'JFM'}, | parameters = {'jfm', 'JFM'}, | ||
link = ' | link = 'w:ahrbuch über die Fortschritte der Mathematik', | ||
q = '', | q = '', | ||
label = 'JFM', | label = 'JFM', | ||
Line 1,387: | Line 1,091: | ||
['JSTOR'] = { | ['JSTOR'] = { | ||
parameters = {'jstor', 'JSTOR'}, | parameters = {'jstor', 'JSTOR'}, | ||
link = 'JSTOR', | link = 'w:JSTOR', | ||
q = 'Q1420342', | q = 'Q1420342', | ||
label = 'JSTOR', | label = 'JSTOR', | ||
Line 1,399: | Line 1,103: | ||
['LCCN'] = { | ['LCCN'] = { | ||
parameters = {'LCCN', 'lccn'}, | parameters = {'LCCN', 'lccn'}, | ||
link = 'Library of Congress Control Number', | link = 'w:Library of Congress Control Number', | ||
q = 'Q620946', | q = 'Q620946', | ||
label = 'LCCN', | label = 'LCCN', | ||
Line 1,410: | Line 1,114: | ||
['MR'] = { | ['MR'] = { | ||
parameters = {'MR', 'mr'}, | parameters = {'MR', 'mr'}, | ||
link = 'Mathematical Reviews', | link = 'w:Mathematical Reviews', | ||
q = 'Q211172', | q = 'Q211172', | ||
label = 'MR', | label = 'MR', | ||
Line 1,421: | Line 1,125: | ||
['OCLC'] = { | ['OCLC'] = { | ||
parameters = {'OCLC', 'oclc'}, | parameters = {'OCLC', 'oclc'}, | ||
link = 'OCLC', | link = 'w:OCLC', | ||
q = 'Q190593', | q = 'Q190593', | ||
label = 'OCLC', | label = 'OCLC', | ||
Line 1,432: | Line 1,136: | ||
['OL'] = { | ['OL'] = { | ||
parameters = { 'ol', 'OL' }, | parameters = { 'ol', 'OL' }, | ||
link = 'Open Library', | link = 'w:Open Library', | ||
q = 'Q1201876', | q = 'Q1201876', | ||
label = 'OL', | label = 'OL', | ||
Line 1,444: | Line 1,148: | ||
['OSTI'] = { | ['OSTI'] = { | ||
parameters = {'OSTI', 'osti'}, | parameters = {'OSTI', 'osti'}, | ||
link = 'Office of Scientific and Technical Information', | link = 'w:Office of Scientific and Technical Information', | ||
q = 'Q2015776', | q = 'Q2015776', | ||
label = 'OSTI', | label = 'OSTI', | ||
Line 1,456: | Line 1,160: | ||
['PMC'] = { | ['PMC'] = { | ||
parameters = {'PMC', 'pmc'}, | parameters = {'PMC', 'pmc'}, | ||
link = 'PubMed Central', | link = 'w:PubMed Central', | ||
q = 'Q229883', | q = 'Q229883', | ||
label = 'PMC', | label = 'PMC', | ||
Line 1,469: | Line 1,173: | ||
['PMID'] = { | ['PMID'] = { | ||
parameters = {'PMID', 'pmid'}, | parameters = {'PMID', 'pmid'}, | ||
link = 'PubMed Identifier', | link = 'w:PubMed Identifier', | ||
q = '', | q = '', | ||
label = 'PMID', | label = 'PMID', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = '//www.ncbi.nlm.nih.gov/pubmed/', | |||
COinS = 'info:pmid', | COinS = 'info:pmid', | ||
encode = false, | encode = false, | ||
Line 1,481: | Line 1,184: | ||
['RFC'] = { | ['RFC'] = { | ||
parameters = {'RFC', 'rfc'}, | parameters = {'RFC', 'rfc'}, | ||
link = 'Request for Comments', | link = 'w:Request for Comments', | ||
q = 'Q212971', | q = 'Q212971', | ||
label = 'RFC', | label = 'RFC', | ||
Line 1,493: | Line 1,196: | ||
['SSRN'] = { | ['SSRN'] = { | ||
parameters = {'SSRN', 'ssrn'}, | parameters = {'SSRN', 'ssrn'}, | ||
link = 'Social Science Research Network', | link = 'w:Social Science Research Network', | ||
q = 'Q7550801', | q = 'Q7550801', | ||
label = 'SSRN', | label = 'SSRN', | ||
Line 1,505: | Line 1,208: | ||
['USENETID'] = { | ['USENETID'] = { | ||
parameters = {'message-id'}, | parameters = {'message-id'}, | ||
link = 'Usenet', | link = 'w:Usenet', | ||
q = 'Q193162', | q = 'Q193162', | ||
label = 'Usenet:', | label = 'Usenet:', | ||
Line 1,516: | Line 1,219: | ||
['ZBL'] = { | ['ZBL'] = { | ||
parameters = {'ZBL', 'zbl'}, | parameters = {'ZBL', 'zbl'}, | ||
link = 'Zentralblatt MATH', | link = 'w:Zentralblatt MATH', | ||
q = 'Q190269', | q = 'Q190269', | ||
label = 'Zbl', | label = 'Zbl', | ||
Line 1,528: | Line 1,231: | ||
--[[--------------------------< E X P O R T | --[[--------------------------< E X P O R T S >---------------------------------------------------------------- | ||
]] | ]] | ||
Line 1,537: | Line 1,240: | ||
date_names = date_names, | date_names = date_names, | ||
error_conditions = error_conditions, | error_conditions = error_conditions, | ||
id_handlers = id_handlers, | id_handlers = id_handlers, | ||
keywords = keywords, | |||
stripmarkers=stripmarkers, | stripmarkers=stripmarkers, | ||
invisible_chars = invisible_chars, | invisible_chars = invisible_chars, | ||
indic_script = indic_script, | indic_script = indic_script, | ||
maint_cats = maint_cats, | maint_cats = maint_cats, | ||
messages = messages, | messages = messages, | ||
presentation = presentation, | presentation = presentation, | ||
prop_cats = prop_cats, | prop_cats = prop_cats, | ||
script_lang_codes = script_lang_codes, | script_lang_codes = script_lang_codes, | ||
lang_code_remap = lang_code_remap, | lang_code_remap = lang_code_remap, | ||
lang_name_remap = lang_name_remap, | lang_name_remap = lang_name_remap, | ||
title_types = title_types, | title_types = title_types, | ||
uncategorized_namespaces = uncategorized_namespaces, | uncategorized_namespaces = uncategorized_namespaces, |