Module:Harvc: Difference between revisions

Content deleted Content added
No edit summary
no date: n.d. or nd;
Line 84:
end
 
if args.year:match('^[1-9]%d%d%d?%l?$') or args.year:match('^n%.d%.%l?$') or args.year:match('^nd%l?$') then -- four3 or 4 digits, n.d., or nd withand possibleoptional disambiguator
source = source .. ' (' .. args.year .. ')';
else