Content deleted Content added
clarify comment placement |
add talk param for row |
||
Line 77:
if (from_oldid) then
text = string.format("%s[%s oldid], ",text,tostring(mw.uri.fullUrl(from, {oldid = from_oldid} )))
end
local talk = args["talk".. i] or ""
if (talk == "yes" or talk == "") then
text= string.format("%s[[%s:%s|talk]], ", text, "Talk", from)
end
|