Jump to content

Module:Citation/CS1/Suggestions

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 19:20, 30 May 2014 (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.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--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"
    ['filetype'] = 'format', 
    ['foramt'] = 'format', 
    ['frist'] = 'first',
    ['lang'] = 'language', 
    ['loaction'] = 'location',    
    ['locatoin'] = 'location',
    ['name'] = 'author',
    ['newpaper'] = 'newspaper',
    ['news'] = 'newspaper',
    ['origdate'] = 'origyear',
    ['other'] = 'others',
    ['pagees'] = 'pages',
    ['pub'] = 'publisher',
    ['pulbisher'] = 'publisher',
    ['pulbication-place'] = 'publication-place',
    ['retrieved'] = 'accessdate',
    ['service'] = 'agency',
    ['tile'] = 'title',
    ['transchapter'] = 'trans-chapter',
    ['translator'] = 'others',
    ['transtitle'] = 'trans-title',
}
return suggestions;