Jump to content

Module:Citation/CS1/Suggestions: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
removed 'orignmonth' - sometimes it should be 'month' instead of 'origyear'
adding 'distributor'
Line 11: Line 11:
['auther'] = 'author',
['auther'] = 'author',
['autthor'] = 'author',
['autthor'] = 'author',
['distributor'] = 'publisher',
['editorial'] = 'publisher', -- "editorial" is Spanish for "publisher"
['editorial'] = 'publisher', -- "editorial" is Spanish for "publisher"
['loaction'] = 'location',
['loaction'] = 'location',

Revision as of 23:27, 13 December 2013

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