Module:Header: Difference between revisions

Content deleted Content added
Undo revision 14151590 by CalendulaAsteraceae (talk)
Tag: Undo
move break
Line 293:
]=]
local function header_title(args)
local attr = headerAttributions.construct_attributions(args),
if attr ~= '' then
attr = '<br/>' .. attr
end
return table.concat({
tostring(mw.html.create('span'):attr('id', 'header-title-text'):wikitext(args.title)),
construct_year(args),
attr,
headerAttributions.construct_attributions(args),
headerAttributions.construct_section(args)
})