Module:Documentation: Difference between revisions

osrsw>Im Wired In
Pass args to Module:DependencyList
osrsw>Im Wired In
Clear floats to prevent overlapping
Line 58: Line 58:
     -- template header
     -- template header
     -- don't use mw.html as we aren't closing the main div tag
     -- don't use mw.html as we aren't closing the main div tag
     ret1 = '<div class="documentation">'
     ret1 = '<div class="documentation" style="clear:both;">'


     ret2 = mw.html.create( nil )
     ret2 = mw.html.create( nil )