Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Exports: Revision history

From Kenshi Wiki

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.

20 February 2025

  • curprev 23:1223:12, 20 February 2025 Prd talk contribs 658 bytes +658 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..."