Module:Citation/CS1/Suggestions: Difference between revisions

From Bibliotheca Anonoma
(Created page with "--Please insert new suggestions in alphabetical order suggestions = { ['accesdate'] = 'accessdate', ['accessed'] = 'accessdate', ['acessdate'] = 'accessdate',...")
 
m (Protected "Module:Citation/CS1/Suggestions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 07:05, 21 January 2017

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;