Module:ImageSequence: Revision history

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.

27 November 2025

23 November 2025

22 November 2025

  • curprev 23:3223:32, 22 November 2025Cobblemon talk contribs 925 bytes +925 Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local size = args["size"] -- optional size local output = "" -- Start the div with hardcoded class output = output .. '<div class="image-sequence">\n' local index = 1 while true do local paramName if index == 1 then paramName = "image" else paramName = "image" .. index end local imageName = args[paramNam..."