Module:Tournament/Organizer: Revision history

From TwogPedia

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.

26 April 2024

  • curprev 18:2618:26, 26 April 2024Couchor talk contribs 349 bytes +349 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main (frame) local args = getArgs(frame) if not args.list then return end local result = {} for value in mw.text.gsplit(args.list, ",") do table.insert(result, "Companies/" .. mw.text.trim(value)) end return table.concat(result, ",") end return p"