Main public logs
More actions
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).
- 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...")