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

Main public logs

Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:34, 20 February 2025 Prd talk contribs created page Module:ArrayList (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...")