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:12, 10 March 2025 Prd talk contribs created page Module:Bad title suggestion/sandbox (Created page with "require("strict") local getArgs = require("Module:Arguments").getArgs local p = {} local function dedab(title) return title:gsub(" ?%(.-%)","") end function p.main(frame) local args = getArgs(frame) -- The invalid character, e.g. ">" or "}" local chr = args[1] -- The escaped bad title, e.g. "Foobar>" or "Foobar|text" local title = args[2] -- A pipe (|) as the invalid character is a special case; it is not -- escaped, so instead the module thinks it got...")