Content deleted Content added
mNo edit summary |
Trialpears (talk | contribs) optimize |
||
Line 16:
local text = ""
text = text .. "Text and/or other creative content from "
if
text =
end
text =
if (merge == "yes") or (not afd == "") then
text = text .. " was merged into "
Line 32:
end
text = text .. "]]"
if
text = text .. " with [" .. diff .. " this edit]"
elseif
text = text .. " with [" .. tostring(mw.uri.fullUrl(to,{diff=to_diff, oldid=to_oldid} )) .. " this edit]"
end
if
text = text .. " on " .. date
end
if
text = text .. " after being [["
if not mw.ustring.match(afd, "Wikipedia:", 1 ) then --If no venue is given add AfD prefix
text = text .. "Wikipedia:Articles for deletion/"
end
|