Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Navigation header: 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.

23 February 2025

  • curprev 03:0803:08, 23 February 2025 Prd talk contribs 2,093 bytes +2,093 Created page with "local p = {} local standardIcons = require('Module:Standard icons') local shortcut = require('Module:Shortcut') local function getIcon(key) local iconTable = standardIcons.getIconTable() return iconTable[key] or key end function p._main(args) local icon = {} local label = {} local itemType = {} do local i = 1 while args["icon" .. i] or args["type" .. i] or args["label" .. i] do icon[i] = args["icon" .. i] or getIcon(args["type" .. i]) label[i] = args..."