Changes
Jump to navigation
Jump to search
if args.title then
root.wikitext("'''" .. args.title .. "'''")
end
remove title bolding as with main template
else
root = HtmlBuilder.create()
end