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
  • 02:44, 30 January 2023 Editor talk contribs created page Module:ClassMatrix (Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local classMatrix = {}; function classMatrix.XAxis( frame ) local args = defArgs(getArgs(frame), 3, "", "", ""); local arg1 = args[1]; local arg2 = args[2]; local arg3 = args[3]; local text = ""; local H = {}; local T = {}; for id in arg1:gmatch("%S+") do str = string.sub(id,arg2,arg3); if (H[str] == nil) then H[str] = 1; table.ins...")