Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:17, 22 February 2025 Prd talk contribs created page Module:Gallery items (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...")