Toggle menu
15
236
73
27.6K
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
  • 21:30, 19 February 2025 Prd talk contribs created page Module:Include timeline (Created page with "local p = {} function p.main(frame) local pframe = frame:getParent() local currentTitle = mw.title.getCurrentTitle() local passedTitle = pframe and pframe.args[1] local targetPage = mw.title.makeTitle(currentTitle.namespace == 2 and 2 or 10, (passedTitle or currentTitle.text) .. ' graphical timeline') if targetPage.exists then if mw.isSubsting() then return '{{' .. (currentTitle.namespace == 2 and 'User:' or '') .. targetPage.text .. '}}' else return fram...")