Content deleted Content added
email support |
fix |
||
Line 90:
if args.email then
if string.find(args.email, '@') then
str = str .. string.format("<b>Will notify</b> by email in case of issues. ", args.email)▼
else ▼
local user = mw.title.new(args.notify, 3).fullText
str = str .. string.format("<b>Will notify</b> [[%s|%s]] by email in case of issues. ", user, args.notify)
▲ else
▲ str = str .. string.format("<b>Will notify</b> by email in case of issues. ", args.email)
end
end
|