Jump to content

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

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

13 March 2026

  • curprev 03:5203:52, 13 March 2026 Taurussmith talk contribs 660 bytes +660 Created page with "local p = {} local TableTools = require('Module:TableTools') local getArgs = require('Module:Arguments').getArgs function p.exports(frame) local args = getArgs(frame) local title = args[1] or mw.title.getCurrentTitle().fullText local moduleExports = require(title) local keys = TableTools.keysToList(moduleExports, function (a, b) return string.lower(a) < string.lower(b) end) local outputKeys = {} for _, v in ipairs(keys) do if not args.exclude or not v:mat..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)