模块:Multiple image:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的版本的单选按钮,按 Enter 键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024 年 11 月 26 日 (星期二)

  • 当前之前 00:312024 年 11 月 26 日 (二) 00:31正义羊-JRJSheep 讨论 贡献 8,897 字节 +8,897 创建页面,内容为“-- 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……”