Toggle menu
15
236
70
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:Repr: 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.

19 February 2025

  • curprev 21:5221:52, 19 February 2025 Prd talk contribs 7,738 bytes +7,738 Created page with "require('strict') local libraryUtil = require("libraryUtil") local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local defaultOptions = { pretty = false, tabs = true, semicolons = false, spaces = 4, sortKeys = true, depth = 0, } -- Define the reprRecursive variable here so that we can call the reprRecursive -- function from renderSequence and renderKeyValueTable without getting -- "Tried to read nil global reprRec..."