Toggle menu
15
237
100
27.9K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ArgRest/sandbox: 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.

10 March 2025

  • curprev 22:2622:26, 10 March 2025 Prd talk contribs 2,319 bytes +2,319 Created page with "local p = {} function p.main(frame) -- Undo sanitization: local code = frame.args[1] or '' if code:match'nowiki' then code = mw.text.unstripNoWiki(code) else error("<nowiki> missing from first parameter") end -- Angle brackets still remain santiized; unsanitize them local wikitext = code:gsub('<', '<'):gsub('>', '>') local secondParam = frame.args[2] local start = tonumber(secondParam:match('%d+')) -- Extract the first number from the second param..."