Module:Index: 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.

3 February 2023

  • curprev 05:4105:41, 3 February 2023Editor talk contribs 5,364 bytes +5,364 Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local index = {}; function index.Author( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local key = arg:match("%w+"); local H = {}; local I = {}; for line in arg:gmatch("(%S+)") do for names, ja, yr in string.gmatch(line,"([%a:_']+),([%w\._]+),([%d]+),") do for name in string.gmatch(names,"([%a_']+)") do if (st..."