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
  • 07:27, 30 January 2023 Editor talk contribs created page Module:ListField (Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local listField = {}; function listField.func1( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local arg1 = args[2]; local arg2 = args[3]; local arg3 = args[4]; local text = "" function trim(s) return (string.gsub(s, "^%s*(.-)%s*$", "%1")) end list = {} id = {} for page,data in arg:gmatch("&&([%S]+)&&" .. arg1 .. "...")