Module:Shared: Difference between revisions

Issue finally found...
No edit summary
(Issue finally found...)
Line 472: Line 472:
function p.replace(frame)
function p.replace(frame)
local args = frame:getParent().args
local args = frame:getParent().args
error(args[1])
 
return p._replace(
return p._replace(
args[1],  
frame.args[1],  
args[2] or '',  
frame.args[2] or '',  
args[3] or '')
frame.args[3] or '')
end
end


return p
return p
915

edits