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).
- 05:42, 22 February 2025 Prd talk contribs created page Module:Numbered block 2 (Created page with "local p = {} function p.fmtN(frame) local frame2 = frame:getParent() local code = frame.args[1] local code2 = mw.text.unstripNoWiki(code) local code3 = mw.ustring.gsub( code2, "%%(.)", function (ch) if (ch == "i") or (ch == "l") then return frame.args[ch] elseif ch == "L" then return "<"; elseif ch == "G" then return ">"; end return ch end ) return frame2:preprocess(code3) end return p")