Jump to content

Historia di revishon di "Module:Multiple image"

Leyenda: (akt) = diferensia ku vershon aktual, (prev) = diferensia ku vershon previo, m = editashon menor

21 yanüari 2024

  • aktprev 14:3314:33, 21 yanüari 2024 Kallmemel papia kontrib'nan 9,021 bytes +9,021 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..."