Module:Infobox: Difference between revisions
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. |
No edit summary |
||
| Line 4: | Line 4: | ||
local titleObject = mw.title.getCurrentTitle() | local titleObject = mw.title.getCurrentTitle() | ||
local title = args.title or titleObject.baseText | local title = args.title or titleObject.baseText | ||
local imageArea = args.imagearea | local imageArea = args.imagearea | ||
| Line 122: | Line 121: | ||
} | } | ||
return table.concat( html, '\n' ) | return table.concat( html, '\n' ) | ||
end | end | ||
return p | return p | ||