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).
- 04:55, 22 February 2025 Prd talk contribs created page Module:Seplist (Created page with "--Module to implement an unordered list with a generalised separator. Use TemplateStyles with an associated template to style the list. It will recognise "hr" as the horizontal rule. -- p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local sep = (args.sep or "") if sep == "hr" then sep = "<hr>" end local out = {} for k, v in ipairs(args) do v = mw.text.tri...")