Content deleted Content added
muah, all the collapsible stuff sorted |
clean |
||
Line 307:
div:tag('div')
:addClass('vgr-subtitle')
-- The only reason to use the subtitle is collapsible content
-- So always add the related class.
:wikitext(args.subtitle)
▲ if args.state then div:addClass('mw-collapsible-content') end
▲ div:done()
end
|