Module:MultiReplace: Difference between revisions

Content deleted Content added
Created page with 'p = {} function p.main(frame) local args = frame:getParent().args local input = args[1] local plain = args.plain == "yes" local i = 1 local changeList = {...'
 
No edit summary
Line 3:
function p.main(frame)
local args = frame:getParent().args
local input = args[1] or "{{{1}}}"
local plain = args.plain == "yes"