Module:Copied/sandbox: Difference between revisions

Content deleted Content added
try fix row 'to'
No edit summary
Line 72:
local to = args["to".. i] or ""
if (to == "") then
text = string.format("%s:%s",text,mw.title.getCurrentTitle().nsText,mw.title.getCurrentTitle().text) --If no target given assume current page is the target
else
text = string.format("%s",text,to)