Toggle menu
15
236
81
27.8K
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

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).

Logs
  • 20:30, 26 May 2025 Prd talk contribs created page Module:Tabber (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args, frame) end function p._main(args, frame) if args == nil then return '' elseif type(args) ~= 'table' then return args end frame = frame or mw.getCurrentFrame() local tabber = mw.html.create('div'):addClass('wds-tabber') local labels = mw.html.create():tag('ul'):addClass('wds-tabs wds-tabs__wrapper' .. (args.no_...")