Changes

Re-enabled and fixed offending lines breaking the module during execution.
Line 17: Line 17:  
     local shipInfoBox = '<div style="display: inline-block; vertical-align: top;"><table style="{{border-radius|10px 10px 10px 10px}} border: 1px solid #aaaaaa; min-width: 495px">'
 
     local shipInfoBox = '<div style="display: inline-block; vertical-align: top;"><table style="{{border-radius|10px 10px 10px 10px}} border: 1px solid #aaaaaa; min-width: 495px">'
 
     shipInfoBox = shipInfoBox .. '<tr><td>' .. upperTable .. '</td></tr>'
 
     shipInfoBox = shipInfoBox .. '<tr><td>' .. upperTable .. '</td></tr>'
     --shipInfoBox = shipInfoBox .. '<tr><td>' .. DetailTable .. '</td></tr></table></div>' .. shipmodule.createCategories(frame)
+
     shipInfoBox = shipInfoBox .. '<tr><td>' .. DetailTable .. '</td></tr></table></div>' .. shipmodule.createCategories(frame)
shipInfoBox = shipInfoBox .. '<tr><td>' .. DetailTable .. '</td></tr></table></div>'
      
     return shipInfoBox
 
     return shipInfoBox
Line 353: Line 352:  
         cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
 
         cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
 
     end
 
     end
 +
return cat
 
end
 
end
  
3,663

edits