Module:Infobox: Difference between revisions
Also check aliases to catch animated images |
Don't bother checking for a grid image. It's been long deprecated anyway, and if you really want it you can still specify the invimage manually. |
||
| Line 67: | Line 67: | ||
local image = args['invimage' .. v] | local image = args['invimage' .. v] | ||
if image == 'title' then | if image == 'title' then | ||
if invIds[title] or invAliases[title] then | if invIds[title] or invAliases[title] then | ||
image = title | image = title | ||
else | else | ||