Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Replace: Difference between revisions

From The Petit Planet Wiki
Created page with "local p = {} local lib = require('Module:Feature') local ie = lib.isEmpty function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Replace' } }) return p._main(args) end function p._main(args) local inputString = args[1] or nil local search = args[2] or args.s1 or nil local replace = args[3] or args.r1 or '' -- argument validation if ie(inputString) then return '' end if ie(search) then..."
 
(No difference)