Module:AuthorSummary: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2023

  • curprev 04:5104:51, 30 January 2023Editor talk contribs 2,346 bytes +2,346 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)..."