Module:Multiple image: Revision history

From MicrasWiki
Jump to navigationJump to search

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.

29 May 2024

28 May 2024

  • curprev 22:2722:27, 28 May 2024Kemal HagemaruFRP talk contribs 9,226 bytes +8 No edit summary
  • curprev 22:2622:26, 28 May 2024Kemal HagemaruFRP talk contribs 9,218 bytes +9,218 Created page with "-- implements template:multiple image local p = {} local autoscaledimages local nonautoscaledimages local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function removepx(s) return tostring(s or ''):match('^(.*)[Pp][Xx]%s*$') or s end local function getdimensions(s, w, h) if tonumber(w) and tonumber(h) then nonautoscaledimages = true return tonumber(w), tonumber(h) end local file = s and mw.title.new('File:' .. mw.uri.decod..."