Module:Replace: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 August 2023

  • curprev 09:4809:48, 2 August 2023Admin coral island talk contribs 1,061 bytes +1,061 Created page with "--- Module copied from Genshin Impact wiki. local p = {} local ie = require('Module:Feature').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..."