Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) Set hasImages |
||
Line 4:
local p = {}
function
if not image then
return nil
Line 30:
while args[i] do
image = getImage(frame, args[i])
table.insert(entries, {
image = image
country = args[i + 1],
post = args[i + 2] and ' (' .. args[i + 2] .. ')' or ''
})
if image then
hasImages = true
end
i = i + 3
|