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).
- 06:43, 16 February 2025 Prd talk contribs created page Module:Database report (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} local function error(text) return '*' .. require('Module:Error').error{ text, tag = 'p' } end local function arr_contains(array, val) for _, value in ipairs(array) do if value == val then return true end end return false end local function str_split(inputstr, sep) local t = {} for str in string.gmatch(inputstr, "([^"..sep.."]+)") do table.insert(t, str...")