Module:Copied: Difference between revisions

Content deleted Content added
fix
fixes
Line 64:
local text = ""
if not (afd == "" and merge == "") then
text = text .. "*Merged"
else
text = text .. "*Copied"
end
text = text .. " [" .. tostring(mw.uri.fullUrl(from,{redirect="no"} )) .. " " .. from .. "]"
Line 98:
local from = args["from"] or args["from1"] or ""
if not args["from"] == "" then
text = text .. row(args,0"")
else
text = text .. row(args,1)