Module:Documentation: Difference between revisions

mNo edit summary
mNo edit summary
Line 82: Line 82:
local body = mw.html.create( 'div' ):addClass( 'documentation' )
local body = mw.html.create( 'div' ):addClass( 'documentation' )
body
body
:css({
['border'] = '1px solid #a2a9b1',
['margin-bottom'] = '1em'
})
:addClass( badDoc and 'documentation-badDoc' or '' )
:addClass( badDoc and 'documentation-badDoc' or '' )
:tag( 'div' )
:tag( 'div' )