1 124
modifications
| Ligne 19 : | Ligne 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 | ||
| Ligne 26 : | Ligne 26 : | ||
end | end | ||
file = file .. '|260px|frameless | file = file .. '|260px|frameless]]' | ||
local fileCaption = mw.html.create('span') | local fileCaption = mw.html.create('span') | ||