Revision as of 17:11, 30 May 2014 view sourceD'Ranged 1 (talk | contribs)Extended confirmed users, Pending changes reviewers4,059 edits added deprecated parameters to the list so that a more specific error message is shown← Previous edit | Revision as of 19:20, 30 May 2014 view source Jonesey95 (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, Mass message senders, Template editors378,344 edits Undid revision 610814123 by D'Ranged 1 (talk). These suggestions display only for unsupported parameters. Create test citations using month/coauthors to see that there is no suggestion.Next edit → | ||
Line 11: | Line 11: | ||
= 'author', | = 'author', | ||
= 'author', | = 'author', | ||
= 'authors', -- deprecated paramater | |||
= 'date', -- deprecated parameter | |||
= 'publisher', | = 'publisher', | ||
= 'publisher', -- "editorial" is Spanish for "publisher" | = 'publisher', -- "editorial" is Spanish for "publisher" | ||
Line 21: | Line 19: | ||
= 'location', | = 'location', | ||
= 'location', | = 'location', | ||
= 'date', -- deprecated parameter | |||
= 'author', | = 'author', | ||
= 'newspaper', | = 'newspaper', |
Revision as of 19:20, 30 May 2014
Module documentation[view] [edit] [history] [purge]This Lua module is used on approximately 26,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
This module can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
This is a list of suggested alternatives to use when an unknown parameter is encountered by a citation template. When an unknown parameter is found within a citation template an error message is generated, and when possible the software makes a suggestion for what the user may have meant by consulting this list of common mistakes and typos.
Each entry takes the form: = 'suggested parameter to use'
The bad input parameter will have been transformed to lower case before checking this list, so all input forms on this list should be written in lowercase.
These files comprise the module support for CS1|2 citation templates:
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
--Please insert new suggestions in alphabetical order --The form is = 'correct', suggestions = { = 'accessdate', = 'accessdate', = 'accessdate', = 'accessdate', = 'accessdate', --deprecated parameter = 'location', = 'author', = 'author', = 'publisher', = 'publisher', -- "editorial" is Spanish for "publisher" = 'format', = 'format', = 'first', = 'language', = 'location', = 'location', = 'author', = 'newspaper', = 'newspaper', = 'origyear', = 'others', = 'pages', = 'publisher', = 'publisher', = 'publication-place', = 'accessdate', = 'agency', = 'title', = 'trans-chapter', = 'others', = 'trans-title', } return suggestions;Category: