Module:Citation/CS1/Suggestions
From Wikipedia, the free encyclopedia
< Module:Citation | CS1
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: ['bad input parameter'] = '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.
The above documentation is transcluded from Module:Citation/CS1/Suggestions/doc. (edit | history) Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages. Subpages of this module. |
--Please insert new suggestions in alphabetical order --The form is ['incorrect'] = 'correct', suggestions = { ['access date'] = 'accessdate', ['accesdate'] = 'accessdate', ['accessed'] = 'accessdate', ['acessdate'] = 'accessdate', ['access-date'] = 'accessdate', --deprecated parameter ['address'] = 'location', ['auther'] = 'author', ['autthor'] = 'author', ['distributor'] = 'publisher', ['editorial'] = 'publisher', -- "editorial" is Spanish for "publisher" ['loaction'] = 'location', ['locatoin'] = 'location', ['name'] = 'author', ['newpaper'] = 'newspaper', ['news'] = 'newspaper', ['origdate'] = 'origyear', ['other'] = 'others', ['pagees'] = 'pages', ['pulbisher'] = 'publisher', ['pulbication-place'] = 'publication-place', ['retrieved'] = 'accessdate', ['transchapter'] = 'trans-chapter', ['translator'] = 'others', ['transtitle'] = 'trans-title', } return suggestions;