Module:MultiReplace/sandbox: Difference between revisions

Content deleted Content added
sync
add unstrip option
 
Line 3:
local function MultiReplace(args)
local input = args[1] or "{{{1}}}"
if args.unstrip == "yes" then input = mw.text.unstrip(input) end
local plain = args.plain == "yes"