Module:DamagePatch: Revision history

From Elwiki

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.

18 April 2024

5 November 2023

25 April 2023

  • curprev 22:2622:26, 25 April 2023Ritsu talk contribs 1,543 bytes −4 No edit summary
  • curprev 22:1522:15, 25 April 2023Ritsu talk contribs 1,547 bytes +1,547 Created page with "require('Module:CommonFunctions'); local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) -- Collect arguments from the old table. local input_args = split(mw.text.unstrip(args.orig), '|') local old_args = {} for k, v in ipairs(input_args) do local old_arg = split(v, '=') if not old_arg[2] then old_args[k] = v else old_args[old_arg[1]] = old_..."