2734
правки
Изменения
imageExists = true
else
local imageTitle = mw.title.new( 'Файл:Grid ' .. title .. '.png' ) imageExists = trueimageTitle and imageTitle.exists
end
if imageExists then
image = title
else
image = falsetitle
end
end