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

Module:Sister project links: 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 19:2619:26, 8 March 2025 Prd talk contribs 17,848 bytes +17,848 Created page with "require('strict') -- Module to create sister project link box local getArgs = require('Module:Arguments').getArgs local sideBox = require('Module:Side box')._main local p = {} local inSandbox = mw.getCurrentFrame():getTitle():find('sandbox', 1, true) -- Function to add "-sand" to classes when called from sandbox local function sandbox(s) return inSandbox and s.."-sand" or s end -- Information about how to handle each sister lives in separate data file local cfg = m..."