Toggle menu
15
236
71
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:Str find word: 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.

24 February 2025

  • curprev 02:0202:02, 24 February 2025 Prd talk contribs 11,639 bytes +11,639 Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local str = require('Module:String') local yesno = require('Module:Yesno') local defaultSep = ',' local iMaxWords = 16 local warningIMaxWordsReached = nil local xpLitWordCount = 0 local report -- to be initinated when explain needed -- Initialise the /report subpage. -- only invoked when 'explain' asked local function initReport() report = require('Module:Str find word/report') end -- T..."