1 124
modifications
| Ligne 48 : | Ligne 48 : | ||
if header then | if header then | ||
local headerData = mw.html.create('div') | local headerData = mw.html.create('div') | ||
headerData:addClass('infobox-header') | |||
:wikitext(header) | :wikitext(header) | ||
result:insert(headerData) | result:insert(headerData) | ||