Toggle menu
15
236
75
27.7K
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
  • 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...")