Module:Citation/CS1/Suggestions
Appearance
< Module:Citation | CS1
![]() | 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 rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
![]() | 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: ['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.
These files comprise the module support for CS1|2 citation templates:
--Please insert new suggestions in alphabetical order
--The form is ['incorrect'] = 'correct',
suggestions = {
['acccessdate'] = 'accessdate',
['accesdate'] = 'accessdate',
['access date'] = 'accessdate',
['access-date'] = 'accessdate',
['accessate'] = 'accessdate',
['accessdare'] = 'accessdate',
['accessdatte'] = 'accessdate',
['accessddate'] = 'accessdate',
['accessdte'] = 'accessdate',
['accessed'] = 'accessdate',
['accessedate'] = 'accessdate',
['accesssdate'] = 'accessdate',
['accssdate'] = 'accessdate',
['acessdate'] = 'accessdate',
['address'] = 'location',
['année'] = 'year', -- French
['añoacceso'] = 'accessyear', -- Spanish, Italian
['apellido'] = 'last', -- Spanish, Italian
['archive date'] = 'archivedate',
['archive url'] = 'archiveurl', -- Spanish, Italian
['auteur'] = 'author', -- French
['auther'] = 'author',
['author link'] = 'authorlink',
['autor'] = 'author', -- Spanish, Italian
['autor2'] = 'author2', -- Spanish, Italian
['autthor'] = 'author',
['cita'] = 'quote', -- Spanish, Italian
['coautores'] = 'coauthors', -- Spanish, Italian
['consulté le'] = 'accessdate', -- French
['distributor'] = 'publisher',
['éditeur'] = 'editor', -- French
['editorial'] = 'publisher',
['en ligne le'] = 'archivedate', -- French
['enlaceautor'] = 'authorlink', -- Spanish, Italian
['fecha'] = 'date', -- Spanish, Italian
['fechaacceso'] = 'accessdate', -- Spanish, Italian
['fechaarchivo'] = 'archivedate', -- Spanish, Italian
['filetype'] = 'format',
['first 1'] = 'first1',
['foramt'] = 'format',
['formato'] = 'format', -- Spanish, Italian
['frist'] = 'first',
['idioma'] = 'language', -- Spanish, Italian
['lang'] = 'language',
['langauge'] = 'language',
['langue'] = 'language', -- French
['last 1'] = 'last1',
['lieu'] = 'location', -- French
['lire en ligne'] = 'url', -- French
['loaction'] = 'location',
['locatoin'] = 'location',
['mois'] = 'month', -- French
['name'] = 'author',
['newpaper'] = 'newspaper',
['news'] = 'newspaper',
['nom'] = 'last', -- French
['nom1'] = 'last1', -- French
['nombre'] = 'first', -- Spanish, Italian
['obra'] = 'work', -- Spanish, Italian
['origdate'] = 'origyear',
['other'] = 'others',
['pagees'] = 'pages',
['página'] = 'page', -- Spanish, Italian
['páginas'] = 'pages', -- Spanish, Italian
['passage'] = 'pages', -- French
['périodique'] = 'publisher', -- French
['plublisher'] = 'publisher',
['prénom'] = 'first', -- French
['prénom1'] = 'first1', -- French
['pub'] = 'publisher',
['pubisher'] = 'publisher',
['publiser'] = 'publisher',
['publsher'] = 'publisher',
['publsiher'] = 'publisher',
['pulbication-place'] = 'publication-place',
['pulbisher'] = 'publisher',
['retrieved'] = 'accessdate',
['série'] = 'work', -- French
['service'] = 'agency',
['suscripción'] = 'subscription', -- Spanish, Italian
['tile'] = 'title',
['tite'] = 'title',
['titolo'] = ' title', -- Spanish, Italian
['titre'] = 'title', -- French
['título'] = 'title', -- Spanish, Italian
['transchapter'] = 'trans-chapter',
['translator'] = 'others',
['transtitle'] = 'trans-title',
['ubicación'] = 'location', -- Spanish, Italian
['urlarchivo'] = 'archiveurl', -- Spanish, Italian
}
return suggestions;