Module:Infobox: Difference between revisions

Content added Content deleted
(update with subbox parameter)
(remove title bolding as with main template)
Line 231: Line 231:
else
else
root = HtmlBuilder.create()
root = HtmlBuilder.create()
if args.title then
root.wikitext("'''" .. args.title .. "'''")
end
end
end