Module:Harvc: Difference between revisions

Content deleted Content added
|last-author-amp=yes → |name-list-style=amp;
No edit summary
Line 356:
args.display_authors = pframe.args['display-authors']; -- the number of contributor names to display; cs1|2 format includes first names
args.name_list_style = pframe.args['name-list-style'] or -- when set to 'harv' display contributor list in sfn or harv style
pframe.args['name-list-format'] or ''; -- TODO: remove name-list-format
args.name_list_style = args.name_list_style:lower(); -- make it case agnostic