Module:Citation/CS1/Configuration: Difference between revisions
m
data.error_conditions in alpha order; data.error_conditions bad_isbn category tweak;
m>Dragons flight (isbn check) |
m>Trappist the monk m (data.error_conditions in alpha order; data.error_conditions bad_isbn category tweak;) |
||
Line 56: | Line 56: | ||
category = 'Pages using citations with accessdate and no URL', | category = 'Pages using citations with accessdate and no URL', | ||
hidden = true }, | hidden = true }, | ||
archive_missing_date = { | |||
message = '<code>|archiveurl=</code> requires <code>|archivedate=</code>', | |||
anchor = 'archive_missing_date', | |||
category = 'Pages with archiveurl citation errors', | |||
hidden = false }, | |||
archive_missing_url = { | |||
message = '<code>|archiveurl=</code> requires <code>|url=</code>', | |||
anchor = 'archive_missing_url', | |||
category = 'Pages with archiveurl citation errors', | |||
hidden = false }, | |||
archive_missing_url_not_dead = { | |||
message = '<code>|archiveurl=</code> and <code>|deadurl=no</code> requires <code>|url=</code>', | |||
anchor = 'archive_missing_url', | |||
category = 'Pages with archiveurl citation errors', | |||
hidden = false }, | |||
bad_doi = { | bad_doi = { | ||
message = 'Bad DOI specified', | message = 'Bad DOI specified', | ||
Line 64: | Line 79: | ||
message = 'Bad ISBN specified', | message = 'Bad ISBN specified', | ||
anchor = 'bad_isbn', | anchor = 'bad_isbn', | ||
category = ' | category = 'Pages with invalid ISBNs', | ||
hidden = false }, | hidden = false }, | ||
bad_ol = { | bad_ol = { | ||
Line 71: | Line 86: | ||
category = 'Pages with OL errors', | category = 'Pages with OL errors', | ||
hidden = false }, | hidden = false }, | ||
bare_url_missing_title = { | bare_url_missing_title = { | ||
message = 'Missing or empty <code>|title=</code>', | message = 'Missing or empty <code>|title=</code>', | ||
Line 85: | Line 95: | ||
anchor = 'citation_missing_title', | anchor = 'citation_missing_title', | ||
category = 'Pages with citations lacking titles', | category = 'Pages with citations lacking titles', | ||
hidden = true }, | |||
cite_web_title = { | |||
message = 'Missing or empty <code>|title=</code>', | |||
anchor = 'cite_web_title', | |||
category = 'Pages using web citations with no title', | |||
hidden = false }, | |||
cite_web_url = { | |||
message = 'Missing or empty <code>|url=</code>', | |||
anchor = 'cite_web_url', | |||
category = 'Pages using web citations with no URL', | |||
hidden = true }, | hidden = true }, | ||
empty_citation = { | empty_citation = { | ||
Line 91: | Line 111: | ||
category = 'Pages with empty citations', | category = 'Pages with empty citations', | ||
hidden = false }, | hidden = false }, | ||
extra_pages = { | |||
message = 'Extra <code>|pages=</code> or <code>|at=</code>', | |||
anchor = 'extra_pages', | |||
category = 'Pages with citations using conflicting page specifications', | |||
hidden = true }, | |||
format_missing_url = { | |||
message = '<code>|format=</code> requires <code>|url=</code>', | |||
anchor = 'format_missing_url', | |||
category = 'Pages using citations with format and no URL', | |||
hidden = true }, | |||
implict_etal_author = { | implict_etal_author = { | ||
message = '<code>|displayauthors=</code> suggested', | message = '<code>|displayauthors=</code> suggested', | ||
Line 100: | Line 130: | ||
anchor = 'displayeditors', | anchor = 'displayeditors', | ||
category = 'Pages using citations with old-style implicit et al.', | category = 'Pages using citations with old-style implicit et al.', | ||
hidden = true }, | hidden = true }, | ||
parameter_ignored = { | parameter_ignored = { | ||
Line 150: | Line 140: | ||
anchor = 'parameter_ignored_suggest', | anchor = 'parameter_ignored_suggest', | ||
category = 'Pages with citations using unsupported parameters', | category = 'Pages with citations using unsupported parameters', | ||
hidden = true }, | |||
redundant_parameters = { | |||
message = 'More than one of $1 specified', | |||
anchor = 'redundant_parameters', | |||
category = 'Pages with citations having redundant parameters', | |||
hidden = true }, | hidden = true }, | ||
text_ignored = { | text_ignored = { | ||
Line 155: | Line 150: | ||
anchor = 'text_ignored', | anchor = 'text_ignored', | ||
category = 'Pages with citations using unnamed parameters', | category = 'Pages with citations using unnamed parameters', | ||
hidden = true }, | |||
trans_missing_chapter = { | |||
message = 'Missing or empty <code>|chapter=</code>', | |||
anchor = 'trans_missing_chapter', | |||
category = 'Pages with citations using translated terms without the original', | |||
hidden = true }, | |||
trans_missing_title = { | |||
message = 'Missing or empty <code>|title=</code>', | |||
anchor = 'trans_missing_title', | |||
category = 'Pages with citations using translated terms without the original', | |||
hidden = true }, | hidden = true }, | ||
wikilink_in_url = { | wikilink_in_url = { | ||
Line 160: | Line 165: | ||
anchor = 'wikilink_in_url', | anchor = 'wikilink_in_url', | ||
category = 'Pages with citations having wikilinks embedded in URL titles', | category = 'Pages with citations having wikilinks embedded in URL titles', | ||
hidden = true }, | hidden = true }, | ||
} | } |