模块:Multiple image:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“-- 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……”
正义羊-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……”) |
(没有差异)
|