Toggle menu
85
205
64
19K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Numbered block 2: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 February 2025

  • curprev 05:4205:42, 22 February 2025 Prd talk contribs 427 bytes +427 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"