Content deleted Content added
Sohom Datta (talk | contribs) preserve old behaviour |
test rm conditional on default 'to' |
||
Line 25:
text = text .. " was copied or moved into"
end
if
text = string.format("%s [[%s:%s]]",text,mw.title.getCurrentTitle().nsText,mw.title.getCurrentTitle().text) --If no
else
text = string.format("%s [[%s]]",text,to)
|