Module:Harvc: Difference between revisions

Content deleted Content added
add id parameter;
No edit summary
Line 188:
args.err_msg = args.err_msg .. ' required contribution is missing.'; -- error message if source not provided
args.contribution = args.url; -- if set it will give us linkable text
end
if args.last1 == args.in1 and
args.last2 == args.in2 and
args.last3 == args.in3 and
args.last4 == args.in4 and
not is_set (args.id) then
args.err_msg = args.err_msg .. ' required &#124id= parameter missing.'; -- error message if contributor and source are the same
end