Toggle menu
15
236
70
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:Item Size: 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.

26 May 2025

  • curprev 20:3520:35, 26 May 2025 Prd talk contribs 1,015 bytes +1,015 Created page with "local p = {} local image_multiplier = 24 local item_sizes = mw.loadData('Module:Item Size/data') function p.item_size(frame) local item_name = string.trim(frame:getParent().args[1]) return p._item_size(item_name) end function p.icon_size(frame) local item_name = string.trim(frame:getParent().args[1]) return p._icon_size(item_name) end function p._item_size(item_name) local item = item_sizes[item_name] if item == nil then return '[[Category..."