Module:Gallery: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (missing hyphen)
(removed non-semantic dl dd elements (invalid HTML5))
Line 79: Line 79:
:addClass('title')
:addClass('title')
:tag('div')
:tag('div')
:wikitext('<dl><dd>' .. args.title .. '</dd></dl>')
:wikitext(args.title)
end
end
Line 117: Line 117:
:addClass('footer')
:addClass('footer')
:tag('div')
:tag('div')
:wikitext('<dl><dd>' .. args.footer .. '</dd></dl>')
:wikitext(args.footer)
end
end