Changes

Module:Documentation

55 bytes added, 05:34, 2 January 2014
add some newlines to make the html slightly more readable
.attr('id', formatMessage('mainDivId', 'string'))
.addClass(formatMessage('mainDivClasses', 'string'))
.newline()
.wikitext(p._startBox(args))
.wikitext(p._content(args))
.tag('div')
.css('clear', 'both') -- So right or left floating items don't stick out of the doc box.
.newline()
.done()
.done()
.wikitext(p._endBox(args))
.newline()
.wikitext(p.addTrackingCategories())
return tostring(root)
.css('border-bottom', '1px solid #aaa')
.css('margin-bottom', '1ex')
.newline()
-- Make the heading.
Anonymous user