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).
- 23:58, 19 February 2025 Prd talk contribs undeleted page Module:LuaCall (1 revision)
- 23:57, 19 February 2025 Prd talk contribs deleted page Module:LuaCall
- 03:41, 16 February 2025 Prd talk contribs created page Module:LuaCall (Created page with "local p={} function p.main(frame) local parent = frame.getParent(frame) or {} local reserved_value = {} local reserved_function, reserved_contents for k, v in pairs(parent.args or {}) do _G[k] = tonumber(v) or v -- transfer every parameter directly to the global variable table end for k, v in pairs(frame.args or {}) do _G[k] = tonumber(v) or v -- transfer every parameter directly to the global variable table end --- Alas...")