Module:Citation/CS1/Configuration: Difference between revisions

Synch from sandbox;
(Distinguish et al authors from et al editors, so bot can fix the former)
(Synch from sandbox;)
Line 8:
]]
citation_config.uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk',
'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk', 'Education_Program_talkDraft', 'Module_talkDraft_talk', 'MediaWiki_talkEducation_Program_talk', };
'Module_talk', 'MediaWiki_talk' };
 
--[[
Line 87 ⟶ 88:
['ASINTLD'] = {'ASIN-TLD', 'asin-tld'},
['At'] = 'at',
['Authors'] = {'authors', 'people', 'host'},
['AuthorFormat'] = {"author-format", "authorformat" },
['AuthorSeparator'] = 'author-separator',
Line 97 ⟶ 98:
['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl', 'sectionurl' },
['Coauthors'] = {'coauthors', 'coauthor' },
['Conference'] = {'conference', 'event' },
['ConferenceURL'] = {'conference-url', 'conferenceurl', 'eventurl' },
['Date'] = 'date',
['Day'] = 'day',
Line 222 ⟶ 223:
message = '<code>&#124;archiveurl=</code> requires <code>&#124;archivedate=</code>',
anchor = 'archive_missing_date',
category = 'Pages with archiveurl citation errors‎errors',
hidden = false },
archive_missing_url = {
message = '<code>&#124;archiveurl=</code> requires <code>&#124;url=</code>',
anchor = 'archive_missing_url',
category = 'Pages with archiveurl citation errors‎errors',
hidden = false },
bad_date = {
Line 253 ⟶ 254:
anchor = 'bad_ol',
category = 'Pages with OL errors',
hidden = false },
bad_pmid = {
message = 'Check <code>&#124;pmid=</code> value',
anchor = 'bad_pmid',
category = '', --'CS1 errors: PMID',
hidden = false },
bad_url = {
Line 262 ⟶ 268:
message = '$1 missing title',
anchor = 'bare_url_missing_title',
category = 'Pages with citations having bare URLs‎URLs',
hidden = false },
citation_missing_title = {
message = 'Missing or empty <code>&#124;title=</code>',
anchor = 'citation_missing_title',
category = 'Pages with citations lacking titles‎titles',
hidden = false },
cite_web_url = { -- this error applies to cite web and to cite podcast
message = 'Missing or empty <code>&#124;url=</code>',
anchor = 'cite_web_url',
category = 'Pages using web citations with no URL‎URL',
hidden = true },
coauthors_missing_author = {
message = '<code>&#124;coauthors=</code> requires <code>&#124;author=</code>',
anchor = 'coauthors_missing_author',
category = 'CS1 errors: coauthors without author‎author',
hidden = false },
deprecated_params = {
message = 'Cite uses deprecated parameters',
anchor = 'deprecated_params',
category = 'Pages containing cite templates with deprecated parameters‎parameters',
hidden = true },
empty_citation = {
message = 'Empty citation‎citation',
anchor = 'empty_citation',
category = 'Pages with empty citations‎citations',
hidden = false },
extra_pages = {
message = 'Extra <code>&#124;pages=</code> or <code>&#124;at=</code>',
anchor = 'extra_pages',
category = 'Pages with citations using conflicting page specifications‎specifications',
hidden = false },
format_missing_url = {
message = '<code>&#124;format=</code> requires <code>&#124;url=</code>',
anchor = 'format_missing_url',
category = 'Pages using citations with format and no URL‎URL',
hidden = true },
implict_etal_author = {
message = '<code>&#124;displayauthors=</code> suggested',
anchor = 'displayauthors',
category = 'Pages using citations with old-style implicit et al.',
hidden = true },
implict_etal_editor = {
message = '<code>&#124;displayeditors=</code> suggested',
anchor = 'displayeditors',
category = 'Pages using citations with old-style implicit et al. in editors‎editors',
hidden = true },
parameter_ignored = {
Line 489 ⟶ 495:
link = 'PubMed Identifier',
label = 'PMID',
mode = 'externalmanual', -- changed from external manual to support PMID validation
prefix = '//www.ncbi.nlm.nih.gov/pubmed/',
COinS = 'info:pmid',
Anonymous user