Toggle menu
15
236
71
27.6K
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: 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.

18 February 2025

  • curprev 03:1303:13, 18 February 2025 Prd talk contribs 1,501 bytes +1,501 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..."