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

Module:ImageStackPopup: 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.

24 February 2025

  • curprev 04:3604:36, 24 February 2025 Prd talk contribs 4,885 bytes +4,885 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..."