Module:Harvc: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 181:
if not is_set (args.contribution) then
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
-- args.url=''; -- if no contribution set url to empty string so we don't link the error message
end