Module:Infobox: Difference between revisions

No change in size ,  13:00, 19 October 2020
m
update infobox image size from 150px to 160px to match QBE render size
(add 'class' and 'style' parameters for applying custom class or style to infobox wrapper div)
m (update infobox image size from 150px to 160px to match QBE render size)
Line 8: Line 8:
if not imageArea and imageArea ~= 'none' then
if not imageArea and imageArea ~= 'none' then
local images = {}
local images = {}
local defaultImageSize = args.defaultimagesize or '150px'
local defaultImageSize = args.defaultimagesize or '160px'
args.image1 = args.image1 or args.image or 'title'
args.image1 = args.image1 or args.image or 'title'
args.image1size = args.image1size or args.imagesize
args.image1size = args.image1size or args.imagesize