Mòdul:Citation/CS1/Suggestions

--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;