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

Module:ArrayList: 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 05:3405:34, 20 February 2025 Prd talk contribs 6,949 bytes +6,949 Created page with "local p = {} -- Helper function to trim whitespace local function trim(s) return s:match("^%s*(.-)%s*$") end -- Escape special characters in the delimiter for pattern matching local function escapePattern(str) return str:gsub("([%^%$%(%)%%%.%[%]%*%+%?%-])", "%%%1") end -- Main function to call other functions dynamically function p.main(frame) local func = frame.args[1] if p[func] then return p[func](frame) else return "void:notfoun..."