Module:Infobox: Difference between revisions

Add invimage dividers
m It helps to specify which table to put it in.
Line 74: Line 74:
if image == '----' then
if image == '----' then
table.insert( '</div><div class="infobox-invimages">' )
table.insert( invImages, '</div><div class="infobox-invimages">' )
elseif image then
elseif image then
if not grid then
if not grid then