Main public logs
More actions
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).
- 03:12, 18 February 2025 Prd talk contribs created page Module:Call wikitext (Created page with "require('strict') local p = {} function p.main(frame) local parent = frame:getParent() if parent and parent:getTitle():gsub('/sandbox$', '') == 'Template:Call wikitext' then -- Treat the "Template:Call wikitext" frame as the current frame frame = parent end local code = frame.args['sourceCode'] or error("sourceCode arg not provided") code = mw.text.unstripNoWiki(code) -- Undo nowiki sanitization code = code:gsub("<", "<"):gsub(">", ">") -- Unsanitize...")