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

Module:Call wikitext: 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:1203:12, 18 February 2025 Prd talk contribs 817 bytes +817 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..."