Module:Video game reviews/sandbox: Difference between revisions

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.
if args.state then div :addClass('mw-collapsible-content') end
:wikitext(args.subtitle)
div :done()
if args.state then div:addClass('mw-collapsible-content') end
div:done()
end