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).
- 22:44, 10 March 2025 Prd talk contribs created page Module:Article list/sandbox (Created page with "local p = {}; require('strict') local function makelink(link) return "<li>" .. link.label .. "</li>" end local function warning(note) return "<li>20px "..note.."</li>" end local function removeword(link,removelist) for i,remove in ipairs(removelist) do local char1 = string.sub(remove,1,1) local regex = "%f[%w][" .. string.upper(char1) .. string.lower(char1) .. "]" .. string.sub(remove,2) .. "*%f[%W]" link...")