Module:SSB4Link: Revision history

From RosieSoCrossing

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.

12 January 2026

  • curprev 00:1800:18, 12 January 2026 Rosie talk contribs 50,386 bytes +50,386 Created page with "local p = {} local function getArgs(frame) local args = {} for key, value in pairs(frame:getParent().args) do args[key] = value end for key, value in pairs(frame.args) do args[key] = value end return args end function p.main(frame) local args = getArgs(frame) local mode1 = args[1] or args.mode1 or '' local mode2 = args[2] or args.mode2 or '' local mode3 = args[3] or args.mode3 or '' lo..."