Module:Infobox: Difference between revisions

From Vintage Story Wiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 18: Line 18:
imageString = imageString .. l
imageString = imageString .. l
end
end
elseif args.image then
imageString = '[[File:' .. args.image .. '.png|180px]]' -- forcing 180px as it can't seem to use the size variable
else
else
imageString = '[[File:' .. args.image .. '.png|180px]]' -- forcing 180px as it can't seem to use the size variable
imageString = ''
end
end
Confirmedusers, Interface administrators
1,131

edits