Toggle menu
14
236
69
27.3K
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
  • 07:17, 19 February 2025 Prd talk contribs created page Module:Get entries from dab (Created page with "-- this module implements template:get entries from dab local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) local page_name = args[1] or '' local page_content = '' local entries = {} if page_name ~= '' then local title = mw.title.new(page_name) if title then if title.redirectTarget then title = title.redirectTarget end page_content = title:getContent() end page_content = mw.ustring.gsub(page_content, '[\r\n]...")