Module:Infobox: Difference between revisions

Content deleted Content added
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