Module:ListRefOfID: Revision history

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 February 2023

  • curprev 05:5105:51, 2 February 2023Editor talk contribs 1,016 bytes +1,016 Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local listRefOfID = {}; function listRefOfID.func1( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local text = ""; function split(str, delim) local result = {} local pat = "(.-)" .. delim .. "()" local lastPos for part, pos in string.gfind(str, pat) do table.insert(result, part) lastPos = pos..."