Toggle menu
14
236
69
27.4K
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
  • 19:26, 8 March 2025 Prd talk contribs created page Module:Sister project links (Created page with "require('strict') -- Module to create sister project link box local getArgs = require('Module:Arguments').getArgs local sideBox = require('Module:Side box')._main local p = {} local inSandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true) -- Function to add "-sand" to classes when called from sandbox local function sandbox(s) return inSandbox and s.."-sand" or s end -- Information about how to handle each sister lives in separate data file local cfg = m...")