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
source = source .. ' (' .. args.year .. ')';
else
|