Module:Other people: Revision history

Jump to navigation Jump to search

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.

17 December 2022

  • curprev 15:3515:35, 17 December 2022 imported>Fire 986 bytes +986 Created page with "local mOtheruses = require('Module:Other uses') local mArguments = require('Module:Arguments') local compressArray = require('Module:TableTools').compressSparseArray local p = {} function p.otherPeople (frame) --Get arguments local origArgs = mArguments.getArgs(frame) local named = origArgs.named local args = compressArray(origArgs) if not origArgs[1] then table.insert(args, 1, nil) end -- Assemble arguments and return local title = args[1] or mw.title.getCurrent..."