「模組:Wide image」:各本之異

[底本][底本]
刪去的內容 新增的內容
Great Brightstar
新文「-- This module implements template:wide image and template:panorama local p = {} local function getfilename(s) s = mw.ustring.gsub(s or '', '^%s*[Ff][Ii][Ll][Ee]%s*:%s*',……」
 
Great Brightstar
無編輯摘要
第八三行:
width = iwidth .. 'px'
end
local maxwidth = noborder and (iwidth .. 'px') or ((iwidth + 8) .. 'px')
local rtl = dir and dir == 'rtl' or nil
local noborder = border and border == 'no' or nil
local maxwidth = noborder and (iwidth .. 'px') or ((iwidth + 8) .. 'px')
local r,d = getcontainers(noborder, float or '', boxwidth or 'auto', maxwidth)