因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- 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.decode(mw.ustring.gsub(s,'%|.*$',''), 'WIKI'))
000
1:0
本页使用的模板:
- 模板:High-use(查看源代码)
- 模板:Uses TemplateStyles(查看源代码)
- 模块:High-use(查看源代码)
- 模块:List(查看源代码)
- 模块:Message box(查看源代码)
- 模块:Message box/configuration(查看源代码)
- 模块:Message box/ombox.css(查看源代码)
- 模块:Multiple image/doc(查看源代码)
- 模块:TNT(查看源代码)
- 模块:TableTools(查看源代码)
- 模块:Transclusion count(查看源代码)
- 模块:Transclusion count/data/M(查看源代码)
- 模块:Uses TemplateStyles(查看源代码)
- 模块:Yesno(查看源代码)