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
  • 08:01, 1 February 2023 Editor talk contribs created page Module:ListAllChains (Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local lac = {}; function lac.func1( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local text = "" local sep = "==" for word in arg:gmatch("([%S \t]+)") do local title = word:match("&&([^|]+)|") local structure = word:match("Structure=(.*)$") local items = {} for part in structure:gmatch("([^-]+)") do...")