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:33, 31 January 2023 Editor talk contribs created page Module:JAS (Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local jas = {}; function jas.NumberOfMutations( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; function SortAndPrint(prefix, T) local idx = {} local res = "" for k,v in pairs(T) do table.insert(idx, k) end table.sort(idx) for i=1, #idx do res = res .. prefix .. idx[i] .. "<br/>" .. T[idx[i]] ....")