All public logs

Combined display of all available logs of lipidbank_wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:51, 2 February 2023 Editor talk contribs created page Module:ListRefOfID (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...")