1,124
edits
Line 19: | Line 19: | ||
if image or defaultImage then | if image or defaultImage then | ||
local file = ' | local file = '[[File:' | ||
if image then | if image then | ||
file = file .. image | file = file .. image | ||
Line 26: | Line 26: | ||
end | end | ||
file = file .. '|260px|frameless | file = file .. '|260px|frameless]]' | ||
local fileCaption = mw.html.create('span') | local fileCaption = mw.html.create('span') | ||