Module:Citation/CS1/Suggestions
From Bibliotheca Anonoma
< Module:Citation/CS1
Revision as of 06:50, 21 January 2017 by Antonizoon (talk | contribs) (Created page with "--Please insert new suggestions in alphabetical order suggestions = { ['accesdate'] = 'accessdate', ['accessed'] = 'accessdate', ['acessdate'] = 'accessdate',...")
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;