Title: Help:CS1 errors - freem
URL Source: https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors
Published Time: Fri, 31 Jul 2026 13:24:52 GMT
Markdown Content:
[Template:Short description](https://freemwiki.com/index.php?title=Template:Short_description&action=edit&redlink=1 "Template:Short description (page does not exist)")[Template:Pp-semi-indef](https://freemwiki.com/index.php?title=Template:Pp-semi-indef&action=edit&redlink=1 "Template:Pp-semi-indef (page does not exist)")[Template:Wikipedia how to](https://freemwiki.com/index.php?title=Template:Wikipedia_how_to&action=edit&redlink=1 "Template:Wikipedia how to (page does not exist)")[Template:Skip to top and bottom](https://freemwiki.com/index.php?title=Template:Skip_to_top_and_bottom&action=edit&redlink=1 "Template:Skip to top and bottom (page does not exist)") This page describes the error messages reported by the [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") citations, what they mean, and how editors might resolve the errors. [Category:CS1 errors](https://freemwiki.com/index.php?title=Category:CS1_errors&action=edit&redlink=1 "Category:CS1 errors (page does not exist)") is the general errors category and [Category:CS1 maintenance](https://freemwiki.com/index.php?title=Category:CS1_maintenance&action=edit&redlink=1 "Category:CS1 maintenance (page does not exist)") is the general maintenance category.
Errors issued by Wikipedia's `[` system, in which citation templates are typically embedded, can be found at [Help:Cite errors](https://freemwiki.com/index.php?title=Help:Cite_errors&action=edit&redlink=1 "Help:Cite errors (page does not exist)").
## Controlling error message display[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=1 "Edit section: Controlling error message display")
### Preview messages[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=2 "Edit section: Preview messages")
When editors preview an article, MediaWiki displays a preview message box under the Preview header. When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates have error or maintenance messages, [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") summarizes those messages in the preview message box. Such a message box might look something like this:
The summary messages have three components:
1. 'Script warning: ' – this prefix is provided by MediaWiki;
2. a colored ([Template:Color](https://freemwiki.com/index.php?title=Template:Color&action=edit&redlink=1 "Template:Color (page does not exist)") or [Template:Color](https://freemwiki.com/index.php?title=Template:Color&action=edit&redlink=1 "Template:Color (page does not exist)")) message that identifies the type of template that has a message with a link to that template's documentation; wrapper templates with messages will show the name of the wrapped template, and;
3. 'messages may be hidden' – the message suffix with a help link to this page.
Preview messages in the preview message box cannot be hidden. The preview message suffix 'messages may be hidden' means that the template's message(s) may not be visible. To learn how to show or hide template messages, see the next section ([Template:Slink](https://freemwiki.com/index.php?title=Template:Slink&action=edit&redlink=1 "Template:Slink (page does not exist)")).
### Error and maintenance messages[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=3 "Edit section: Error and maintenance messages")
By default, [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)")error messages are visible to all readers and maintenance messages are hidden from all readers.
To display maintenance messages in the rendered article, include the following text in your common [CSS](https://freemwiki.com/index.php?title=Cascading_Stylesheets&action=edit&redlink=1 "Cascading Stylesheets (page does not exist)") page ([common.css](https://freemwiki.com/wiki/Special:MyPage/common.css "Special:MyPage/common.css")) or your specific skin's CSS page and ([skin.css](https://freemwiki.com/wiki/Special:MyPage/skin.css "Special:MyPage/skin.css")).
(Note to new editors: those CSS pages are specific to you, and control your view of pages, by adding to your user account's [CSS](https://freemwiki.com/index.php?title=CSS&action=edit&redlink=1 "CSS (page does not exist)") code. If you have not yet created such a page, then clicking one of the `.css` links above will yield a page that starts "Wikipedia does not have a [user page](https://freemwiki.com/index.php?title=User_page&action=edit&redlink=1 "User page (page does not exist)") with this exact name." Click the "Start the User:_username_/_filename_ page" link, paste the text below, save the page, follow the instructions at the bottom of the new page on bypassing your browser's cache, and finally, in order to see the previously hidden maintenance messages, refresh the page you were editing earlier.)
:root .mw-parser-output .cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
To display hidden-by-default error messages:
:root .mw-parser-output .cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */
Even with this CSS installed, older pages in Wikipedia's cache may not have been updated to show these error messages even though the page is listed in one of the tracking categories. A [null edit](https://freemwiki.com/index.php?title=WP:NULLEDIT&action=edit&redlink=1 "WP:NULLEDIT (page does not exist)") will resolve that issue.
After (error and/maintenance) messages are displayed, it might still not be easy to find them in a large article with a lot of citations. Messages can then be found by searching (with Ctrl-F) for "(help)" or "cs1".
To hide normally-displayed error messages:
:root .mw-parser-output .cs1-visible-error {display: none;} /* hide Citation Style 1 error messages */
You can personalize the display of these messages (such as changing the color), but you will need to ask someone who knows CSS or at [the technical village pump](https://freemwiki.com/index.php?title=WP:VPT&action=edit&redlink=1 "WP:VPT (page does not exist)") if you do not understand how.
_Nota bene_: these CSS rules are not obeyed by [Navigation popups](https://en.wikipedia.org/wiki/Tools/Navigation_popups "wikipedia:Tools/Navigation popups"). They also do not hide script warning messages in the Preview box that begin with "This is only a preview; your changes have not yet been saved".
### Properties category highlighting[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=4 "Edit section: Properties category highlighting")
[Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") adds properties categories to some CS1|2 citations. Unlike errors or maintenance needs, there is no message when a properties category is added. Properties categories may be temporary or may be perpetual. Editors can use CSS to add special styling to CS1|2 template renderings that will highlight a citation that added a properties category. For example, this template uses a long volume name:
`{{cite book |title=Title |date=May–Jun 2021 |volume = 1: Long volume}}`_Title_. Vol.1: Long volume. May–Jun 2021.
If you add this to your CSS that citation will render with a [Template:Background](https://freemwiki.com/index.php?title=Template:Background&action=edit&redlink=1 "Template:Background (page does not exist)") background:
.cs1-prop-long-vol {background: #FFC;}
Add one or more of these (with appropriate styling) to your CSS to highlight template renderings when those templates add the associated properties category:
`.cs1-prop-foreign-lang-source {}` – subcategories of [Category:CS1 foreign language sources](https://freemwiki.com/index.php?title=Category:CS1_foreign_language_sources&action=edit&redlink=1 "Category:CS1 foreign language sources (page does not exist)")`.cs1-prop-foreign-lang-source-2 {}` – [Category:CS1 foreign language sources (ISO 639-2)](https://freemwiki.com/index.php?title=Category:CS1_foreign_language_sources_(ISO_639-2)&action=edit&redlink=1 "Category:CS1 foreign language sources (ISO 639-2) (page does not exist)")`.cs1-prop-interwiki-linked-name {}` – author, contributor, editor, interviewer, translator name(s) linked to another language Wikipedia`.cs1-prop-interproj-linked-name {}` – author, contributor, editor, interviewer, translator name(s) linked to another MediaWiki project`.cs1-prop-location-test {}` – [Category:CS1 location test](https://freemwiki.com/index.php?title=Category:CS1_location_test&action=edit&redlink=1 "Category:CS1 location test (page does not exist)")`.cs1-prop-long-vol {}` – [Category:CS1: long volume value](https://freemwiki.com/index.php?title=Category:CS1:_long_volume_value&action=edit&redlink=1 "Category:CS1: long volume value (page does not exist)")`.cs1-prop-script {}` – subcategories of [Category:CS1 uses foreign language script](https://freemwiki.com/index.php?title=Category:CS1_uses_foreign_language_script&action=edit&redlink=1 "Category:CS1 uses foreign language script (page does not exist)")`.cs1-prop-tracked-param {}` – subcategories of [Category:CS1 tracked parameters](https://freemwiki.com/index.php?title=Category:CS1_tracked_parameters&action=edit&redlink=1 "Category:CS1 tracked parameters (page does not exist)")`.cs1-prop-unfit {}` — [Category:CS1: unfit URL](https://freemwiki.com/index.php?title=Category:CS1:_unfit_URL&action=edit&redlink=1 "Category:CS1: unfit URL (page does not exist)")`.cs1-prop-year-range-abbreviated {}` – [Category:CS1: abbreviated year range](https://freemwiki.com/index.php?title=Category:CS1:_abbreviated_year_range&action=edit&redlink=1 "Category:CS1: abbreviated year range (page does not exist)")
## Most common errors[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=5 "Edit section: Most common errors")
* [#ISBN / Date incompatibility](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#ISBN_/_Date_incompatibility), ~46k pages
* [#Cite requires |=](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#Cite_%3Ctemplate%3E_requires_%7C%3Cparam%3E=), ~33k pages
* [#Cite uses generic name](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#Cite_uses_generic_name), ~26k pages
* [#= ignored](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#%3Cperiodical%3E=_ignored), ~21k pages
* [#Citation without a title of any form](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#Citation_without_a_title_of_any_form), ~19k pages
* [#Bare URL without a title](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#Bare_URL_without_a_title), ~11k pages
## |access-date= requires |url= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=6 "Edit section: |access-date= requires |url=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|access-date=` is the date that the online resource addressed by `|url=` was added to the article. If `|access-date=` has been included in the citation without `|url=` then this message appears. If the citation does not use a web link, then `|access-date=` is redundant and should be removed.
When the online resource has a publication or other fixed date associated with it, `|access-date=` is of limited value though may be useful in identifying an appropriate archived version of the resource. Without `|url=`, `|access-date=` is not considered useful.
To resolve this error, provide a value for `|url=` or remove `|access-date=`. Editors should try to determine why the citation has `|access-date=` without `|url=`. For example, the citation may never have had a `|url=`, or `|url=` may have been removed because it links to a site that violates the creator's copyright (see [WP:COPYLINK](https://freemwiki.com/index.php?title=WP:COPYLINK&action=edit&redlink=1 "WP:COPYLINK (page does not exist)")), or because `|url=` was deemed to be dead. If the citation never had `|url=` or it was removed for copyright violations, remove `|access-date=`. When a dead `|url=` has been removed, restore the `|url=` and if possible repair it (see [WP:LINKROT](https://freemwiki.com/index.php?title=WP:LINKROT&action=edit&redlink=1 "WP:LINKROT (page does not exist)")).
Pages with this error are automatically placed in [Category:CS1 errors: access-date without URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_access-date_without_URL&action=edit&redlink=1 "Category:CS1 errors: access-date without URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |archive-date= / |archive-url= timestamp mismatch[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=7 "Edit section: |archive-date= / |archive-url= timestamp mismatch")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Archive.org and Archive.today URLs have a 14-digit snapshot timestamp. This error message is displayed when the archive snapshot date is not the same as the date stated in `|archive-date=`.
To resolve this error, make sure that `|archive-url=` and `|archive-date=` refer to the same snapshot. This could mean that values assigned to either or both parameters need to be updated. To get the correct `|archive-date=` value, view the archived page's source, looking for a line near the bottom that starts with "FILE ARCHIVED ON". The archive date should appear on that line.
Pages with this error are automatically placed in [Category:CS1 errors: archive-url](https://freemwiki.com/index.php?title=Category:CS1_errors:_archive-url&action=edit&redlink=1 "Category:CS1 errors: archive-url (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
Pages with this error in the tracking category can be fixed by the bot [WP:WAYBACKMEDIC](https://freemwiki.com/index.php?title=WP:WAYBACKMEDIC&action=edit&redlink=1 "WP:WAYBACKMEDIC (page does not exist)"). Requests to run the bot can be made at [WP:URLREQ](https://freemwiki.com/index.php?title=WP:URLREQ&action=edit&redlink=1 "WP:URLREQ (page does not exist)").
## |archive-date= requires |archive-url= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=8 "Edit section: |archive-date= requires |archive-url=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`|archive-date=`, identifies the date that the web resource was archived. Without a matching `|archive-url=` parameter, `|archive-date=` is meaningless.
To resolve this error, provide a value for `|archive-url=` or remove `|archive-date=`
Pages with this error are automatically placed in [Category:CS1 errors: archive-url](https://freemwiki.com/index.php?title=Category:CS1_errors:_archive-url&action=edit&redlink=1 "Category:CS1 errors: archive-url (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |archive-url= is malformed [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=9 "Edit section: |archive-url= is malformed")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Archive.org allows a variety of URLs to access snapshots of an archived page. Some of these are:
`https://web.archive.org/web/YYYYMMDDhhmmss/http://www.example.com` – a single snapshot; this is the preferred form for use with `|archive-url=``https://web.archive.org/web/*/http://www.example.com` – a wildcard search results page; useful for locating an appropriate snapshot but not appropriate in a citation`https://web.archive.org/web/201603/http://www.example.com` – incomplete timestamp; archive.org returns the most recent snapshot`https://web.archive.org/save/http://www.example.com` – saves a new snapshot of the current target; do not use this form
There are two forms of the basic URL:
`https://web.archive.org//...` – the old form`https://web.archive.org/web//...` – the new form
The error message identifies the reason for the message. The reasons are:
[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – the archive.org URL is the save command[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – **web/** was expected but something else was found[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – the timestamp portion of the URL path is not 14 digits[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – the flag portion of the URL path (if present; new form URLs only) is not 2 lowercase letters followed by an underscore: 'id_'[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – `liveweb.archive.org` is a deprecated form of the domain name
When the archive.org URL has any of these errors, Module:Citation/CS1 does not link to archive.org in normal article view and emits an appropriate error message.
However, in article preview mode, the module creates a modified link to archive.org that uses a partial timestamp with `*` wildcard suffix. This new URL links to an archive.org calendar view so that editors may more easily select a suitable archived snapshot from those available at archive.org to fix the malformed `|archive-url=` link. (If no snapshots have been archived at archive.org, and the cited page is still live, this link also allows editors to save the first snapshot of the page at archive.org.)
To resolve this error, choose the URL of an appropriate snapshot from those held at archive.org. [Search for the target URL](https://archive.org/web/) at archive.org.
Pages with this error are automatically placed in [Category:CS1 errors: archive-url](https://freemwiki.com/index.php?title=Category:CS1_errors:_archive-url&action=edit&redlink=1 "Category:CS1 errors: archive-url (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |archive-url= requires |archive-date= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=10 "Edit section: |archive-url= requires |archive-date=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`|archive-date=`, identifies the date that the web resource was archived.
To resolve this error, provide a value for `|archive-date=` (see acceptable date formats in [MOS:DATEFORMAT](https://freemwiki.com/index.php?title=MOS:DATEFORMAT&action=edit&redlink=1 "MOS:DATEFORMAT (page does not exist)")). For web resources archived at archive.org,[[1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-archive.org-2) the archival date can be found in the `|archive-url=`; for resources archived at webcitation.org,[[2]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-webcitation.org-3) the cache date is included in the archive header.
Pages with this error are automatically placed in [Category:CS1 errors: archive-url](https://freemwiki.com/index.php?title=Category:CS1_errors:_archive-url&action=edit&redlink=1 "Category:CS1 errors: archive-url (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |archive-url= requires |url= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=11 "Edit section: |archive-url= requires |url=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
A properly formatted citation that includes `|archive-url=` and `|archive-date=` requires `|url=`. When the citation includes `|url-status=live`, the ordering of elements in the rendered citation is changed to put the original URL first.
To resolve this error, provide a value for `|url=`. For web resources archived at archive.org,[[1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-archive.org-2) the original URL can be found in the `|archive-url=` value; for resources archived at webcitation.org,[[2]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-webcitation.org-3) the original URL is included in the archive header.
Pages with this error are automatically placed in [Category:CS1 errors: archive-url](https://freemwiki.com/index.php?title=Category:CS1_errors:_archive-url&action=edit&redlink=1 "Category:CS1 errors: archive-url (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |arxiv= required[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=12 "Edit section: |arxiv= required")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`{{cite arXiv}}` requires one, but not both, of the identifier parameters `|arxiv=` or `|eprint=` to specify an [arXiv](https://freemwiki.com/index.php?title=ArXiv&action=edit&redlink=1 "ArXiv (page does not exist)") identifier.
To resolve this error, ensure that the template has `|arxiv=` or `|eprint=` with a properly constructed value.
Pages with this error are automatically placed in [Category:CS1 errors: arXiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_arXiv&action=edit&redlink=1 "Category:CS1 errors: arXiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |asin-tld= requires |asin=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=13 "Edit section: |asin-tld= requires |asin=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When `|asin-tld=` is used in a CS1|2 template, `|asin=` (with value) must also be present.
To resolve this error, either add the missing ASIN or remove the 'broken' parameter.
Pages with this error are automatically placed in [Category:CS1 errors: ASIN TLD](https://freemwiki.com/index.php?title=Category:CS1_errors:_ASIN_TLD&action=edit&redlink=1 "Category:CS1 errors: ASIN TLD (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |biorxiv= required[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=14 "Edit section: |biorxiv= required")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`{{cite bioRxiv}}` requires the identifier parameter `|biorxiv=`.
To resolve this error, ensure that the template has `|biorxiv=` with a properly constructed value.
Pages with this error are automatically placed in [Category:CS1 errors: bioRxiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_bioRxiv&action=edit&redlink=1 "Category:CS1 errors: bioRxiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |chapter= ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=15 "Edit section: |chapter= ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") templates `{{cite web}}`, `{{cite news}}`, `{{cite journal}}`, `{{cite magazine}}`, `{{cite press release}}`, `{{cite podcast}}`, `{{cite newsgroup}}`, as well as template `{{citation}}` when it uses `|work=` or any of its aliases, do not support `|chapter=` and its components `|trans-chapter=`, `|script-chapter=`, `|chapter-url=`, and `|chapter-format=`. The alias parameters `|contribution=`, `|entry=`, `|article=`, `|section=`, and their components, are similarly not supported.
To resolve this error:
* use a more appropriate citation template (such as {{[cite book](https://freemwiki.com/wiki/Template:Cite_book "Template:Cite book")}} or {{[cite encyclopedia](https://freemwiki.com/index.php?title=Template:Cite_encyclopedia&action=edit&redlink=1 "Template:Cite encyclopedia (page does not exist)")}}), or
* place the content of the `|chapter=` parameter in `|title=`, or
* for {{[cite news](https://freemwiki.com/wiki/Template:Cite_news "Template:Cite news")}}, `|department=` can be used to give the name of the newspaper's section, such as "Obituaries", or
* for {{[citation](https://freemwiki.com/wiki/Template:Citation "Template:Citation")}}, remove `|work=` or its aliases such as `|website=` and place their content in `|title=` if appropriate
* move the content of the `|chapter=` parameter out of the template, before the closing ]
Pages with this error are automatically placed in [Category:CS1 errors: chapter ignored](https://freemwiki.com/index.php?title=Category:CS1_errors:_chapter_ignored&action=edit&redlink=1 "Category:CS1 errors: chapter ignored (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## character in |= at position _n_[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=16 "Edit section: character in |= at position n")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error is reported for citations with parameter values that contain invisible or non-printable characters known as [control characters](https://freemwiki.com/index.php?title=Control_character&action=edit&redlink=1 "Control character (page does not exist)"); the error includes the position at which the character can be found. [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") detects parameter values that contain any of these characters:
* [non-breaking space](https://freemwiki.com/index.php?title=Non-breaking_space&action=edit&redlink=1 "Non-breaking space (page does not exist)"), U+00A0
* [soft hyphen](https://freemwiki.com/index.php?title=Soft_hyphen&action=edit&redlink=1 "Soft hyphen (page does not exist)"), U+00AD
* [replacement character](https://freemwiki.com/index.php?title=Replacement_character&action=edit&redlink=1 "Replacement character (page does not exist)"), U+FFFD
* [hair space](https://freemwiki.com/index.php?title=Hair_space&action=edit&redlink=1 "Hair space (page does not exist)"), U+200A
* [zero-width space](https://freemwiki.com/index.php?title=Zero-width_space&action=edit&redlink=1 "Zero-width space (page does not exist)"), U+200B
* [zero-width joiner](https://freemwiki.com/index.php?title=Zero-width_joiner&action=edit&redlink=1 "Zero-width joiner (page does not exist)"), U+200D (note that these are permitted as part of emoji modifiers; see note below)
* [horizontal tab](https://freemwiki.com/index.php?title=Horizontal_tab&action=edit&redlink=1 "Horizontal tab (page does not exist)"), U+0009 (HT)
* [line feed](https://freemwiki.com/index.php?title=Line_feed&action=edit&redlink=1 "Line feed (page does not exist)"), U+0010 (LF)
* [carriage return](https://freemwiki.com/index.php?title=Carriage_return&action=edit&redlink=1 "Carriage return (page does not exist)"), U+0013 (CR)
* [delete character](https://freemwiki.com/index.php?title=Delete_character&action=edit&redlink=1 "Delete character (page does not exist)"), U+007F (DEL)
* [C0 control](https://freemwiki.com/index.php?title=C0_and_C1_control_codes&action=edit&redlink=1 "C0 and C1 control codes (page does not exist)"), U+0000–U+001F (NULL–US)
* [C1 control](https://freemwiki.com/index.php?title=C0_and_C1_control_codes&action=edit&redlink=1 "C0 and C1 control codes (page does not exist)"), U+0080–U+009F (XXX–APC)
To resolve invisible-character errors, remove or replace the identified character. Most intentional white-space characters should be replaced with a normal space character (i.e. press your keyboard's space bar). See [MOS:NBSP](https://freemwiki.com/index.php?title=MOS:NBSP&action=edit&redlink=1 "MOS:NBSP (page does not exist)") for guidance on insertion of intentional non-breaking spaces.
Because these characters are mostly invisible, the error message identifies the character's position in the parameter value counted from the left. Space characters between the assignment operator (the '=' sign) and the parameter value are not counted. If you move through the citation with the arrow keys then the cursor may stand still once at an invisible character, which can be removed with [Template:Keypress](https://freemwiki.com/index.php?title=Template:Keypress&action=edit&redlink=1 "Template:Keypress (page does not exist)") or [Template:Keypress](https://freemwiki.com/index.php?title=Template:Keypress&action=edit&redlink=1 "Template:Keypress (page does not exist)"). If you copy-paste a string to the "Characters" field at [https://r12a.github.io/app-conversion/](https://r12a.github.io/app-conversion/) and click "View in UniView" then the position and name of all characters is shown.
[Zero-width joiner](https://freemwiki.com/index.php?title=Zero-width_joiner&action=edit&redlink=1 "Zero-width joiner (page does not exist)") characters (U+200D) are used as a valid part of emoji modification (for example, adding a skull emoji to a flag emoji to create a pirate flag emoji). When new modifiers are added to the emoji character set, which happens one or two times per year, those modifiers need to be added to the Citation Style 1 "Configuration" module. Editors can request this addition at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1").
[Strip markers](https://freemwiki.com/index.php?title=Help:Strip_markers&action=edit&redlink=1 "Help:Strip markers (page does not exist)") are special sequences of characters that [MediaWiki](https://freemwiki.com/index.php?title=MediaWiki&action=edit&redlink=1 "MediaWiki (page does not exist)") inserts as a place-holder for certain [XML](https://freemwiki.com/index.php?title=XML&action=edit&redlink=1 "XML (page does not exist)")-like tags. These tags include `...`, ``, `...`, `...
`, and `[...]`. The strip markers are replaced with content before the final page rendering. The module ignores math and nowiki strip markers.
To resolve strip marker errors, remove or replace the identified tag. The error message identifies the strip marker's position in the parameter value counted from the left. Space characters between the assignment operator (the '=' sign) and the parameter value are not counted when calculating the position.
Strip marker errors can also be caused by unsupported additional text or templates in parameter values[Template:Mdashfor](https://freemwiki.com/index.php?title=Template:Mdash&action=edit&redlink=1 "Template:Mdash (page does not exist)") example, {{[ISBN](https://freemwiki.com/index.php?title=Template:ISBN&action=edit&redlink=1 "Template:ISBN (page does not exist)")}} in `|title=`. Resolve the problem by moving the extraneous text outside the citation template, or by removing the extraneous text or template markup, as appropriate.
Pages with this error are automatically placed in [Category:CS1 errors: invisible characters](https://freemwiki.com/index.php?title=Category:CS1_errors:_invisible_characters&action=edit&redlink=1 "Category:CS1 errors: invisible characters (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |arxiv= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=17 "Edit section: Check |arxiv= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|arxiv=`, a test is done to see if the [arXiv](https://freemwiki.com/index.php?title=ArXiv&action=edit&redlink=1 "ArXiv (page does not exist)") identifier conforms with the arXiv identifier scheme.[[3]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-4) The identifier is checked for a valid number of digits in the article id; valid year and month values; and properly-placed hyphens, slashes, and dots.
To resolve this error, ensure that the `|arxiv=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: arXiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_arXiv&action=edit&redlink=1 "Category:CS1 errors: arXiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |asin= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=18 "Edit section: Check |asin= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|asin=`, a test is done to see if the [ASIN](https://freemwiki.com/index.php?title=ASIN&action=edit&redlink=1 "ASIN (page does not exist)") identifier contains ten upper-case alphanumeric characters without punctuation or spaces and that if the first character is numeric, that the ASIN conforms to the rules for a ten-digit [ISBN](https://freemwiki.com/index.php?title=ISBN&action=edit&redlink=1 "ISBN (page does not exist)").
To resolve this error, ensure that the `|asin=` value is correct.
If the `|asin=` value is correct and all-numeric, use `|isbn=` instead and delete any `|asin-tld=` parameters.
Pages with this error are automatically placed in [Category:CS1 errors: ASIN](https://freemwiki.com/index.php?title=Category:CS1_errors:_ASIN&action=edit&redlink=1 "Category:CS1 errors: ASIN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |asin-tld= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=19 "Edit section: Check |asin-tld= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain a test for known `|asin-tld=` values to specify the [top-level domain](https://freemwiki.com/index.php?title=Top-level_domain&action=edit&redlink=1 "Top-level domain (page does not exist)") (TLD) of a given [ASIN](https://freemwiki.com/index.php?title=ASIN&action=edit&redlink=1 "ASIN (page does not exist)") identifier link. The list of currently supported values is:
`ae`, `au`, `br`, `ca`, `cn`, `de`, `es`, `fr`, `in`, `it`, `jp`, `mx`, `nl`, `pl`, `sa`, `se`, `sg`, `tr`, `uk`
It is not necessary to provide `|asin-tld=` to specify the default (United States). If you want to specify this condition explicitly, a pseudo-value of `us` can be given to denote this.
All these values are automatically resolved to the correct TLD following one of the schemes `nn`, `com.nn`, `co.nn`, `z.nn`, and `com`.
If an unsupported value is encountered, the template will issue this error message.
To resolve this error, ensure that the `|asin-tld=` value is correct.
If the value is correct, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that it can be added to the list of supported values.
Pages with this error are automatically placed in [Category:CS1 errors: ASIN TLD](https://freemwiki.com/index.php?title=Category:CS1_errors:_ASIN_TLD&action=edit&redlink=1 "Category:CS1 errors: ASIN TLD (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |bibcode= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=20 "Edit section: Check |bibcode= ")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|bibcode=`, a test is done to see if the [bibcode](https://freemwiki.com/index.php?title=Bibcode&action=edit&redlink=1 "Bibcode (page does not exist)") identifier has the proper format.[[4]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-5) Bibcodes are expected to match these requirements:
length must be 19 characters ( = 'length')characters in position(s): (except as specified otherwise, violations produce 'value' in the portion of the error message): 1–4 must be digits and must represent a year in the range of 1000 – next year ( = 'year')5 must be a letter 6–8 must be a letter, ampersand, or dot (ampersand cannot directly precede a dot; &. ( = 'journal'))9 must be a letter or dot 10–18 must be a letter, digit, or dot 19 must be a letter or dot
To resolve this error, ensure that the `|bibcode=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: bibcode](https://freemwiki.com/index.php?title=Category:CS1_errors:_bibcode&action=edit&redlink=1 "Category:CS1 errors: bibcode (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |biorxiv= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=21 "Edit section: Check |biorxiv= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|biorxiv=`, a test is done to see if the [bioRxiv](https://freemwiki.com/index.php?title=BioRxiv&action=edit&redlink=1 "BioRxiv (page does not exist)") identifier has the proper form. There are two valid forms, each beginning with bioRxiv's doi directory indicator and registrant code (10.1101) and followed by:
six numeric characters without punctuation or spaces: `|biorxiv=10.1101/######``######` – 6-digit bioRxiv identifier ymd format date prefix followed by six numeric characters without punctuation or spaces followed by optional version: `|biorxiv=10.1101/yyyy.mm.dd.######v#` where: `yyyy.mm.dd.` – represents a date no earlier than 11 December 2019 (`2019.12.11.`) and no later than tomorrow's date; date must be a valid date`######` – 6-digit bioRxiv identifier`v#` – optional version indicator
A common error is to include the bioRxiv _URL_ (`Template:Red10.1101/######}}`).
To resolve this error, ensure that the `|biorxiv=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: bioRxiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_bioRxiv&action=edit&redlink=1 "Category:CS1 errors: bioRxiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |citeseerx= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=22 "Edit section: Check |citeseerx= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|citeseerx=`, a test is done to see if the [CiteSeerX](https://freemwiki.com/index.php?title=CiteSeerX&action=edit&redlink=1 "CiteSeerX (page does not exist)") identifier has the proper format. The expected identifier is the value assigned to the `?doi=` query key in the URL of a CiteSeerX document. (This query key should not be confused with a [Digital Object Identifier](https://freemwiki.com/index.php?title=Digital_Object_Identifier&action=edit&redlink=1 "Digital Object Identifier (page does not exist)"): it should not be input as `|doi=`.)
For instance, if you want to link to `http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.220.7880`, use `|citeseerx=10.1.1.220.7880`.
Pages with this error are automatically placed in [Category:CS1 errors: citeseerx](https://freemwiki.com/index.php?title=Category:CS1_errors:_citeseerx&action=edit&redlink=1 "Category:CS1 errors: citeseerx (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check date values in: |=, |=, ...[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=23 "Edit section: Check date values in: |=, |=, ...")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
[Template:Endplainlist](https://freemwiki.com/index.php?title=Template:Endplainlist&action=edit&redlink=1 "Template:Endplainlist (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain date-holding parameters, an automated test is done to see if the dates are real dates that comply with a [subset of the date rules](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") in Wikipedia's Manual of Style, specifically checking for violations of [MOS:DATEFORMAT](https://en.wikipedia.org/wiki/Manual_of_Style/Dates_and_numbers#Dates_and_years "wikipedia:Manual of Style/Dates and numbers").
To resolve this error, ensure that the date is an actual date and that the date format follows the [Wikipedia Manual of Style's guidance on dates](https://freemwiki.com/index.php?title=MOS:DATEFORMAT&action=edit&redlink=1 "MOS:DATEFORMAT (page does not exist)") in the named parameter. See [examples of unacceptable dates and how to fix them](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#ExamplesOfUnacceptableDates), below. Or, some conceptual issues to look for:
* impossible dates, such as 29 February 2011 (2011 was not a leap year)
* `|access-date=` must specify a day, not just a month or year
* `|archive-date=` must specify a whole date
* misplaced, incorrect, or extraneous punctuation
* misplaced, incorrect, or extraneous spacing
* extra or missing zeros, such as June 06 instead of June 6
* extraneous text
* hyphens or slashes instead of en dashes in date ranges (en dashes are required)
* misspelling or improper capitalization (see [MOS:ALLCAPS](https://freemwiki.com/index.php?title=MOS:ALLCAPS&action=edit&redlink=1 "MOS:ALLCAPS (page does not exist)") for more detail that is not in [Wikipedia Manual of Style's guidance on dates](https://freemwiki.com/index.php?title=MOS:DATEFORMAT&action=edit&redlink=1 "MOS:DATEFORMAT (page does not exist)"))
* other unacceptable date formats listed in [MOS:BADDATEFORMAT](https://freemwiki.com/index.php?title=MOS:BADDATEFORMAT&action=edit&redlink=1 "MOS:BADDATEFORMAT (page does not exist)")
* more than one date in a date-holding parameter
* days of the week (such as Monday, June 6 instead of June 6)
* years before 100 AD, including BCE/BC dates. Try using parameter `|orig-date=` instead.
See [Help: Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") for information about limitations in the CS1 citation templates' handling of date formats. [The MOS section on date ranges](https://freemwiki.com/index.php?title=WP:DATERANGE&action=edit&redlink=1 "WP:DATERANGE (page does not exist)") describes how to separate dates in a date range. Do not use ` `, `–`, or `{{spaced ndash}}` as these corrupt the metadata. To add an en dash, use the [CharInsert](https://freemwiki.com/index.php?title=Help:CharInsert&action=edit&redlink=1 "Help:CharInsert (page does not exist)") edit tool or see [Wikipedia:How to make dashes](https://en.wikipedia.org/wiki/How_to_make_dashes "wikipedia:How to make dashes"). You may also copy and paste this one: –. A bot is often able to correct the separator, provided the overall format is unambiguous.
Future dates in `|date=` in CS1|2 citations are limited to current year + 1; that is, for 2026, citation dates in 2027 are acceptable but citation dates in 2028 and beyond are not.
Dates prior to 1582 are treated as [Julian calendar](https://freemwiki.com/index.php?title=Julian_calendar&action=edit&redlink=1 "Julian calendar (page does not exist)") dates. Dates from 1582 onward are treated as [Gregorian calendar](https://freemwiki.com/index.php?title=Gregorian_calendar&action=edit&redlink=1 "Gregorian calendar (page does not exist)") dates. The Julian calendar was used in some places until approximately 1923. Three Julian calendar dates in the overlap period, 29 February in the years 1700, 1800, and 1900, will cause this error message because those years are not leap years in the Gregorian calendar.
The access date (in `|access-date=`) is checked to ensure that it contains a full date (day, month, and year) and is between 15 January 2001 (the founding date of Wikipedia) and today's date plus one day, because it represents the date that an editor viewed a web-based source to verify a statement on Wikipedia. Because editors may be in time zones that are one day ahead of the UTC date, one extra day is accepted.
Pages with this error are automatically placed in [Category:CS1 errors: dates](https://freemwiki.com/index.php?title=Category:CS1_errors:_dates&action=edit&redlink=1 "Category:CS1 errors: dates (page does not exist)") (1 page).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
Examples of unacceptable dates and how to fix them | Issue | Unacceptable | Acceptable |
| --- | --- | --- |
| Hyphen in date range (use en dash) | `|date=2002Template:Red2003` | `|date=2002Template:Green2003` |
| Slash in date range (use en dash) | `|date=2002Template:Red2003` or `|date=JulyTemplate:RedAugust 2003` | `|date=2002Template:Green2003` or `|date=JulyTemplate:GreenAugust 2003` |
| Hyphen in date range (use en dash) | `|date=AprilTemplate:RedMay 2004` | `|date=AprilTemplate:GreenMay 2004` |
| Missing space around en dash for range of full dates | `|date=April 2003Template:RedMay 2004` | `|date=April 2003 Template:Green May 2004` |
| Month capitalization | `|date=28 Template:Redebruary 1900` | `|date=28 Template:Greenebruary 1900` |
| Month capitalization | `|date=28 FTemplate:Red 1900` | `|date=28 FTemplate:Green 1900` |
| Season capitalization | `|date=Template:Redpring 2011` | `|date=Template:Greenpring 2011` |
| Future date (typo) | `|date=2Template:Red2` | `|date=2Template:Green2` |
| Access date in future (see note above) | `|access-date=Template:Red` | `|access-date=Template:Currentmonthday, 2026` |
| Access date impossibly far in the past (typo) | `|access-date=1 January 20Template:Red` | `|access-date=1 January 20Template:Green` |
| Access date only specifies month | `|access-date=Template:Red 2015` | `|access-date=Template:Green 2015` |
| Ambiguous date range or year and month | `|date=2002-Template:Red` | [Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)") |
| Bad abbreviation | `|date=Template:Red 28, 1900` | [Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)") |
| Nonexistent date | `|date=Template:Red` | |
| Undated | `|date=Template:Red` | `|date=Template:Green` |
| Comma in month and year | `|date=FebruaryTemplate:Red 1900` | `|date=February 1900` |
| Comma in season | `|date=WinterTemplate:Red 1900–1901` | `|date=Winter 1900–1901` |
| Missing comma in format which requires it | `|date=Template:Red` | `|date=February 28Template:Green 1900` or `|date=28 February 1900` or `|date=1900-02-28` |
| Non-date text | `|date=2008Template:Red` | `|date=2008`[Template:Green](https://freemwiki.com/index.php?title=Template:Green&action=edit&redlink=1 "Template:Green (page does not exist)") |
| Zero-padding | `|date=January Template:Red, 1987` | `|date=January Template:Green, 1987` |
| Date with slashes | `|date=12Template:Red6Template:Red87` | `|date=Template:Green87` or `|date=Template:Green87` or `|date=Template:Green` or `|date=Template:Green87` or `|date=Template:Green87` or `|date=Template:Green` |
| Two-digit year | `|date=Template:Red-12-06` | `|date=Template:Green87-12-06` |
| One-digit month or day | `|date=2007-Template:Red-Template:Red` | `|date=2007-Template:Green-Template:Green` |
| Wikified date | `|date=Template:RedApril 1Template:Red, Template:Red1999Template:Red` | `|date=Template:Green` |
| "mm-dd-yyyy" or "dd-mm-yyyy" date format | `|date=Template:Red2009` | `|date=Template:Green 2009` or `|date=Template:Green 2009` or `|date=Template:Green 2009` or `|date=Template:Green 2009` or `|date=2009-Template:Green` or `|date=2009-Template:Green` |
| Quarters | `|date=Template:Red 1984` or `|date=Template:Red 1984` or `|date=Template:Red 1984` | `|date=Template:Green 1984` |
| Named dates | `|date=Template:Red 1984` or `|date=Template:Red 1984` | `|date=Template:Green 1984` |
| Approximate or uncertain dates | `|date=Template:Red 1970` or `|date=Template:Red 1970` | `|date=Template:Green 1970` |
## Check |doi= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=24 "Edit section: Check |doi= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|doi=`, a test is done to see if the prefix portion of the [DOI](https://freemwiki.com/index.php?title=Digital_object_identifier&action=edit&redlink=1 "Digital object identifier (page does not exist)") value is correctly formatted and has what appears to be a valid registrant code. A proper DOI prefix begins with the `10.` directory indicator. The remaining portion of the prefix is a string of digits and the dot character which form the registrant code. When the directory indicator is `10.`, the CS1|2 templates test for a valid registrant code. Valid registrant codes:
* must be composed of digits
* must be in the range:
* 1000–9999
* 10000–49999
* may have one or more subcodes that begin with a dot followed by digits (1000.10)
* must not be 5555 (invalid/temporary/test)
Additionally, the `|doi=` value is checked to make sure that it does not contain spaces, en dashes, does not end with punctuation. Further validation of the DOI is not performed.
Do not include the `https://doi.org/` scheme and domain name from a URL. A proper `|doi=` value looks like `|doi=10.1103/PhysRevLett.80.904`.
To resolve this error, ensure that the `|doi=` value is correct.
In very rare cases, publishers have released works with a DOI deviating from the standard form. If you are certain that such a non-conforming DOI truly corresponds to the published work, then you can add [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") around the identifier to suppress the error message. (Do not use this markup for DOIs, which are _inactive_ rather than _non-conforming_. Instead, use `|doi-broken-date=` for them.)
Pages with this error are automatically placed in [Category:CS1 errors: DOI](https://freemwiki.com/index.php?title=Category:CS1_errors:_DOI&action=edit&redlink=1 "Category:CS1 errors: DOI (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |hdl= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=25 "Edit section: Check |hdl= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|hdl=`, a test is done to see if the [hdl](https://freemwiki.com/index.php?title=Handle_System&action=edit&redlink=1 "Handle System (page does not exist)") value looks like a properly defined value. The `|hdl=` value is checked to make sure that it does not contain spaces or en dashes and does not end with punctuation. Further validation of the hdl is not performed.
To resolve this error, ensure that the `|hdl=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: HDL](https://freemwiki.com/index.php?title=Category:CS1_errors:_HDL&action=edit&redlink=1 "Category:CS1 errors: HDL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |isbn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=26 "Edit section: Check |isbn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates that contain `|isbn=` are checked to ensure that the [ISBN](https://freemwiki.com/index.php?title=ISBN&action=edit&redlink=1 "ISBN (page does not exist)") is the proper length (ten or thirteen digits), that the ISBN uses the correct optional separators (simple space or hyphen), and that the final [check digit](https://freemwiki.com/index.php?title=Check_digit&action=edit&redlink=1 "Check digit (page does not exist)") is correct according to the ISBN specification. Only one ISBN is allowed in this field because the whole `|isbn=` value is included in the citation's [COinS](https://freemwiki.com/index.php?title=COinS&action=edit&redlink=1 "COinS (page does not exist)")[metadata](https://freemwiki.com/index.php?title=Metadata&action=edit&redlink=1 "Metadata (page does not exist)"). See also [Wikipedia:COinS](https://en.wikipedia.org/wiki/COinS "wikipedia:COinS"). More than one ISBN, or characters that are not part of the ISBN, corrupt the COinS metadata and may also corrupt the link to [Special:BookSources](https://freemwiki.com/wiki/Special:BookSources "Special:BookSources"). (If relevant, they can be specified using `|id=Template:Tlp` instead.)
The error message indicator can be:
[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – ISBN is not 10 or 13 digits[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – ISBN has one or more incorrect digits; look for typos and transposition[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – ISBN has one or more 'digits' that is not in the allowed set appropriate to ISBN length[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – 13-digit ISBNs must begin with '978' or '979'[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – 10-digit ISBNs with the mis-positioned 'X' character[Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)") – 13-digit ISBN begins with '9790'; this prefix / group ID combination is reserved to [ISMN](https://freemwiki.com/index.php?title=ISMN&action=edit&redlink=1 "ISMN (page does not exist)")
To resolve this error, ensure that the `|isbn=` value is correct, that only one ISBN is used, that the proper optional separators are used, and that no other text is included. Use the ISBN printed on the work rather than one retrieved from third-party sources. If _both are available_, use the 13-digit ISBN. When a 10-digit ISBN is used, if the check digit is a lowercase 'x', change it to an uppercase 'X'.
* **Do not** try to resolve the error by simply recalculating the check digit. The check digit is there to check whether the main part of the number is correct. If the ISBN is failing to validate, it is likely that there is a typo in the main part of the number. In this case, recalculating the check digit results in an apparently valid ISBN that leads to the wrong source (or to nowhere).
* If you only have a 10-digit ISBN, **do** use the number as-is, do not try to convert it to the 13-digit form.
* If the ISBN as printed in your source is refusing to validate, **do** check both the front matter and the book cover for ISBNs. It is not uncommon for the ISBN to be misprinted in the front matter but correct on the cover.
* **Do** preview your edit and check that the new ISBN does now link to the correct source.
* Bad ISBNs are a [possible indicator of LLM-generated text](https://en.wikipedia.org/wiki/Signs_of_AI_writing#Invalid_DOI_and_ISBNs "wikipedia:Signs of AI writing"). **Do** consider reviewing the surrounding text, the entire article, or recent edits to that article for AI [hallucinations](https://freemwiki.com/index.php?title=Hallucination_(artificial_intelligence)&action=edit&redlink=1 "Hallucination (artificial intelligence) (page does not exist)") and [other hallmarks of LLM generation](https://en.wikipedia.org/wiki/Signs_of_AI_writing "wikipedia:Signs of AI writing").
In very rare cases, publishers have released books with malformed ISBNs. If you are certain that a non-conforming ISBN truly corresponds to the published work, then you can add [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") around the identifier to suppress the error message. In many cases, books may have been reissued with a corrected ISBN. Use a corrected ISBN when possible.
Sometimes there are numbers assigned to `|isbn=` that appear to be legitimate – length is right, check digit is correct – but that aren't true ISBN numbers. This [tool](http://isbn.org/ISBN_converter) may be helpful.
See also [Wikipedia:ISBN](https://en.wikipedia.org/wiki/ISBN "wikipedia:ISBN").
Pages with this error are automatically placed in [Category:CS1 errors: ISBN](https://freemwiki.com/index.php?title=Category:CS1_errors:_ISBN&action=edit&redlink=1 "Category:CS1 errors: ISBN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |ismn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=27 "Edit section: Check |ismn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates that contain `|ismn=` are checked to ensure that the [ISMN](https://freemwiki.com/index.php?title=ISMN&action=edit&redlink=1 "ISMN (page does not exist)") is the proper length (thirteen digits), that the ISMN uses the correct optional separators (simple space or hyphen), and that the final [check digit](https://freemwiki.com/index.php?title=Check_digit&action=edit&redlink=1 "Check digit (page does not exist)") is correct according to the ISMN specification. Only one ISMN is allowed in this field because the whole `|ismn=` value is included in the citation's [COinS](https://freemwiki.com/index.php?title=COinS&action=edit&redlink=1 "COinS (page does not exist)")[metadata](https://freemwiki.com/index.php?title=Metadata&action=edit&redlink=1 "Metadata (page does not exist)"). See also [Wikipedia:COinS](https://en.wikipedia.org/wiki/COinS "wikipedia:COinS"). More than one ISMN, or characters that are not part of the ISMN, corrupt the COinS metadata. (If relevant, they can be specified using `|id=Template:Tlp` instead.)
To resolve this error, ensure that the `|ismn=` value is correct, that only one ISMN is used, that the proper optional separators are used, and that no other text is included. Make sure that the ISMN contains exactly 13 digits.
Pages with this error are automatically placed in [Category:CS1 errors: ISMN](https://freemwiki.com/index.php?title=Category:CS1_errors:_ISMN&action=edit&redlink=1 "Category:CS1 errors: ISMN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |issn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=28 "Edit section: Check |issn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
[Template:Endplainlist](https://freemwiki.com/index.php?title=Template:Endplainlist&action=edit&redlink=1 "Template:Endplainlist (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates that contain `|issn=` and/or `|eissn=` are checked to ensure that the [ISSN](https://freemwiki.com/index.php?title=ISSN&action=edit&redlink=1 "ISSN (page does not exist)") is the proper length (eight digits) and that the final [check digit](https://freemwiki.com/index.php?title=Check_digit&action=edit&redlink=1 "Check digit (page does not exist)") validates according to the ISSN specification. Only one each of ISSN and eISSN is allowed in this field because the whole `|issn=` and `|eissn=` values are included in the citation's [COinS](https://freemwiki.com/index.php?title=COinS&action=edit&redlink=1 "COinS (page does not exist)")[metadata](https://freemwiki.com/index.php?title=Metadata&action=edit&redlink=1 "Metadata (page does not exist)"). See also [Wikipedia:COinS](https://en.wikipedia.org/wiki/COinS "wikipedia:COinS"). (If relevant, they can be specified using `|id=Template:Tlp Template:Tlp` instead.)
The ISSN and eISSN are always rendered as two four-digit numbers separated with a hyphen.
To resolve this error, ensure that the `|issn=` and `|eissn=` values are correct, that only one value per parameter is used, and that no other text is included (allowable characters are 0–9, X, and -). If the check-digit is a lowercase 'x', change it to an uppercase 'X'. It may also be worth checking an actual [hyphen](https://freemwiki.com/index.php?title=Hyphen&action=edit&redlink=1 "Hyphen (page does not exist)") (-) has been used, and not a hyphen-like character like an [endash](https://freemwiki.com/index.php?title=Endash&action=edit&redlink=1 "Endash (page does not exist)") (–).
In very rare cases, publishers have released works with a malformed identifier. If you are certain that a non-conforming identifier truly corresponds to the published work, then you can add [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") around the identifier to suppress the error message. In some cases, works may have been reissued with a corrected identifier. Use the corrected one when possible.
Pages with this error are automatically placed in [Category:CS1 errors: ISSN](https://freemwiki.com/index.php?title=Category:CS1_errors:_ISSN&action=edit&redlink=1 "Category:CS1 errors: ISSN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |jfm= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=29 "Edit section: Check |jfm= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|jfm=`, a test is done to see if the [JFM](https://freemwiki.com/index.php?title=Jahrbuch_%C3%BCber_die_Fortschritte_der_Mathematik&action=edit&redlink=1 "Jahrbuch über die Fortschritte der Mathematik (page does not exist)") identifier value looks like a properly defined value. The `|jfm=` identifier is checked to make sure that it has the form: `nn.nnnn.nn` where `n` is any digit 0–9. Further validation of the JFM identifier is not performed.
To resolve this error, ensure that the `|jfm=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: JFM](https://freemwiki.com/index.php?title=Category:CS1_errors:_JFM&action=edit&redlink=1 "Category:CS1 errors: JFM (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |jstor= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=30 "Edit section: Check |jstor= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|jstor=`, a test is done to see if the [JSTOR](https://freemwiki.com/index.php?title=JSTOR_(identifier)&action=edit&redlink=1 "JSTOR (identifier) (page does not exist)") identifier value looks like a properly defined value. Error messages are emitted when the assigned value has some form of the string 'jstor' (case-agnostic), or has a URI scheme (`http://` or `https://`), or has any space characters.
To resolve this error, ensure that the `|jstor=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: JSTOR](https://freemwiki.com/index.php?title=Category:CS1_errors:_JSTOR&action=edit&redlink=1 "Category:CS1 errors: JSTOR (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |lccn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=31 "Edit section: Check |lccn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|lccn=` parameter is for the [Library of Congress Control Number](https://freemwiki.com/index.php?title=Library_of_Congress_Control_Number&action=edit&redlink=1 "Library of Congress Control Number (page does not exist)") identifier. It is checked to ensure that the identifier is the proper length and has the correct initial digits.
LCCN is a character string 8–12 characters long. The length of the LCCN dictates the character type of the initial 1–3 characters; the rightmost eight are always digits.[[5]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-6)
LCCN format description | Length | Description |
| --- | --- |
| 8 | all characters are digits |
| 9 | first character is a lower case letter |
| 10 | first two characters are either both lower case letters or both digits |
| 11 | first character is a lower case letter, second and third characters are either both lower case letters or both digits |
| 12 | first two characters are both lower case letters |
Further validation is not performed.
To resolve this error, ensure that the `|lccn=` value is correct and that there are no other letters, punctuation, or other characters.
When receiving this error, be on the lookout for publishers who omitted leading zeros in the LCCN following the two or four digit year. For example, an LCCN that is [properly 92-035427](https://catalog.loc.gov/vwebv/search?searchCode=LCCN&searchArg=92035247&searchType=1&permalink=y) could be shortened in the printed work to [92-35247](https://books.google.com/books?id=3ocPU-S9gloC&q=35247). When experimenting with inserting omitted zeroes, cross-check the finished number against the LCCN permalinks online.
Pages with this error are automatically placed in [Category:CS1 errors: LCCN](https://freemwiki.com/index.php?title=Category:CS1_errors:_LCCN&action=edit&redlink=1 "Category:CS1 errors: LCCN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |medrxiv= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=32 "Edit section: Check |medrxiv= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|medrxiv=`, a test is done to see if the [medRxiv](https://freemwiki.com/index.php?title=MedRxiv&action=edit&redlink=1 "MedRxiv (page does not exist)") identifier has the proper form. The medRxiv identifier begins with medRxiv's doi directory indicator and registrant code (10.1101) and followed by:
ymd format date prefix followed by eight numeric characters without punctuation or spaces followed by optional version: `|medrxiv=10.1101/yyyy.mm.dd.########v#` where: `yyyy.mm.dd.` – represents a date no earlier than 1 January 2020 (`2020.01.01.`) and no later than tomorrow's date; date must be a valid date`########` – 8-digit medRxiv identifier`v#` – optional version indicator
A common error is to include the medRxiv _URL_ (`Template:Red10.1101/yyyy.mm.dd.########}}`).
To resolve this error, ensure that the `|medrxiv=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: medRxiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_medRxiv&action=edit&redlink=1 "Category:CS1 errors: medRxiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |message-id= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=33 "Edit section: Check |message-id= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|message-id=` parameter holds the unique identifier associated with a netnews message.[[6]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-7) The value in `|message-id=` is checked to make sure that it contains `@` between left and right identifiers. `|message-id=` is also checked to make sure that the first character is not `<` and the last character is not `>`. [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") adds the [URI scheme](https://freemwiki.com/index.php?title=URI_scheme&action=edit&redlink=1 "URI scheme (page does not exist)")`news:` to the value in `|message-id=`. If the value in `|message-id=` is wrapped in `<...>` characters, the link created fails.
Further validation is not performed.
To resolve this error, ensure that the `|message-id=` value is correct, that it contains `@` and is not wrapped in `<...>` characters.
Pages with this error are automatically placed in [Category:CS1 errors: message-id](https://freemwiki.com/index.php?title=Category:CS1_errors:_message-id&action=edit&redlink=1 "Category:CS1 errors: message-id (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |mr= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=34 "Edit section: Check |mr= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|mr=`, a test is done to see if the [MR](https://freemwiki.com/index.php?title=Mathematical_Reviews&action=edit&redlink=1 "Mathematical Reviews (page does not exist)") identifier value looks like a properly defined value. The `|mr=` identifier is checked to make sure that it contains only digits and that it is no more than seven digits in length. Further validation of the MR identifier is not performed.
To resolve this error, ensure that the `|mr=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: MR](https://freemwiki.com/index.php?title=Category:CS1_errors:_MR&action=edit&redlink=1 "Category:CS1 errors: MR (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |oclc= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=35 "Edit section: Check |oclc= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|oclc=` parameter is for the [OCLC](https://freemwiki.com/index.php?title=OCLC&action=edit&redlink=1 "OCLC (page does not exist)") identifier. Only a single OCLC identifier is allowed. (If relevant, multiple OCLCs can be specified using `|id=Template:Tlp` instead.)
The identifier must be in one of these forms:
1. prefix `ocm` followed by 8 digits
2. prefix `ocn` followed by 9 digits
3. prefix `on` followed by 10 (or more) digits
4. prefix `(OCoLC)` followed by a variable number of digits without leading zeros
5. 1 to 10 (or more) digits without prefix
Further validation is not performed.
To resolve this error, ensure that the `|oclc=` value is correct.
If the value is correct and larger than the currently configured limit of 11160000000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
A tip for fixing this error: Editors sometimes place valid [ISBN](https://freemwiki.com/index.php?title=ISBN&action=edit&redlink=1 "ISBN (page does not exist)"), [LCCN](https://freemwiki.com/index.php?title=LCCN&action=edit&redlink=1 "LCCN (page does not exist)"), [ASIN](https://freemwiki.com/index.php?title=ASIN&action=edit&redlink=1 "ASIN (page does not exist)"), or other identifiers in `|oclc=`.
Pages with this error are automatically placed in [Category:CS1 errors: OCLC](https://freemwiki.com/index.php?title=Category:CS1_errors:_OCLC&action=edit&redlink=1 "Category:CS1 errors: OCLC (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |ol= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=36 "Edit section: Check |ol= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|ol=` parameter is for the [Open Library](https://freemwiki.com/index.php?title=Open_Library&action=edit&redlink=1 "Open Library (page does not exist)") identifier. The identifier is one or more digits followed by a last character that is either `A` (authors), `M` (books), or `W` (works). Further validation is not performed.
To resolve this error, ensure that the `|ol=` value is correct. Do not include "OL" in the value.
Pages with this error are automatically placed in [Category:CS1 errors: OL](https://freemwiki.com/index.php?title=Category:CS1_errors:_OL&action=edit&redlink=1 "Category:CS1 errors: OL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |osti= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=37 "Edit section: Check |osti= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|osti=` parameter is for the [Office of Scientific and Technical Information](https://freemwiki.com/index.php?title=Office_of_Scientific_and_Technical_Information&action=edit&redlink=1 "Office of Scientific and Technical Information (page does not exist)") (OSTI) identifier. OSTIs are checked to ensure that the identifier is a simple number without punctuation or spaces with a value between 1018 and 23010000. Further validation is not performed.
A common error is to include the OSTI _URL_ (`https://dx.doi.org/10.2172/Template:Red`), or the OSTI _DOI_ (`10.2172/Template:Red`).
To resolve this error, ensure that the `|osti=` value is correct.
If the value is correct and lower than 1018 or larger than the currently configured limit of 23010000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: OSTI](https://freemwiki.com/index.php?title=Category:CS1_errors:_OSTI&action=edit&redlink=1 "Category:CS1 errors: OSTI (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |-link= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=38 "Edit section: Check |-link= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
[Template:Endplainlist](https://freemwiki.com/index.php?title=Template:Endplainlist&action=edit&redlink=1 "Template:Endplainlist (page does not exist)")
These link-holding parameters and their matching title-/name-holding parameters are combined to create a working [wikilink](https://freemwiki.com/index.php?title=Wikilink&action=edit&redlink=1 "Wikilink (page does not exist)") to a related article.
Parameters combined to make wikilinks | Link-holding parameter | title-/name-holding parameter(s) |
| --- | --- |
| `|author-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|author=`, `|last=`, `|last=` + `|first=` |
| `|contributor-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|contributor=`, `|contributor-last=`, `|contributor-last=` + `|contributor-first=` |
| `|editor-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|editor=`, `|editor-last=`, `|editor-last=` + `|editor-first=` |
| `|episode-link=` | `|episode=` |
| `|interviewer-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|interviewer=`, `|interviewer-last=`, `|interviewer-last=` + `|interviewer-first=` |
| `|series-link=` | `|series=` |
| `|subject-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|subject=` |
| `|title-link=` | `|title=` |
| `|translator-link=`[Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") | `|translator=`, `|translator-last=`, `|translator-last=` + `|translator-first=` |
| [Template:Dagger](https://freemwiki.com/index.php?title=Template:Dagger&action=edit&redlink=1 "Template:Dagger (page does not exist)") Parameters checked for this error may also have the enumerated forms: `|author-linkn=` or `|authorn-link=` etc. |
This error occurs when any of these `|-link=` parameters contain a wikilink or a URL, or they contain any of the characters not permitted in Wikipedia article titles per [WP:TITLESPECIALCHARACTERS](https://freemwiki.com/index.php?title=WP:TITLESPECIALCHARACTERS&action=edit&redlink=1 "WP:TITLESPECIALCHARACTERS (page does not exist)") (except `_` (underscore), used as a replacement for spaces, and `#`, used as a [fragment identifier](https://freemwiki.com/index.php?title=Fragment_identifier&action=edit&redlink=1 "Fragment identifier (page does not exist)") when linking to article sections). The prohibited characters are: `< > [ ] | { }`.
The `|-link=` parameter value should contain only the title of a Wikipedia article or a link to a section of a Wikipedia article. [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") checks the `|-link=` parameter values for wikimarkup and for a [URI scheme](https://freemwiki.com/index.php?title=URI_scheme&action=edit&redlink=1 "URI scheme (page does not exist)") (`http://`, `https://`, the protocol relative scheme `//`, etc.). Interlanguage links in any of the `|-link=` parameters require a leading colon:
`:fr:Période d'exil de Caravage`
While primarily intended to catch the errors mentioned above, Module:Citation/CS1 will also catch malformed interlanguage wikilinks wherever they occur. Interlanguage wikilinks that have the form:
`[[fr:Période d'exil de Caravage]]`
do not create visible clickable links in the article text. Instead, these links appear in the left pane in the languages list. Module:Citation/CS1 disables interlanguage links in this form and emits an error message. The correct form is:
`[[:fr:Période d'exil de Caravage]]`
This error can also be caused when:
* there is a `|-link=` value and the matching `|=` parameter contains a wikilink.
* `|first=` and `|-first=` (and enumerated forms) contain a wikilink
To resolve this error, do one of the following:
* Ensure that the `|-link=` value is the full name of a Wikipedia article (without brackets) or a section of an article, and not a link to an external web site.
* Make sure that there are no wikilinks in the matching `|=` parameters.
* If you want to link to a URL outside of Wikipedia, move the link to `|url=` or a similar parameter, if one is available in the template you are using.
Pages with this error are automatically placed in [Category:CS1 errors: parameter link](https://freemwiki.com/index.php?title=Category:CS1_errors:_parameter_link&action=edit&redlink=1 "Category:CS1 errors: parameter link (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |pmc= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=39 "Edit section: Check |pmc= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|pmc=` parameter is for the [PubMed Central](https://freemwiki.com/index.php?title=PubMed_Central&action=edit&redlink=1 "PubMed Central (page does not exist)") identifier. PMCs are sequential numbers beginning at 1 and counting up. [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") checks the PMC identifier to make sure that the value is a number greater than zero and less than 13500000 and that the identifier contains only digits. Further validation is not performed.
To resolve this error, ensure that the `|pmc=` value is correct, and that there are no letters, punctuation, or other characters. Do not include "PMC" in the value.
If the value is correct and larger than the currently configured limit of 13500000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: PMC](https://freemwiki.com/index.php?title=Category:CS1_errors:_PMC&action=edit&redlink=1 "Category:CS1 errors: PMC (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |pmid= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=40 "Edit section: Check |pmid= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|pmid=` parameter is for the [PubMed identifier](https://freemwiki.com/index.php?title=PubMed&action=edit&redlink=1 "PubMed (page does not exist)"). PMIDs are checked to ensure that the identifier is a simple number without punctuation or spaces with a value between 1 and 42900000. Further validation is not performed.
To resolve this error, ensure that the `|pmid=` value is correct. If you find something that looks like a PMID and begins with "PMC", use `|pmc=` instead of `|pmid=`.
If the value is correct and larger than the currently configured limit of 42900000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: PMID](https://freemwiki.com/index.php?title=Category:CS1_errors:_PMID&action=edit&redlink=1 "Category:CS1 errors: PMID (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |rfc= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=41 "Edit section: Check |rfc= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|rfc=` parameter is for the Internet Engineering Task Force (IETF) [RFC](https://freemwiki.com/index.php?title=IETF_RFC&action=edit&redlink=1 "IETF RFC (page does not exist)") identifier (unrelated to Wikipedia's internal RfCs). IETF RFCs are checked to ensure that the identifier is a simple number without punctuation or spaces with a value between 1 and 9300. Further validation is not performed.
To resolve this error, ensure that the `|rfc=` value is correct.
If the value is correct and larger than the currently configured limit of 9300, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: RFC](https://freemwiki.com/index.php?title=Category:CS1_errors:_RFC&action=edit&redlink=1 "Category:CS1 errors: RFC (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |sbn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=42 "Edit section: Check |sbn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates that contain `|sbn=` are checked to ensure that the [SBN](https://freemwiki.com/index.php?title=Standard_Book_Number&action=edit&redlink=1 "Standard Book Number (page does not exist)") is the proper length (nine digits), that the SBN uses the correct optional separators (simple space or hyphen), and that the final [check digit](https://freemwiki.com/index.php?title=Check_digit&action=edit&redlink=1 "Check digit (page does not exist)") is correct according to the SBN specification. Only one SBN is allowed in this field because the whole `|sbn=` value is included in the citation's [COinS](https://freemwiki.com/index.php?title=COinS&action=edit&redlink=1 "COinS (page does not exist)")[metadata](https://freemwiki.com/index.php?title=Metadata&action=edit&redlink=1 "Metadata (page does not exist)"). See also [Wikipedia:COinS](https://en.wikipedia.org/wiki/COinS "wikipedia:COinS"). More than one SBN, or characters that are not part of the SBN, corrupt the COinS metadata and may also corrupt the link to [Special:BookSources](https://freemwiki.com/wiki/Special:BookSources "Special:BookSources").
The error message indicator can be:
length – SBN is not 9 digits checksum – SBN has one or more incorrect digits; look for typos and transposition invalid character – SBN has one or more 'digits' that is not in the allowed set invalid form – mis-positioned 'X' check digit
To resolve this error, ensure that the `|sbn=` value is correct, that only one SBN is used, that the proper optional separators are used, and that no other text is included. If the check digit is a lowercase 'x', change it to an uppercase 'X'.
* **Do not** try to resolve the error by simply recalculating the check digit. The check digit is there to check whether the main part of the number is correct. If the SBN is failing to validate, it is likely that there is a typo in the main part of the number. In this case, recalculating the check digit results in an apparently valid ISBN that leads to the wrong source (or to nowhere).
* If the SBN as printed in your source is refusing to validate, **do** check both the front matter and the book cover for SBNs. It is not uncommon for the SBN to be misprinted in the front matter but correct on the cover.
* **Do** preview your edit and check that the new SBN does now link to the correct source.
In very rare cases, publishers have released books with malformed SBNs. If you are certain that a non-conforming SBN truly corresponds to the published work, then you can add [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") around the identifier to suppress the error message. In many cases, books may have been reissued with a corrected SBN. Use a corrected SBN when possible.
Pages with this error are automatically placed in [Category:CS1 errors: SBN](https://freemwiki.com/index.php?title=Category:CS1_errors:_SBN&action=edit&redlink=1 "Category:CS1 errors: SBN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |ssrn= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=43 "Edit section: Check |ssrn= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|ssrn=` parameter is for the [Social Science Research Network identifier](https://freemwiki.com/index.php?title=Social_Science_Research_Network&action=edit&redlink=1 "Social Science Research Network (page does not exist)"). SSRNs are checked to ensure that the identifier is a simple number without punctuation or spaces with a value between 100 and 7500000. Further validation is not performed.
To resolve this error, ensure that the `|ssrn=` value is correct.
If the value is correct and larger than the currently configured limit of 7500000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: SSRN](https://freemwiki.com/index.php?title=Category:CS1_errors:_SSRN&action=edit&redlink=1 "Category:CS1 errors: SSRN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |s2cid= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=44 "Edit section: Check |s2cid= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The `|s2cid=` parameter is for the [Semantic Scholar](https://freemwiki.com/index.php?title=Semantic_Scholar&action=edit&redlink=1 "Semantic Scholar (page does not exist)") corpus identifier. S2CIDs are checked to ensure that the identifier is a simple number without punctuation or spaces with a value between 1 and 290000000. Further validation is not performed.
To resolve this error, ensure that the `|s2cid=` value is correct.
If the value is correct and larger than the currently configured limit of 290000000, please report this at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that the limit can be updated.
Pages with this error are automatically placed in [Category:CS1 errors: S2CID](https://freemwiki.com/index.php?title=Category:CS1_errors:_S2CID&action=edit&redlink=1 "Category:CS1 errors: S2CID (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |url= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=45 "Edit section: Check |url= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
External links in [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates are made from two parts: the _title_ (`|title=`, `|chapter=`, etc.) and the _URL_ (`|url=`, `|archive-url=`, `|chapter-url=`, etc.). The `|url=` parameter and other URL parameters must begin with a supported [URI scheme](https://freemwiki.com/index.php?title=URI_scheme&action=edit&redlink=1 "URI scheme (page does not exist)"). The URI schemes `http://`, `https://`, and the protocol relative scheme `//` are most commonly used; `irc://`, `ircs://`, `ftp://`, `news:`, `mailto:` and `gopher://` are also supported.
The URL scheme and host are checked to ensure that they contain only Latin characters, certain (required) punctuation, and do not contain spaces. The URL may be protocol relative (begins with `//`). If there are no spaces and the URL is not protocol relative, then the scheme must comply with RFC 3986.[[7]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-8)
Some URL domains are written with non-Latin characters. cs1|2 does not accept those kinds of URLs so they must be '[internationalized](https://freemwiki.com/index.php?title=Internationalized_domain_name&action=edit&redlink=1 "Internationalized domain name (page does not exist)")'. Online tools are available to internationalize URLs that are written in non-Latin scripts:
* ["IDN Conversion Tool"](https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn/idn-conversion-tool/index.xhtml?loc=en_US). _Verisign_. Only enter the domain in the tool and not the full url.
Top- and second-level domain names are checked for proper form. Generally, top-level domain names must be two or more letters; second-level domain names must be two or more letters, digits, or hyphens (first and last character must be a letter or digit). [Single-letter second-level domains](https://freemwiki.com/index.php?title=Single-letter_second-level_domain&action=edit&redlink=1 "Single-letter second-level domain (page does not exist)") are supported for:
* all [cc TLDs](https://freemwiki.com/index.php?title=Country_code_top-level_domain&action=edit&redlink=1 "Country code top-level domain (page does not exist)") (the country code is not validated)
* the [.org](https://freemwiki.com/index.php?title=.org&action=edit&redlink=1 ".org (page does not exist)")[TLD](https://freemwiki.com/index.php?title=TLD&action=edit&redlink=1 "TLD (page does not exist)")
* certain letters of the [.com](https://freemwiki.com/index.php?title=.com&action=edit&redlink=1 ".com (page does not exist)") TLD (q, x, z)
* certain letters of the [.net](https://freemwiki.com/index.php?title=.net&action=edit&redlink=1 ".net (page does not exist)") TLD (i, q)
* certain other TLDs (.cash, .company, .foundation, .media, .org, .today)
Third- and subsequent-level domain names are not checked. The path portion of the URL is not checked.
There is an additional test for `|archive-url=`. The cs1|2 templates expect that `|archive-url=` will hold a unique URL for an archived snapshot of the source identified by `|url=` or `|chapter-url=` (or any of its aliases). This error message is emitted when the value assigned to `|archive-url=` is the same as the matching title or chapter URL.
To resolve this error, ensure that:
* `|url=` and other URL parameters contain valid URLs
* URLs copy-pasted from elsewhere include the URI scheme
* that the domain name uses only Latin characters
Pages with this error are automatically placed in [Category:CS1 errors: URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_URL&action=edit&redlink=1 "Category:CS1 errors: URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Check |zbl= value[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=46 "Edit section: Check |zbl= value")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates contain `|zbl=`, a test is done to see if the [Zbl](https://freemwiki.com/index.php?title=Zentralblatt_MATH&action=edit&redlink=1 "Zentralblatt MATH (page does not exist)") identifier value looks like a properly defined value. The `|zbl=` identifier is checked to make sure that it has the form: `nnnn.nnnnn` where `n` is any digit 0–9. Up to three leading zeros in the first quartet may be omitted. Further validation of the Zbl identifier is not performed.
To resolve this error, ensure that the `|zbl=` value is correct.
Pages with this error are automatically placed in [Category:CS1 errors: Zbl](https://freemwiki.com/index.php?title=Category:CS1_errors:_Zbl&action=edit&redlink=1 "Category:CS1 errors: Zbl (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Cite has empty unknown parameter: [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=47 "Edit section: Cite has empty unknown parameter: ")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
This error message highlights CS1|2 templates that hold empty parameters with names that are not known to a given CS1|2 template. This error message is a companion to [Unknown parameter |xxxx= ignored](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#parameter_ignored).
Empty positional parameters, which typically look like two adjacent pipes in a template, `| |`, or a pipe and then the end of the template, `|}}`, are identified as numbered parameters: [Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)"). Similarly, a pipe followed by an HTML comment that encloses everything before the next pipe or closing brace, `| |` will be identified as an empty numbered parameter. Parameters that have both a pipe and an equal sign but do not have a name are identified as empty-string parameters: `|=` or `| =` → [Template:Error-small](https://freemwiki.com/index.php?title=Template:Error-small&action=edit&redlink=1 "Template:Error-small (page does not exist)"). Various templates that wrap CS1|2 templates may cause this error when they use constructs like this: `|{{#if:{{{2|}}}|title}}={{{2|}}}`. When `{{{2|}}}` does not have a value, the template creates `|=`.
To resolve this error:
* remove the extra pipe,
* correct the parameter name,
* remove the parameter from the CS1|2 template, or
* change the citation to use a more appropriate template (e.g. change {{[Cite document](https://freemwiki.com/index.php?title=Template:Cite_document&action=edit&redlink=1 "Template:Cite document (page does not exist)")}} to {{[Cite web](https://freemwiki.com/wiki/Template:Cite_web "Template:Cite web")}})
Pages with this error are automatically placed in [Category:CS1 errors: empty unknown parameters](https://freemwiki.com/index.php?title=Category:CS1_errors:_empty_unknown_parameters&action=edit&redlink=1 "Category:CS1 errors: empty unknown parameters (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Cite document requires |publisher=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=48 "Edit section: Cite document requires |publisher=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error message is displayed when `{{Cite document}}` does not have `|publisher=`. Usually, there is a more appropriate template that can be used in place of [Template:Tld](https://freemwiki.com/index.php?title=Template:Tld&action=edit&redlink=1 "Template:Tld (page does not exist)"). When [Template:Tld](https://freemwiki.com/index.php?title=Template:Tld&action=edit&redlink=1 "Template:Tld (page does not exist)") is used, it accepts a limited subset of the cs1|2 parameter suite but requires `|publisher=`.
To resolve this error, use a more appropriate template (preferred solution) or provide `|publisher=`.
Pages with this error are automatically placed in [Category:CS1 errors: missing publisher](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_publisher&action=edit&redlink=1 "Category:CS1 errors: missing publisher (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Cite requires |=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=49 "Edit section: Cite requires |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
These CS1 periodical templates require a periodical parameter. The periodical templates are:
`{{cite journal}}``{{cite magazine}}`
The error message suggests a periodical parameter that matches the template, but there is no requirement to use the suggested parameter; any one of these periodical parameters may be used:
* `|journal=`
* `|magazine=`
* `|newspaper=`
* `|periodical=`
* `|website=`
* `|work=`
In some cases, an incorrect template has been used (e.g. `{{cite journal}}` for a web page, book, or standalone document). The appropriate resolution in these cases is to change the incorrect template to `{{cite web}}`, `{{cite book}}`, `{{cite document}}`, or a different, more appropriate template.
Pages with this error are automatically placed in [Category:CS1 errors: missing periodical](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_periodical&action=edit&redlink=1 "Category:CS1 errors: missing periodical (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Cite uses deprecated parameter |=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=50 "Edit section: Cite uses deprecated parameter |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Over time, some parameters have become obsolete or unnecessary. When this happens, the parameters are identified as deprecated. Editors are encouraged to use other parameters that accomplish the same purpose as those that have been deprecated. The CS1|2 deprecated parameters are listed in the following table, along with recommended replacement parameters. Parameter names are case-sensitive. Editors should expect that support for deprecated parameters will soon be withdrawn.
To resolve this error, use a supported parameter.
Pages with this error are automatically placed in [Category:CS1 errors: deprecated parameters](https://freemwiki.com/index.php?title=Category:CS1_errors:_deprecated_parameters&action=edit&redlink=1 "Category:CS1 errors: deprecated parameters (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
Deprecated CS1/CS2 parameters | Deprecated parameter | Replace with | Date |
| --- | --- | --- |
| none deprecated at present | | |
Recently removed CS1/CS2 parameters | Removed parameter | Replace with | Date | Note |
| --- | --- | --- | --- |
| `|authors=` | `|lastn=` / `|firstn=`, `|authorn=`, `|vauthors=` | August 2024 | |
## Cite uses generic name[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=51 "Edit section: Cite uses generic name")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Articles are listed in this category when [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") identifies template author or editor name parameters that use place-holder names. Such names may have been provided by bots or other tools that are unable to identify the source's correct names. Pages in this category should only be added by Module:Citation/CS1.
CS1|2 maintains a short list of 'names' that are typically not the correct names for the cited source. Some examples are:
[Template:Div col begin](https://freemwiki.com/index.php?title=Template:Div_col_begin&action=edit&redlink=1 "Template:Div col begin (page does not exist)")
* `about us`
* `author`
* `collaborator`
* `contributor`
* `contact us`
* `directory`
* `editor`
* `email`
* `facebook`
* `google`
* `home page`
* `instagram`
* `interviewer`
* `linkedIn`
* `pinterest`
* `policy`
* `privacy`
* `site name`
* `statement`
* `submitted`
* `super user`
* `translator`
* `tumblr`
* `twitter`
* `user`
* `verfasser`
[Template:Div col end](https://freemwiki.com/index.php?title=Template:Div_col_end&action=edit&redlink=1 "Template:Div col end (page does not exist)")
If you are aware of other common place-holder names, please report them at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that they can be added to the list.
To resolve this error, replace the place-holder name with the source's actual author or editor name, or use a more appropriate parameter.
Example fixes:
* Replace `|author=Smith, Jane, editor` with `|editor=Smith, Jane`
False positives are possible. When the name is valid, wrap the parameter value in the [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)"):
`|author=((Super User))`
Please do not use this markup when it is not appropriate.
Pages with this error are automatically placed in [Category:CS1 errors: generic name](https://freemwiki.com/index.php?title=Category:CS1_errors:_generic_name&action=edit&redlink=1 "Category:CS1 errors: generic name (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
See also the error category [Category:CS1 errors: generic title](https://freemwiki.com/index.php?title=Category:CS1_errors:_generic_title&action=edit&redlink=1 "Category:CS1 errors: generic title (page does not exist)").
## Cite uses generic title[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=52 "Edit section: Cite uses generic title")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Articles are listed in this category when [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") identifies template `|title=` parameters that use place-holder titles. Such titles may have been provided by bots or other tools that are unable to identify the source's correct title. Pages in this category should only be added by Module:Citation/CS1.
CS1|2 maintains a short list of 'titles' that are typically not the title of the cited source. Some examples are: [Template:Div col begin](https://freemwiki.com/index.php?title=Template:Div_col_begin&action=edit&redlink=1 "Template:Div col begin (page does not exist)")
* `404`
* `are you a robot`
* `hugedomains.com`
* `internet archive wayback machine`
* `log into facebook`
* `login • instagram`
* `no title` – various forms
* `page not found`
* `redirecting...`
* `subscribe to read`
* `unknown` – various forms
* `usurped title`
* `wayback machine`
* `webcite query result`
* `website is for sale`
* `wikiwix's cache`
[Template:Div col end](https://freemwiki.com/index.php?title=Template:Div_col_end&action=edit&redlink=1 "Template:Div col end (page does not exist)") If you are aware of other common place-holder titles, please report them at [Help talk:Citation Style 1](https://freemwiki.com/wiki/Help_talk:Citation_Style_1 "Help talk:Citation Style 1"), so that they can be added to the list.
To resolve this error, replace the place-holder title with the source's actual title.
False positives are possible. When the name is valid, wrap the parameter value in the [accept-this-as-written markup](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)"):
`|title=((404th Fighter Aviation Regiment))`
Please do not use this markup when it is not appropriate.
Pages with this error are automatically placed in [Category:CS1 errors: generic title](https://freemwiki.com/index.php?title=Category:CS1_errors:_generic_title&action=edit&redlink=1 "Category:CS1 errors: generic title (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
See also the maintenance category [Category:CS1 maint: archived copy as title](https://freemwiki.com/index.php?title=Category:CS1_maint:_archived_copy_as_title&action=edit&redlink=1 "Category:CS1 maint: archived copy as title (page does not exist)") and the similar error category [Category:CS1 errors: generic name](https://freemwiki.com/index.php?title=Category:CS1_errors:_generic_name&action=edit&redlink=1 "Category:CS1 errors: generic name (page does not exist)").
## |citeseerx= required[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=53 "Edit section: |citeseerx= required")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`{{cite citeseerx}}` requires the identifier parameter `|citeseerx=`.
To resolve this error, ensure that the template has `|citeseerx=` with a properly constructed value.
Pages with this error are automatically placed in [Category:CS1 errors: citeseerx](https://freemwiki.com/index.php?title=Category:CS1_errors:_citeseerx&action=edit&redlink=1 "Category:CS1 errors: citeseerx (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |class= ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=54 "Edit section: |class= ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Only used in `{{cite arXiv}}` templates, `|class=` is only appropriate when the template uses `|arxiv=YYMM.NNNN` or `|arxiv=YYMM.NNNNN` identifier formats; see [Cite arXiv §Usage](https://freemwiki.com/index.php?title=Template:Cite_arXiv&action=edit&redlink=1 "Template:Cite arXiv (page does not exist)").
To resolve this error, remove `|class=`.
Pages with this error are automatically placed in [Category:CS1 errors: class](https://freemwiki.com/index.php?title=Category:CS1_errors:_class&action=edit&redlink=1 "Category:CS1 errors: class (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |contributor= ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=55 "Edit section: |contributor= ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Only used in book citations, `|contributor=` identifies the author of a contribution, typically an afterword, foreword, introduction, preface, etc., to another (primary) author's work. This error occurs when `|contributor=` is used in a template that is not `{{cite book}}` or `{{citation}}` or is one of these two templates and one of the `|work=` parameter aliases is set.
To resolve this error, consider the `|others=` parameter, choose a more appropriate CS1 or CS2 template or remove `|contributor=`.
Pages with this error are automatically placed in [Category:CS1 errors: contributor](https://freemwiki.com/index.php?title=Category:CS1_errors:_contributor&action=edit&redlink=1 "Category:CS1 errors: contributor (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |contributor= requires |= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=56 "Edit section: |contributor= requires |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
Only used in book citations, `|contributor=` identifies the author of a contribution, typically an afterword, foreword, introduction, preface, etc., to another (primary) author's work. As such, the primary author is required (`|author=` or appropriate alias) as is the title of the contribution (`|contribution=`).
To resolve this error, include the book's primary author in `|author1=`, or `|last1=`, `|first1=`, or `|vauthors=` and include the contribution title in `|contribution=`; or consider the `|others=` parameter or remove `|contributor=`.
Pages with this error are automatically placed in [Category:CS1 errors: contributor](https://freemwiki.com/index.php?title=Category:CS1_errors:_contributor&action=edit&redlink=1 "Category:CS1 errors: contributor (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |doi-broken-date= requires |doi=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=57 "Edit section: |doi-broken-date= requires |doi=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When `|doi-broken-date=` is used in a CS1|2 template, `|doi=` (with value) must also be present.
To resolve this error, either add the missing DOI or remove the 'broken' parameter.
Pages with this error are automatically placed in [Category:CS1 errors: DOI](https://freemwiki.com/index.php?title=Category:CS1_errors:_DOI&action=edit&redlink=1 "Category:CS1 errors: DOI (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=58 "Edit section: |edition= has extra text")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The templates are responsible for static text rendered in the citation. When `|edition=` is used in a template, cs1|2 adds the abbreviation 'ed.' to the value in the parameter so:
`|edition=1st`
renders as:
1st ed.
The templates emit this error message when various forms of `ed`, `edn`, or `edition` are found in the value assigned to `|edition=`.
To resolve this error, remove the extraneous text from the parameter value.
Pages with this error are automatically placed in [Category:CS1 errors: extra text: edition](https://freemwiki.com/index.php?title=Category:CS1_errors:_extra_text:_edition&action=edit&redlink=1 "Category:CS1 errors: extra text: edition (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Empty citation[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=59 "Edit section: Empty citation")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
A [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") or [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") template marked as "Empty" contains no recognizable parameter identifiers. For example, this citation is marked as "empty" even though it contains usable information:
`{{cite web |http://www.foobar.com |The Foobar News}}`
The citation is "empty" because it does not contain the necessary parameter identifiers (in this case `|url=` and `|title=`) that tell `{{cite web}}` how to use the information that the citation contains.
A citation is also marked as "empty" when it contains only parameters that it doesn't recognize:
`{{cite book |titolo=The Bazquux Uprising |anno=2015}}`
This citation is "empty" because the Italian-language parameters `|titolo=` and `|anno=` are not recognized as valid parameter names on the English Wikipedia.
"Empty citation" may also mean that an editor meant to use another template entirely. Perhaps the editor used `{{citation}}` when the intent was to use `{{citation needed}}` or `{{quote}}`.
To resolve this error, add appropriate parameter identifiers, translate foreign language parameter names to their English equivalents, or replace the CS1/CS2 template with a more appropriate template.
Pages with this error are automatically placed in [Category:CS1 errors: empty citation](https://freemwiki.com/index.php?title=Category:CS1_errors:_empty_citation&action=edit&redlink=1 "Category:CS1 errors: empty citation (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Explicit use of et al.[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=60 "Edit section: Explicit use of et al.")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error occurs where a [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") or [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") template detects that one of the names parameters contains some form of "et al." either as a separate name parameter (`|author6=et al.`) or as a suffix added to a name list (`|author=Smith, A.B. et al.`) or first name (`|first=John, et al.`).
This error can occur in any of the author, editor, interviewer, translator, or contributor parameters.
Use the `|display-authors=` parameter instead (or other applicable `|display-=` parameter), as documented at [Help:Citation Style 1#Display options](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)").
Pages with this error are automatically placed in [Category:CS1 errors: explicit use of et al.](https://freemwiki.com/index.php?title=Category:CS1_errors:_explicit_use_of_et_al.&action=edit&redlink=1 "Category:CS1 errors: explicit use of et al. (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## External link in |=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=61 "Edit section: External link in |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error occurs when a URL is found in any parameter that is not one of these URL-holding parameters: [Template:Div col begin](https://freemwiki.com/index.php?title=Template:Div_col_begin&action=edit&redlink=1 "Template:Div col begin (page does not exist)")
* `|archive-url=`
* `|article-url=`
* `|chapter-url=`
* `|conference-url=`
* `|contribution-url=`
* `|entry-url=`
* `|map-url=`
* `|section-url=`
* `|transcript-url=`
* `|url=`
[Template:Div col end](https://freemwiki.com/index.php?title=Template:Div_col_end&action=edit&redlink=1 "Template:Div col end (page does not exist)") or any of these insource locator parameters: [Template:Div col begin](https://freemwiki.com/index.php?title=Template:Div_col_begin&action=edit&redlink=1 "Template:Div col begin (page does not exist)")
* `|page=`
* `|p=`
* `|pages=`
* `|pp=`
* `|at=`
* `|quote-page=`
* `|quote-pages=`
[Template:Div col end](https://freemwiki.com/index.php?title=Template:Div_col_end&action=edit&redlink=1 "Template:Div col end (page does not exist)") To resolve this error, remove the external link from the identified parameter. Consider placing the external link in a more appropriate parameter:
* for `|chapter=`, the URL may belong in `|chapter-url=`.
* for other parameters, it may belong in `|url=`.
Wrapping the parameter value in double parentheses (i.e. "accept as written" markup) does not work around this error message.
Pages with this error are automatically placed in [Category:CS1 errors: external links](https://freemwiki.com/index.php?title=Category:CS1_errors:_external_links&action=edit&redlink=1 "Category:CS1 errors: external links (page does not exist)") (144 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |_n_= missing |_n_=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=62 "Edit section: |n= missing |n=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates requires a `|n=` parameter for each `|n=` parameter in a citation. Author, contributor, editor, interviewer, and translator lists are checked for proper last/first pairing. CS1|2 will emit this error message for the first mismatch it detects. If there are more last/first mismatches in a citation, subsequent mismatches are not detected.
There is no requirement that each `|n=` have a matching `|n=`.
To resolve this error, ensure that each `|n=` has a corresponding `|n=`.
Pages with this error are automatically placed in [Category:CS1 errors: missing name](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_name&action=edit&redlink=1 "Category:CS1 errors: missing name (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |format= requires |url= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=63 "Edit section: |format= requires |url=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
These errors occur when [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates use `|format=` or `|...-format=` without also providing a corresponding URL for `|url=` or `|...-url=`, respectively. The `|format=` and `|...-format=` parameters are used to specify the file format of a web resource, such as [PDF](https://freemwiki.com/index.php?title=PDF&action=edit&redlink=1 "PDF (page does not exist)"), [DOC](https://freemwiki.com/index.php?title=Doc_(computing)&action=edit&redlink=1 "Doc (computing) (page does not exist)"), or [XLS](https://freemwiki.com/index.php?title=Microsoft_Excel_file_format&action=edit&redlink=1 "Microsoft Excel file format (page does not exist)"). In some cases an editor may have intended to use `|type=` to specify a kind of document, such as hard cover, paperback, or pamphlet. The `|format=` and `|...-format=` value is always displayed.
The list of `|...-format=` parameters is:
`|archive-format=`, `|article-format=`, `|chapter-format=`, `|conference-format=`, `|contribution-format=`, `|entry-format=`, `|event-format=`, `|map-format=`, `|section-format=`, `|transcript-format=`
(Citations that relied on the pre-2014, somewhat odd use of `|url=` and `|format=` may need adjustment in regard to `|chapter-format=`.)
To resolve this error, remove `|format=` or `|chapter-format=`; define `|url=` or `|chapter-url=`; or change `|format=` to `|type=` (or to `|chapter-format=` if `|chapter-url=` is used without `|url=`.
Pages with this error are automatically placed in [Category:CS1 errors: format without URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_format_without_URL&action=edit&redlink=1 "Category:CS1 errors: format without URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Invalid |display-=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=64 "Edit section: Invalid |display-=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
These error messages are emitted when [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") identifies citations that use one or more of the `|display-=` parameters with an invalid assigned ``. An invalid assigned `` is a number that is greater than or equal to the number of `` in the associated name-list or it is non-numeric text that Module:Citation/CS1 cannot recognize as a form of the keyword `etal`.
To resolve this error, do one of the following:
* Remove the `|display-=` parameter from the citation (typically because "et al." is not appropriate in the citation)
* Change the `` of the `|display-=` parameter such that it is less than the number of `` in the name-list (thereby truncating the displayed list to the number)
* Change the `` of the `|display-=` parameter to `etal`, which will cause "et al" to display after the last ``.
Pages with this error are automatically placed in [Category:CS1 errors: display-names](https://freemwiki.com/index.php?title=Category:CS1_errors:_display-names&action=edit&redlink=1 "Category:CS1 errors: display-names (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Invalid =[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=65 "Edit section: Invalid =")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
To function properly, some parameters are limited to a certain set of acceptable values. This error message indicates that a parameter has been assigned a value that is not a member of the parameter's defined set of acceptable values.
Letters in values must all be in lower case, as shown below.
Parameters with limited acceptable values | Parameter | Acceptable values |
| --- | --- |
| `|df=` | `dmy`, `dmy-all`, `mdy`, `mdy-all`, `ymd`, `ymd-all` |
| `|mode=` | `cs1`, `cs2` |
| `|name-list-style=` | `amp`, `ampersand`, `and`, `&`, `serial`, `vanc` |
| `|no-pp=` | `true`, `y`, `yes` |
| `|no-tracking=` |
| `|bibcode-access=` | `free` |
| `|doi-access=` |
| `|hdl-access=` |
| `|jstor-access=` |
| `|ol-access=` |
| `|osti-access=` |
| `|ssrn-access=` |
| `|s2cid-access=` |
| `|url-access=` | `subscription`, `registration`, `limited` |
| `|article-url-access=` |
| `|chapter-url-access=` |
| `|contribution-url-access=` |
| `|entry-url-access=` |
| `|map-url-access=` |
| `|section-url-access=` |
| `|url-status=` | `dead`, `live`, `deviated`, `unfit`, `usurped` |
To resolve this error for the parameters in the table, use an appropriate value.
Support for `|ref=harv` is withdrawn because cs1|2 templates now automatically create the `CITEREF` anchor value that `|ref=harv` controlled. To resolve this error, remove `|ref=harv`.
Pages with this error are automatically placed in [Category:CS1 errors: invalid parameter value](https://freemwiki.com/index.php?title=Category:CS1_errors:_invalid_parameter_value&action=edit&redlink=1 "Category:CS1 errors: invalid parameter value (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Invalid |script-=: [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=66 "Edit section: Invalid |script-=: ")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The various `|script-=` parameters are checked for proper form. When an error is detected, the error message briefly identifies the type of the error:
missing title part – the `|script-=` parameter has a language-code prefix but is otherwise empty missing prefix – the `|script-=` parameter has text but is missing the required language-code prefix; the prefix has the form `xx:` or `xxx:` where `xx` or `xxx` is a valid [ISO 639-1](https://freemwiki.com/index.php?title=ISO_639-1&action=edit&redlink=1 "ISO 639-1 (page does not exist)") or [ISO 639-3](https://freemwiki.com/index.php?title=ISO_639-3&action=edit&redlink=1 "ISO 639-3 (page does not exist)") language code known to CS1|2 as a language that uses a non-Latin script; the colon (`:`) is required unknown language code – the `|script-=` parameter has a (possibly valid) language code that CS1|2 does not recognize as a language using a non-Latin script
Language codes known to CS1|2 for languages that do not use a Latin script are:
**Page [Template:Div col/styles.css](https://freemwiki.com/index.php?title=Template:Div_col/styles.css&action=edit&redlink=1 "Template:Div col/styles.css (page does not exist)") has no content.**
* ab: аԥсшәа
* am: አማርኛ
* ar: العربية
* az: azərbaycanca
* be: беларуская
* bg: български
* bn: Bengali
* bo: བོད་ཡིག
* bs: bosanski
* ce: нохчийн
* chr: ᏣᎳᎩ
* cu: словѣньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ
* dv: ދިވެހިބަސް
* dz: ཇོང་ཁ
* el: Ελληνικά
* fa: فارسی
* grc: Ἀρχαία ἑλληνικὴ
* gu: ગુજરાતી
* he: עברית
* hi: हिन्दी
* hy: հայերեն
* ja: 日本語
* ka: ქართული
* kk: қазақша
* km: ភាសាខ្មែរ
* kn: ಕನ್ನಡ
* ko: 한국어
* ku: kurdî
* ky: кыргызча
* lo: ລາວ
* mk: македонски
* ml: മലയാളം
* mn: монгол
* mni: ꯃꯤꯇꯩ ꯂꯣꯟ
* mr: मराठी
* my: မြန်မာဘာသာ
* ne: नेपाली
* or: ଓଡ଼ିଆ
* ota:
* pa: ਪੰਜਾਬੀ
* ps: پښتو
* ru: русский
* sd: سنڌي
* si: සිංහල
* sr: српски / srpski
* syc:
* ta: தமிழ்
* te: తెలుగు
* tg: тоҷикӣ
* th: ไทย
* ti: ትግርኛ
* tkr:
* tt: татарча / tatarça
* ug: ئۇيغۇرچە / Uyghurche
* uk: українська
* ur: اردو
* uz: oʻzbekcha / ўзбекча
* yi: ייִדיש
* yue: 粵語
* zgh: ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ
* zh: 中文
Pages with this error are automatically placed in [Category:CS1 errors: script parameters](https://freemwiki.com/index.php?title=Category:CS1_errors:_script_parameters&action=edit&redlink=1 "Category:CS1 errors: script parameters (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## ISBN / Date incompatibility[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=67 "Edit section: ISBN / Date incompatibility")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)") – this error message hidden by default
[ISBNs](https://freemwiki.com/index.php?title=ISBN&action=edit&redlink=1 "ISBN (page does not exist)") were created c. 1965. Books published before that date will not have been issued an ISBN. However, reissues of pre-ISBN publications _are_ issued ISBNs, even barring the publication of a new edition. Consider double-checking whether the ISBN is valid before removing it.
To resolve this error:
* Remove the ISBN when citing a source published before 1965.
* If the cited edition or reissue of the book was published after 1965, ensure that `|date=` or `|year=` has the correct publication year. The reissue date is typically available by querying [WorldCat](https://freemwiki.com/index.php?title=WorldCat&action=edit&redlink=1 "WorldCat (page does not exist)") with the reissue's ISBN. Adding `|orig-date=` may be appropriate in such cases; e.g., `|orig-date=1st Pub. 1929`.
Pages with this error are automatically placed in [Category:CS1 errors: ISBN date](https://freemwiki.com/index.php?title=Category:CS1_errors:_ISBN_date&action=edit&redlink=1 "Category:CS1 errors: ISBN date (page does not exist)") (2 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=68 "Edit section: |issue=/|number= has extra text")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The templates are responsible for static text rendered in the citation. When `|issue=` or `|number=` is used in a template, cs1|2 formats the issue number according to the style corresponding with the publication type associated with the used citation template.
The templates emit this error message when various forms of issue or number prefixes (like `Iss.` or `No.`) are found in the value assigned to `|issue=` or `|number=`.
To resolve this error, remove the extraneous text from the parameter value. If the extraneous text removed is related to issues, please use the `|issue=` parameter rather than `|number=` for this, and vice versa. At present, the output is the same for both parameters, but this may not hold true in future versions, therefore it is important that issues and number values are used with the proper parameter as per what nomenclature is used in the actual publication.
Pages with this error are automatically placed in [Category:CS1 errors: extra text: issue](https://freemwiki.com/index.php?title=Category:CS1_errors:_extra_text:_issue&action=edit&redlink=1 "Category:CS1 errors: extra text: issue (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Italic or bold markup not allowed in: |=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=69 "Edit section: Italic or bold markup not allowed in: |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Italic (`''`) or bold (`'''`) wikimarkup is not allowed in publisher and periodical parameters. These parameters include:
* `|publisher=`
* `|journal=`
* `|magazine=`
* `|newspaper=`
* `|periodical=`
* `|website=`
* `|work=`
To resolve this error, remove wiki markup from the named parameter's value and ensure that the template is using the correct parameters; when citing a newspaper, use `|newspaper=` for the newspaper's name, not `|publisher=`, etc.
Pages with this error are automatically placed in [Category:CS1 errors: markup](https://freemwiki.com/index.php?title=Category:CS1_errors:_markup&action=edit&redlink=1 "Category:CS1 errors: markup (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |medrxiv= required[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=70 "Edit section: |medrxiv= required")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`{{cite medRxiv}}` requires the identifier parameter `|medrxiv=`.
To resolve this error, ensure that the template has `|medrxiv=` with a properly constructed value.
Pages with this error are automatically placed in [Category:CS1 errors: medRxiv](https://freemwiki.com/index.php?title=Category:CS1_errors:_medRxiv&action=edit&redlink=1 "Category:CS1 errors: medRxiv (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Missing |_n_=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=71 "Edit section: Missing |n=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
So that all names are listed in a rendered citation, [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates require _n_ in `|n=` (and its aliases) to increment by 1 for each name in the list (author, contributor, editor, interviewer, translator). This error message is emitted when there is a 'hole' in the numbering (an author list made up of `|author1=` and `|author3=` but without `|author2=` for example).
The test will not detect a 'hole' that is larger than 1. It is presumed that when `|authorn=` and `|authorn+1=` are both not present, then the test has reached the end of the list.
To resolve this error, ensure that the numbering of the `|n=` parameters increments properly.
Pages with this error are automatically placed in [Category:CS1 errors: missing name](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_name&action=edit&redlink=1 "Category:CS1 errors: missing name (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Missing or empty |title= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=72 "Edit section: Missing or empty |title=")
There are two slightly different error conditions that can arise when [CS1 citations](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") lack appropriate titles. In each case, CS1 reports this error message. The necessary resolution may vary depending on the cause of the error. The error message links to the appropriate description below.
### Bare URL without a title[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=73 "Edit section: Bare URL without a title")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
All [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates report this error when one of the [URL](https://freemwiki.com/index.php?title=URL&action=edit&redlink=1 "URL (page does not exist)")-containing parameters cannot be paired with an associated title. This error may also occur when `|title=` cannot be linked with `|url=` because the citation also contains a conflicting `|title-link=` parameter.
URL-containing parameters and associated title parameters | URL parameters | Title parameters |
| --- | --- |
| `|archive-url=` | `|title=` |
| `|article-url=` | `|article=`, `|chapter=`, `|contribution=`, `|entry=`, `|section=` |
| `|chapter-url=` | `|chapter=`, `|article=`, `|contribution=`, `|entry=`, `|section=` |
| `|conference-url=` | `|conference=`, `|event=` |
| `|contribution-url=` | `|contribution=`, `|chapter=`, `|article=`, `|entry=`, `|section=` |
| `|entry-url=` | `|entry=`, `|chapter=`, `|article=`, `|contribution=`, `|section=` |
| `|event-url=` | `|event=`, `|conference=` |
| `|map-url=` | `|map=` |
| `|section-url=` | `|section=`, `|chapter=`, `|article=`, `|contribution=`, `|entry=` |
| `|transcript-url=` | `|transcript=` |
| `|url=` | `|title=` |
A unique case exists for {{[cite journal](https://freemwiki.com/index.php?title=Template:Cite_journal&action=edit&redlink=1 "Template:Cite journal (page does not exist)")}}: if `|pmc=` or `|doi=` has a value, `|url=` is omitted or empty, and `|title-link=` does not point to an article, then `|title=` is automatically linked with the same URL as the PMC or DOI. This default behaviour can be overridden using `|title-link=none/pmc/doi`.
Because URLs are ugly and generally uninformative, it is expected that editors should provide a meaningful title for each URL. In most cases this can be accomplished by using the `|title=` parameter.
To resolve this error, provide an appropriate title for the URL-containing parameter. In the case where `|url=` and `|title-link=` are contending for `|title=` you must choose which one to keep. Consider moving `|url=` or `|title-link=` to a more suitable parameter.
Pages with this error are automatically placed in [Category:CS1 errors: bare URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_bare_URL&action=edit&redlink=1 "Category:CS1 errors: bare URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
### Citation without a title of any form[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=74 "Edit section: Citation without a title of any form")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
This error occurs for [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates when all of `|title=`, `|trans-title=`, and `|script-title=` are omitted or left blank. At least one of these title parameters must be provided for each citation.
`{{cite episode}}` will show this error if `|series=` is omitted or left blank (even if a `|title=` is provided).
`{{cite encyclopedia}}` will show this error if `|encyclopedia=` has a value but `|entry=` (or another `|chapter=` alias) is omitted or left blank.
Sometimes this error occurs because an editor has used a CS1|2 citation as a [shortened footnote](https://freemwiki.com/index.php?title=Help:Shortened_footnotes&action=edit&redlink=1 "Help:Shortened footnotes (page does not exist)") when `{{sfn}}` or one of the `{{harv}}` family of templates would have been more appropriate. This error also occurs when an editor used `{{citation}}` but intended to use `{{citation needed}}`.
To resolve this error, provide a value for `|title=`, `|trans-title=`, and/or `|script-title=` or replace the CS1|2 template with a more appropriate template. If you are listing a periodical or an issue of a periodical in a bibliography rather than within `[...]` tags, `{{List journal}}` may be more appropriate.
Pages with this error are automatically placed in [Category:CS1 errors: missing title](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_title&action=edit&redlink=1 "Category:CS1 errors: missing title (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Missing or empty |url= [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=75 "Edit section: Missing or empty |url=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error message is reported by `{{cite web}}`, `{{cite podcast}}`, and `{{cite mailing list}}` when the template parameters `|url=` and `|archive-url=` are both missing, blank or not properly entered. Note that `|website=` or `|work=` is the name of the site, not the URL.
To resolve this error, provide a value for `|url=` or use a more appropriate template such as {{[cite book](https://freemwiki.com/wiki/Template:Cite_book "Template:Cite book")}}, {{[cite journal](https://freemwiki.com/index.php?title=Template:Cite_journal&action=edit&redlink=1 "Template:Cite journal (page does not exist)")}} or other [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") or [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") template.
Pages with this error are automatically placed in [Category:CS1 errors: requires URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_requires_URL&action=edit&redlink=1 "Category:CS1 errors: requires URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Missing pipe[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=76 "Edit section: Missing pipe")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates report this error when one parameter has text that looks like it is a parameter missing a pipe (`|`). This error occurs when a template parameter value contains characters and digits followed by an equal sign. If the alphanumeric text immediately preceding the equal sign is a valid CS1|2 parameter name, the module assumes that the template is missing a pipe and emits this error message.
Some legitimate titles will contain a CS1|2 parameter name followed by an equal sign. In that case, enclose the equal sign in nowiki tags, like this: `=`. For most other cases, simply add the missing pipe.
Pages with this error are automatically placed in [Category:CS1 errors: missing pipe](https://freemwiki.com/index.php?title=Category:CS1_errors:_missing_pipe&action=edit&redlink=1 "Category:CS1 errors: missing pipe (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## More than one of |=, |=, and |= specified[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=77 "Edit section: More than one of |=, |=, and |= specified")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error occurs when a [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") or [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") template includes more than one parameter that maps to the same meaning. For example, `|author=`, `|last=`, and `|last1=` are all synonyms of each other, so no more than one of these parameters should ever be used in a single template.
To resolve this error, remove or modify the redundant parameter(s).
[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
This error occurs when a CS1 or CS2 template uses more than one type of author or editor name-list style. There are three kinds of incompatible author-name-list styles:
`|authorn=` and `|lastn=` / `|firstn=` (and their various aliases), `|vauthors=`, and `|authors=`
and similarly, three editor-name-list styles:
`|editorn=` and `|editor-lastn=` / `|editor-firstn=` (and their various aliases) as well as `|veditors=`
To resolve this error, choose one name-list-style. Use the chosen style for both of the author and editor name-lists.
Pages with these errors are automatically placed in [Category:CS1 errors: redundant parameter](https://freemwiki.com/index.php?title=Category:CS1_errors:_redundant_parameter&action=edit&redlink=1 "Category:CS1 errors: redundant parameter (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=78 "Edit section: |page(s)= has extra text")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The templates are responsible for static text rendered in the citation. When `|page=`/`|p=`, `|pages=`/`|pp=`, `|quote-page=` or `|quote-pages=` is used in a template, cs1|2 inserts the appropriate pagination prefix 'p.' or 'pp.' ahead of the value in the parameter so:
`|page=123`
renders as:
p. 123
and:
`|page=123–125`
renders as:
pp. 123–125
The templates emit this error message when various forms of `p`, `pp`, `pg`, `pgs`, `page`, or `pages` are found in the value assigned to `|page=`/`|p=`, `|pages=`/`|pp=`, `|quote-page=` or `|quote-pages=`.
To resolve this error, remove the extraneous text from the parameter value.
Pages with this error are automatically placed in [Category:CS1 errors: extra text: pages](https://freemwiki.com/index.php?title=Category:CS1_errors:_extra_text:_pages&action=edit&redlink=1 "Category:CS1 errors: extra text: pages (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |-access= requires |=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=79 "Edit section: |-access= requires |=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error is reported when an [access level](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") has been specified for some external link, but the corresponding required parameter is missing or empty. The parameter can be one of
Access-level specifier required parameter | Specifier | Required parameter |
| --- | --- |
| `|article-url-access=` | `|article-url=` |
| `|bibcode-access=` | `|bibcode=` |
| `|chapter-url-access=` | `|chapter-url=` |
| `|contribution-url-access=` | `|contribution-url=` |
| `|doi-access=` | `|doi=` |
| `|entry-url-access=` | `|entry-url=` |
| `|hdl-access=` | `|hdl=` |
| `|jstor-access=` | `|jstor=` |
| `|map-url-access=` | `|map-url=` |
| `|ol-access=` | `|ol=` |
| `|osti-access=` | `|osti=` |
| `|section-url-access=` | `|section-url=` |
| `|s2cid-access=` | `|s2cid=` |
| `|url-access=` | `|url=` |
To resolve this error, either provide a value for the parameter, or remove the access level specification.
Pages with this error are automatically placed in [Category:CS1 errors: param-access](https://freemwiki.com/index.php?title=Category:CS1_errors:_param-access&action=edit&redlink=1 "Category:CS1 errors: param-access (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |= has numeric name[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=80 "Edit section: |= has numeric name")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error is reported when a name-list parameter `|authorn=`, `|contributorn=`, `|editorn=`, `|interviewern=`, `|translatorn=` (including aliases) has an assigned value that is composed solely of digits and / or punctuation. Errors of this type are often the result of automated or semi-automated edits where the source metadata is misplaced or improperly translated.
To resolve this error, make sure that the value assigned to the name-list parameter is a name and only a name.
Pages with this error are automatically placed in [Category:CS1 errors: numeric name](https://freemwiki.com/index.php?title=Category:CS1_errors:_numeric_name&action=edit&redlink=1 "Category:CS1 errors: numeric name (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |= ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=81 "Edit section: |= ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") templates `{{cite book}}` and `{{cite encyclopedia}}` do not support `|periodical=` (and aliases `|journal=`, `|magazine=`, `|newspaper=`, `|website=`, `|work=`) and associated `|script-periodical=` and `|trans-periodical=` (and their aliases).
To resolve this error:
* use a more appropriate citation template, or
* most common: change `|title=` to `|chapter=` (or appropriate alias) and then change `|periodical=` to `|title=`, or
* change `|work=` to `|series=` if `|title=` is the actual title of the book and `|work=` contains the name of a book series, or
* change `|work=` to another appropriate parameter (it has been used to hold values for `|publisher=`, `|editor=`, `|via=`, and more), or
* move the content of the `|periodical=` parameter out of the template, before the closing , or
* delete the `|periodical=` parameter
Pages with this error are automatically placed in [Category:CS1 errors: periodical ignored](https://freemwiki.com/index.php?title=Category:CS1_errors:_periodical_ignored&action=edit&redlink=1 "Category:CS1 errors: periodical ignored (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |pmc-embargo-date= requires |pmc=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=82 "Edit section: |pmc-embargo-date= requires |pmc=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
When `|pmc-embargo-date=` is used in a CS1|2 template, `|pmc=` (with value) must also be present.
To resolve this error, either add the missing PMC or remove the 'broken' parameter.
Pages with this error are automatically placed in [Category:CS1 errors: PMC embargo](https://freemwiki.com/index.php?title=Category:CS1_errors:_PMC_embargo&action=edit&redlink=1 "Category:CS1 errors: PMC embargo (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |ssrn= required[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=83 "Edit section: |ssrn= required")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
`{{cite SSRN}}` requires the identifier parameter `|ssrn=`.
To resolve this error, ensure that the template has `|ssrn=` with a properly constructed value.
Pages with this error are automatically placed in [Category:CS1 errors: SSRN](https://freemwiki.com/index.php?title=Category:CS1_errors:_SSRN&action=edit&redlink=1 "Category:CS1 errors: SSRN (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Text "????" ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=84 "Edit section: Text \"????\" ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
Unlike many Wikipedia templates, the [Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates do not use unnamed or positional parameters. When a citation contains text between [vertical bars](https://freemwiki.com/index.php?title=Vertical_bar&action=edit&redlink=1 "Vertical bar (page does not exist)") and that text does not contain an equal sign (=), CS1|2 ignores the text and reports the error. This is true even when the text is the name of a valid parameter.
This error can also be caused by vertical bars (pipe characters) that are part of URLs or titles. When vertical bars occur in URLs, replace each vertical bar with `%7C`. When vertical bars occur in parameter values that are not URLs, replace each vertical bar with `|` or `{{!}}`.
To resolve this error, remove the extraneous text, add '=', add an appropriate parameter name from the template you're using to complete the parameter, or properly encode vertical bars in URLs and titles.
Pages with this error are automatically placed in [Category:CS1 errors: unrecognized parameter](https://freemwiki.com/index.php?title=Category:CS1_errors:_unrecognized_parameter&action=edit&redlink=1 "Category:CS1 errors: unrecognized parameter (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## |trans-= requires |= or |script-=[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=85 "Edit section: |trans-= requires |= or |script-=")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates report this error when the citation has an English translation of the title in `|trans-title=` or chapter title in `|trans-chapter=` but does not have the original-language title in `|title=` or original-language chapter title in `|chapter=`.
To resolve this error, provide the original language title for `|title=` or chapter title for `|chapter=`. Consider adding `|language=` if not already part of the citation.
Pages with this error are automatically placed in [Category:CS1 errors: translated title](https://freemwiki.com/index.php?title=Category:CS1_errors:_translated_title&action=edit&redlink=1 "Category:CS1 errors: translated title (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Unknown parameter |= ignored[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=86 "Edit section: Unknown parameter |= ignored")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")[Template:Plainlist](https://freemwiki.com/index.php?title=Template:Plainlist&action=edit&redlink=1 "Template:Plainlist (page does not exist)")
[Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") and [Citation Style 2](https://freemwiki.com/index.php?title=Help:Citation_Style_2&action=edit&redlink=1 "Help:Citation Style 2 (page does not exist)") templates report this error when the name portion of a parameter's `|name=value` pair is not recognized as a valid name. Typically, this is caused by spelling or capitalization errors or when a page is reverted to a version where the citation template did support the parameter. It can also be caused by the use of parameters that are valid in some, but not all, CS1|2 templates. For example, {{[cite book](https://freemwiki.com/wiki/Template:Cite_book "Template:Cite book")}} citations are sometimes erroneously created using `|title=` and `|work=` when they should use `|chapter=` and `|title=` instead.
The CS1|2 engine does not ignore unrecognized parameters. The purpose of the citation is to properly identify the source, not to act as a repository of notes and ancillary information.
CS1|2 template parameters are lower case. CS1|2 will report this error when the parameter's name contains uppercase letters (Xxxx, xxXx, XXXX) but the parameter's name is defined as lowercase (xxxx). Some identifier parameters, like `|isbn=`, `|pmc=`, `|doi=`, etc., can be either lower case or upper case, but not of mixed case (`|isbn=` or `|ISBN=` but not `|Isbn=`). For [common parameter misspellings](https://freemwiki.com/index.php?title=Module:Citation/CS1/Suggestions&action=edit&redlink=1 "Module:Citation/CS1/Suggestions (page does not exist)"), like `|pubisher=` instead of `|publisher=` and some former template parameters, CS1|2 will suggest a valid parameter name. The [list of deprecated and recently removed parameters](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#deprecated_params) may contain additional information as well.
Reported unknown parameters following a `|DUPLICATE_=` scheme are created by [Citation Bot](https://freemwiki.com/index.php?title=User:Citation_bot&redlink=1 "User:Citation bot (page does not exist)") when it finds duplicate parameters `|=` in a template.
To resolve this error, replace the erroneous parameter name with a correct one, possibly using the suggested name. Ensure that the parameter's name is correctly spelled and that there are no characters except spaces between the parameter's name and the leading vertical bar (|) or trailing equals sign (=). A list of valid parameters can be found by consulting [Help:Citation Style 1](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)") or visiting the description page of the specific template being used, such as `{{cite web}}`, `{{cite book}}`, `{{cite journal}}`, etc. Consider moving information associated with the unknown parameter into an appropriate parameter or to a section of the article's talk page for preservation.
Pages with this error are automatically placed in [Category:CS1 errors: unsupported parameter](https://freemwiki.com/index.php?title=Category:CS1_errors:_unsupported_parameter&action=edit&redlink=1 "Category:CS1 errors: unsupported parameter (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## URL–wikilink conflict[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=87 "Edit section: URL–wikilink conflict")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
External links in a rendered citation are a combination of url-holding parameters, `|url=`, `|chapter-url=`, etc., with title-holding parameters, `|title=`, `|chapter=`, etc. Title-holding parameters may be [wikilinked](https://freemwiki.com/index.php?title=Wikilink&action=edit&redlink=1 "Wikilink (page does not exist)") to another Wikipedia article but not when there is a matching url-holding parameter in the citation. When this condition occurs, the wikilink is suppressed, the wiki markup ignored, and the rendered citation links to the external site.
With `{{cite journal}}`, auto-linking of the `|pmc=` or `|doi=` parameter value can cause this condition to occur implicitly without a specific url-holding parameter.
Some [templates](https://freemwiki.com/index.php?title=Help:Template&action=edit&redlink=1 "Help:Template (page does not exist)") will also cause this error if they are part of a title-holding parameter. The error occurs when the template produces wikilinked content. For example, `{{lang}}` templates output a wikilinked category. Templates in title-holding parameters may also corrupt the citation's [COinS](https://freemwiki.com/index.php?title=WP:COinS&action=edit&redlink=1 "WP:COinS (page does not exist)") metadata. As a general rule, avoid using templates in title-holding parameters unless you know that the template's effects are entirely visual (`{{!}}` and the like).
This type of error may also occur in identifier-based templates (`{{cite doi}}`, etc.). When this happens, the error message is shown in the article but the error is actually located in the identifier-based citation template.
To resolve this error, remove wikilinks from title-holding parameters that are intended to be externally linked or remove the external URL, which will allow the internal wikilinks to work as expected. If the conflict is implicitly caused through auto-linking (see above), this can be disabled using `|title-link=none`. If wikilink-producing templates are important to the citation, move them out of the CS1 template but leave them inside the citation's `[...]` tags. Some of the functionality provided by templates may also be available through CS1 parameters.
To resolve errors in identifier-based citation templates, the template must be edited to correct the error. Exercise caution when editing these templates because identifier-based citation templates are often used in multiple articles.
Pages with this error are automatically placed in [Category:CS1 errors: URL–wikilink conflict](https://freemwiki.com/index.php?title=Category:CS1_errors:_URL%E2%80%93wikilink_conflict&action=edit&redlink=1 "Category:CS1 errors: URL–wikilink conflict (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Vancouver style error[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=88 "Edit section: Vancouver style error")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error is reported for citations that use `|vauthors=`, `|veditors=`, `|name-list-style=vanc`.
[Vancouver style](https://freemwiki.com/index.php?title=Vancouver_style&action=edit&redlink=1 "Vancouver style (page does not exist)") restricts author or editor names to the Latin alphabet. For the purposes of this test, [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") defines the Latin alphabet as the letters defined in the [Unicode](https://freemwiki.com/index.php?title=Unicode&action=edit&redlink=1 "Unicode (page does not exist)") Latin character sets:
C0 Controls and Basic Latin[[8]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-9) (0041–005A, 0061–007A)C1 Controls and Latin-1 Supplement[[9]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-10) (00C0–00D6, 00D8–00F6, 00F8–00FF)Latin Extended-A[[10]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-11) (0100–017F)Latin Extended-B[[11]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-12) (0180–01BF, 01C4–024F)Latin Extended Additional[[12]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-13) (1E00–1EFF)
This error is also reported when more than two initials are used: in case of more than two initials, list only the first two.
This error is also reported when a corporate or institutional author is listed in `|vauthors=` without proper delimiters. Corporate authors should be listed this way:
`|vauthors=First Surname FM, Surname AB, Template:GreenCorporate or institutional AuthorTemplate:Green, Last Surname XY`
While normally correct, sometimes the names listed on a PMID page contain errors when the author surname has a lowercase [nobiliary particle](https://freemwiki.com/index.php?title=Nobiliary_particle&action=edit&redlink=1 "Nobiliary particle (page does not exist)"). For example, [Template:PMID](https://freemwiki.com/index.php?title=Template:PMID&action=edit&redlink=1 "Template:PMID (page does not exist)") lists Magnus von Knebel Doeberitz as Doeberitz Mv which is not correct. This author's name should be listed as `|vauthors=von Knebel Doeberitz M`.[[13]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-14)
Certain punctuation will be flagged as an error. For example, Unicode U+2019, right single quotation mark, causes an error because it is not a member of the Latin character sets identified above: `|vauthors=VanTemplate:Redt Veer M`. Replace this character with the straight (or typewriter) apostrophe: `|vauthors=VanTemplate:Greent Veer M`.
To resolve this error, Romanize author and editor names.[[14]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-15) Romanizing can result in two-letter initials, for example, the Greek letter 'Θ' Romanizes to 'Th'.[[15]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-16) When author names have this kind of initial, Module:Citation/CS1 can't know if this kind of initial is a typo or a legitimate Romanized character so it will emit the Vancouver error. To suppress the error after determining that the two-character initial is correct and not a typo, treat the name as if it were a corporate name by wrapping it in [doubled parentheses](https://freemwiki.com/index.php?title=Help:Citation_Style_1&action=edit&redlink=1 "Help:Citation Style 1 (page does not exist)"): `|vauthors=..., Tatarinov IuS, ...` → `|vauthors=..., ((Tatarinov IuS)), ...`
Similarly, Chinese hyphenated given names may appear in PubMed listings. For example: 'Wang Hsien-yu' may be listed on PubMed as 'Wang Hy' which will result in a Vancouver error. When this occurs, and upon verification that such names are correct, wrap them in doubled parentheses.
Specific rules for names:[[16]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-17)
* [Surnames with hyphens and other punctuation in them](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33071/?report=objectonly)
* [Other surname rules](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33081/?report=objectonly)
* [Given names containing punctuation, a prefix, a preposition, or particle](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33104/?report=objectonly)
* [Degrees, titles, and honors before or after a personal name](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33118/?report=objectonly)
* [Designations of rank within a family, such as Jr and III](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33127/?report=objectonly)
* [Names appearing in non-roman alphabets (Cyrillic, Greek, Arabic, Hebrew, Korean) or character-based languages (Chinese, Japanese)](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33134/?report=objectonly)
* [Organizations as author](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33152/?report=objectonly)
* CS1|2 does not obey the semicolon-as-separator rule. Separate corporate and organizational names from each other and from individual names with a comma; wrap corporate and organizational names in doubled parentheses as described above.
Pages with this error are automatically placed in [Category:CS1 errors: Vancouver style](https://freemwiki.com/index.php?title=Category:CS1_errors:_Vancouver_style&action=edit&redlink=1 "Category:CS1 errors: Vancouver style (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=89 "Edit section: |volume= has extra text")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
The templates are responsible for static text rendered in the citation. When `|volume=` is used in a template, cs1|2 formats the volume value according to the style corresponding with the publication type associated with the used citation template.
The templates emit this error message when some form of the word "volume" ("volume", "vol.") is found in the value assigned to `|volume=`.
To resolve this error, remove the extraneous text from the parameter value.
Pages with this error are automatically placed in [Category:CS1 errors: extra text: volume](https://freemwiki.com/index.php?title=Category:CS1_errors:_extra_text:_volume&action=edit&redlink=1 "Category:CS1 errors: extra text: volume (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Wikipedia Library link in [edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=90 "Edit section: Wikipedia Library link in ")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
This error is reported when a URL-holding parameter has a URL that links to [The Wikipedia Library](https://en.wikipedia.org/wiki/The_Wikipedia_Library "wikipedia:The Wikipedia Library"). These urls include this text:
`wikipedialibrary.idm.oclc.org`
When these sorts of URLs are encountered, [Module:Citation/CS1](https://freemwiki.com/wiki/Module:Citation/CS1 "Module:Citation/CS1") emits this error message and automatically sets `|url-access=subscription` because these URLs are not accessible by readers.
To resolve this error, make sure that the value assigned to the URL parameter is _not_ the Wikipedia Library URL but _is_ the URL of the source.
Pages with this error are automatically placed in [Category:CS1 errors: URL](https://freemwiki.com/index.php?title=Category:CS1_errors:_URL&action=edit&redlink=1 "Category:CS1 errors: URL (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## #invoke:Cite errors[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=91 "Edit section: #invoke:Cite errors")
[Template:Help desk](https://freemwiki.com/index.php?title=Template:Help_desk&action=edit&redlink=1 "Template:Help desk (page does not exist)")
[Module:Cite](https://freemwiki.com/index.php?title=Module:Cite&action=edit&redlink=1 "Module:Cite (page does not exist)") requires as its first positional parameter the canonical name of one of the cs1 templates (without the `cite` prefix) or the name of the cs2 template (`citation`). The module emits this error message when the first positional parameter is missing or empty.
The module emits this error message when the first positional parameter is not the canonical name of a recognized cs1|2 template.
To resolve either of these errors, make sure that the module call has one of these canonical template names as its first positional parameter value: [Template:Div col](https://freemwiki.com/index.php?title=Template:Div_col&action=edit&redlink=1 "Template:Div col (page does not exist)")
* `arxiv`
* `av media`
* `av media notes`
* `biorxiv`
* `book`
* `citation`
* `citeseerx`
* `conference`
* `document`
* `encyclopedia`
* `episode`
* `interview`
* `journal`
* `magazine`
* `mailing list`
* `map`
* `medrxiv`
* `news`
* `newsgroup`
* `podcast`
* `press release`
* `report`
* `serial`
* `sign`
* `speech`
* `ssrn`
* `tech report`
* `thesis`
* `web`
[Template:Div col end](https://freemwiki.com/index.php?title=Template:Div_col_end&action=edit&redlink=1 "Template:Div col end (page does not exist)")
Pages with this error are automatically placed in [Category:CS1 errors: cite module](https://freemwiki.com/index.php?title=Category:CS1_errors:_cite_module&action=edit&redlink=1 "Category:CS1 errors: cite module (page does not exist)") (0 pages).[[lower-alpha 1]](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_note-categories-1)
## Notes[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=92 "Edit section: Notes")
1. ↑ [Jump up to: 1.00](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-0)[1.01](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-1)[1.02](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-2)[1.03](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-3)[1.04](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-4)[1.05](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-5)[1.06](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-6)[1.07](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-7)[1.08](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-8)[1.09](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-9)[1.10](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-10)[1.11](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-11)[1.12](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-12)[1.13](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-13)[1.14](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-14)[1.15](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-15)[1.16](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-16)[1.17](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-17)[1.18](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-18)[1.19](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-19)[1.20](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-20)[1.21](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-21)[1.22](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-22)[1.23](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-23)[1.24](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-24)[1.25](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-25)[1.26](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-26)[1.27](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-27)[1.28](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-28)[1.29](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-29)[1.30](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-30)[1.31](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-31)[1.32](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-32)[1.33](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-33)[1.34](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-34)[1.35](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-35)[1.36](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-36)[1.37](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-37)[1.38](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-38)[1.39](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-39)[1.40](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-40)[1.41](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-41)[1.42](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-42)[1.43](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-43)[1.44](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-44)[1.45](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-45)[1.46](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-46)[1.47](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-47)[1.48](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-48)[1.49](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-49)[1.50](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-50)[1.51](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-51)[1.52](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-52)[1.53](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-53)[1.54](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-54)[1.55](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-55)[1.56](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-56)[1.57](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-57)[1.58](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-58)[1.59](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-59)[1.60](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-60)[1.61](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-61)[1.62](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-62)[1.63](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-63)[1.64](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-64)[1.65](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-65)[1.66](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-66)[1.67](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-67)[1.68](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-68)[1.69](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-69)[1.70](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-70)[1.71](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-71)[1.72](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-72)[1.73](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-73)[1.74](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-74)[1.75](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-75)[1.76](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-76)[1.77](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-77)[1.78](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-78)[1.79](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-79)[1.80](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-80)[1.81](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-81)[1.82](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-82)[1.83](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-83)[1.84](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-categories_1-84)Pages in the Category talk, Draft talk, File talk, Help talk, MediaWiki talk, Module talk, Portal talk, Talk, Template talk, User, User talk, and Wikipedia talk namespaces are not included in the tracking categories. In addition, pages with names matching the patterns '/[Ss]andbox', '/[Tt]estcases', '/[^/]*[Ll]og', and '/[Aa]rchive' are not included in the tracking categories.
## References[edit](https://freemwiki.com/index.php?title=Help:CS1_errors&action=edit§ion=93 "Edit section: References")
1. ↑ [Jump up to: 1.0](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-archive.org_2-0)[1.1](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-archive.org_2-1)["archive.org website"](https://archive.org/). _Internet Archive_.
2. ↑ [Jump up to: 2.0](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-webcitation.org_3-0)[2.1](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-webcitation.org_3-1)["webcitation.org website"](https://www.webcitation.org/). _WebCite_.
3. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-4 "Jump up")["Understanding the arXiv identifier"](https://arxiv.org/help/arxiv_identifier). _[Cornell University Library](https://freemwiki.com/index.php?title=Cornell\_University\_Library&action=edit&redlink=1 "Cornell University Library (page does not exist)")_. Retrieved 2014-08-20.
4. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-5 "Jump up")["1.2.3 - Bibliographic Identifiers"](http://adsabs.harvard.edu/abs_doc/help_pages/data.html#bibcodes). _The SAO/NASA Astrophysics Data System_.
5. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-6 "Jump up")["The LCCN Namespace"](https://www.loc.gov/marc/lccn-namespace.html#syntax). _Network Development and MARC Standards Office_. [Library of Congress](https://freemwiki.com/index.php?title=Library_of_Congress&action=edit&redlink=1 "Library of Congress (page does not exist)"). November 2003.
6. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-7 "Jump up")["Netnews Article Format"](https://tools.ietf.org/html/rfc5536). _[Internet Engineering Task Force](https://freemwiki.com/index.php?title=Internet\_Engineering\_Task\_Force&action=edit&redlink=1 "Internet Engineering Task Force (page does not exist)")_. November 2009. [3.1.3](https://tools.ietf.org/html/rfc5536#section-3.1.3). [RFC](https://freemwiki.com/index.php?title=RFC_(identifier)&action=edit&redlink=1 "RFC (identifier) (page does not exist)")[5536](https://tools.ietf.org/html/rfc5536).
7. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-8 "Jump up")["Scheme"](http://tools.ietf.org/html/std66#section-3.1). _Uniform Resource Identifier (URI): Generic Syntax_. [Internet Engineering Task Force](https://freemwiki.com/index.php?title=Internet_Engineering_Task_Force&action=edit&redlink=1 "Internet Engineering Task Force (page does not exist)"). January 2005. [RFC](https://freemwiki.com/index.php?title=RFC_(identifier)&action=edit&redlink=1 "RFC (identifier) (page does not exist)")[3986](https://tools.ietf.org/html/rfc3986).
8. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-9 "Jump up")["C0 Controls and Basic Latin"](https://www.unicode.org/charts/PDF/U0000.pdf)(PDF). _[Unicode](https://freemwiki.com/index.php?title=Unicode&action=edit&redlink=1 "Unicode (page does not exist)")_. Retrieved 2015-04-19.
9. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-10 "Jump up")["C1 Controls and Latin-1 Supplement"](https://www.unicode.org/charts/PDF/U0080.pdf)(PDF). _Unicode_. Retrieved 2015-04-19.
10. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-11 "Jump up")["Latin Extended-A"](https://www.unicode.org/charts/PDF/U0100.pdf)(PDF). _Unicode_. Retrieved 2015-04-19.
11. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-12 "Jump up")["Latin Extended-B"](https://www.unicode.org/charts/PDF/U0180.pdf)(PDF). _Unicode_. Retrieved 2015-04-19.
12. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-13 "Jump up")["Latin Extended Additional"](https://www.unicode.org/charts/PDF/U1E00.pdf)(PDF). _Unicode_. Retrieved 2025-06-02.
13. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-14 "Jump up")["Other surname rules"](https://www.ncbi.nlm.nih.gov/books/NBK7282/box/A33081/). _National Center for Biotechnology Information_. 2018-05-18.
14. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-15 "Jump up")Patrias, Karen (2007). ["Names in non-roman alphabets or character-based languages"](https://www.ncbi.nlm.nih.gov/books/NBK7258/box/A48818/). In Wendling, Dan (ed.). _Citing Medicine: The NLM Style Guide for Authors, Editors, and Publishers_ (2nd ed.). Bethesda, Maryland, USA: [National Library of Medicine](https://freemwiki.com/index.php?title=National_Library_of_Medicine&action=edit&redlink=1 "National Library of Medicine (page does not exist)").
15. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-16 "Jump up")["Greek"](https://www.loc.gov/catdir/cpso/romanization/greek.pdf)(PDF). _Library of Congress_.
16. [↑](https://freemwiki.com/index.php?mobileaction=toggle_view_mobile&title=Help%3ACS1_errors#cite_ref-17 "Jump up")Patrias, Karen (2007). Wendling, Dan (ed.). [_Citing Medicine: The NLM Style Guide for Authors, Editors, and Publishers [Internet]_](https://www.ncbi.nlm.nih.gov/books/NBK7282/) (2nd ed.). Bethesda, Maryland, USA: National Library of Medicine. Retrieved 2019-03-31.
[Template:Help navigation](https://freemwiki.com/index.php?title=Template:Help_navigation&action=edit&redlink=1 "Template:Help navigation (page does not exist)")