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

Module:Gallery items: 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.

15 March 2025

22 February 2025

  • curprev 05:1705:17, 22 February 2025 Prd talk contribs 1,582 bytes +1,582 Created page with "-- this module implements template:gallery items local p = {} function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) local width = args.width or '150' local items = {} local itemnums = {} for k, v in pairs(args) do if k ~= nil and tonumber(k) and math.fmod(k,2) == 1 then local i = math.floor(k/2) + 1 table.insert( itemnums, i ) local item = mw.html.create('li') :addClass('gallerybox') :css('w..."