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).
- 04:36, 24 February 2025 Prd talk contribs created page Module:ImageStackPopup (Created page with "local p = {} function p.image( frame ) math.randomseed(tonumber(mw.getContentLanguage():formatDate( "U" ))*10000 + os.clock()*10000) local args = frame:getParent().args local popupConfig = {} local caption = '' popupConfig.loop = args.loop == "yes" if tonumber( args.start ) then popupConfig.start = tonumber( args.start ) else popupConfig.start = 1 end if tonumber( args.width ) then popupConfig.width = tonumber( args.width ) end if tonumber( args.height...")