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

Module:Format title: 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.

22 February 2025

  • curprev 05:1305:13, 22 February 2025 Prd talk contribs 1,306 bytes +1,306 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} local function makeInvokeFunc(funcName) return function (frame) local args = getArgs(frame) return p[funcName](args) end end p.italic = makeInvokeFunc('_italic') function p._italic(args) local title = args[1] local invert = args[2] local prefix, parenthetical = mw.ustring.match(title, '^(.+) %(([^%(%)]+)%)$') local result if prefix and parenthetical and args.all ~= 'yes' then if invert == '..."