• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 176: Line 176:     
     -- Summary of basic ship info
 
     -- Summary of basic ship info
     local shipType = shipInfo.type == 'Light Carrier' and type(shipInfo.asw) == 'table' and type(shipInfo.asw[1]) == 'number' and shipInfo.asw[1] > 0 and string.format('<span class="explain" title="CVE">%s</span>', shipType) or shipType
+
     local shipType = shipInfo.type == 'Light Carrier' and type(shipInfo.asw) == 'table' and type(shipInfo.asw[1]) == 'number' and shipInfo.asw[1] > 0 and string.format('<span class="explain" title="CVE">%s</span>', shipInfo.type) or shipInfo.type
 
     local row2 = '<tr><th colspan="2">' .. JaName .. '</th><th colspan="2">' .. shipInfo.name[3] .. '</th></tr>'
 
     local row2 = '<tr><th colspan="2">' .. JaName .. '</th><th colspan="2">' .. shipInfo.name[3] .. '</th></tr>'
 
     local row3 = '<tr><td colspan="4" style="text-align: center;">' .. shipInfo.class .. ' Class ' .. shipType .. '</td></tr>'
 
     local row3 = '<tr><td colspan="4" style="text-align: center;">' .. shipInfo.class .. ' Class ' .. shipType .. '</td></tr>'
cssedit, gkautomate
6,916

edits

Navigation menu