正义羊-JRJSheep
创建页面,内容为“-- ported from mediawiki -- https://www.mediawiki.org/w/index.php?title=Module:Multiple_image -- 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 nonautoscaledim……”