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:Demo/sandbox: 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.

8 March 2025

  • curprev 04:0804:08, 8 March 2025 Prd talk contribs 6,540 bytes +6,540 Created page with "local p = {} local yn = require('Module:Yesno') local getArgs = require('Module:Arguments').getArgs -- simple module that takes in an input and displays the input and output of a wikitext -- helper function which gets all the locations of all the matches of a ustring function p._getAllMatchIndices(text, pattern) local output = {} local i = 0 while i ~= nil do i = mw.ustring.find(text, pattern, i + 1) if i ~= nil then table.insert(output, i) end end return output..."