Module:Citation/CS1/Suggestions

From Bibliotheca Anonoma
< Module:Citation/CS1
Revision as of 07:05, 21 January 2017 by Antonizoon (talk | contribs) (Protected "Module:Citation/CS1/Suggestions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Citation/CS1/Suggestions/doc

--Please insert new suggestions in alphabetical order

suggestions = {
    ['accesdate'] = 'accessdate',
    ['accessed'] = 'accessdate',
    ['acessdate'] = 'accessdate',
    ['access-date'] = 'accessdate',  --deprecated parameter
    ['autthor'] = 'author',
    ['loaction'] = 'location',    
    ['locatoin'] = 'location',
    ['name'] = 'author',
    ['newpaper'] = 'newspaper',
    ['news'] = 'newspaper',
    ['origdate'] = 'origyear',
    ['pulbisher'] = 'publisher',
    ['pulbication-place'] = 'publication-place',
    ['retrieved'] = 'accessdate',
}
return suggestions;