Difference between revisions of "Module:Infobox"

Jump to navigation Jump to search
2 bytes added ,  18:10, 11 August 2022
no edit summary
Line 48: Line 48:
if header then
if header then
local headerData = mw.html.create('div')
local headerData = mw.html.create('div')
headData:addClass('infobox-header')
headerData:addClass('infobox-header')
:wikitext(header)
:wikitext(header)
result:insert(headerData)
result:insert(headerData)

Navigation menu