Module:Gallery: Difference between revisions

add captionstyle as requested on the talk page
(convert some spaces to tabs, backend now uses tabs for indentation)
(add captionstyle as requested on the talk page)
Line 47:
local imgHeight = tonumber(args.height) or 180
local lines = tonumber(args.lines) or 2
local captionstyle = args.captionstyle
for i = 1, imageCount do
Line 76 ⟶ 77:
.css('padding', '0px')
.css('text-align', 'center')
.cssText(captionstyle)
.wikitext(mw.ustring.format('[[%s|center|border|%dx%dpx|alt=%s|%s]]', img, imgWidth, imgHeight, alt, caption))
.done()
Anonymous user