模块:Multiple image:修订间差异

跳转到导航 跳转到搜索
添加8,897字节 、​ 2024 年 11 月 26 日 (星期二)
创建页面,内容为“-- 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……”
(创建页面,内容为“-- 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……”)
(没有差异)

导航菜单