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).
- 23:50, 19 February 2025 Prd talk contribs created page Module:Search (Created page with "local p = {} local function urlencode(text) -- Return equivalent of {{urlencode:text}}. local function byte(char) return string.format('%%%02X', string.byte(char)) end return text:gsub('[^ %w%-._]', byte):gsub(' ', '+') end local function make_link(url, expansion, display_text, after) return mw.ustring.format( '[%s <abbr title="%s">%s</abbr>]%s', url, expansion, display_text, after or '' ) end function p.main(frame) local args = require('Module:Argu...")