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
  • 04:51, 30 January 2023 Editor talk contribs created page Module:AuthorSummary (Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local authorSummary = {}; function authorSummary.vbar( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local Ja = {} -- journals local Yr = {} -- publication years local first = 10000 local last = 0 for au, ja, yr in arg:gmatch("([%a:_]+),([%a_\.]+),(%d+),(%d+)") do table.insert(Ja, ja); yr = tonumber(yr)...")