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:06, 15 February 2025 Prd talk contribs created page Module:Anchored list (Created page with "local p = {} p.generate = function (frame) local output = "<ol style=\"" .. (frame.style or " ") .. "\" name=\"" .. (frame.name or "") .. "\">" for i,item in ipairs(frame.args) do if item ~= "" then output = output .. "<li style=\"" .. (frame.style or " ") .. "\" id=\"alist" .. (frame.name or "") .. "-" .. i .. "\">" .. item .. "</li>" end end return output .. "</ol>" end return p")