• 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 249: Line 249:  
         equipTable = equipTable .. equipRow
 
         equipTable = equipTable .. equipRow
 
     end
 
     end
     return '<table style="width: 100%">' .. equipHeader .. equipTable .. '</table>'
+
     return equipHeader .. equipTable
 +
    -- return '<table style="width: 100%">' .. equipHeader .. equipTable .. '</table>'
 
end
 
end
   Line 343: Line 344:  
     end
 
     end
 
     local row13 = '<tr>' .. RscHeader .. 'Modernization</th>' .. RscData2 .. modInfo .. '</td></tr>'
 
     local row13 = '<tr>' .. RscHeader .. 'Modernization</th>' .. RscData2 .. modInfo .. '</td></tr>'
     return '<table style="width: 100%">' .. row13 .. row11 .. row12 .. '</table>'
+
     -- return '<table style="width: 100%">' .. row13 .. row11 .. row12 .. '</table>'
 +
    return row13 .. row11 .. row12
 
end
 
end
   Line 370: Line 372:  
     end
 
     end
 
     voice = RscHeader .. 'Seiyuu</th>' .. RscData .. voiceactor .. '</td>'
 
     voice = RscHeader .. 'Seiyuu</th>' .. RscData .. voiceactor .. '</td>'
     local row14 = '<table style="width: 100%">' .. art .. voice .. '</table>'
+
     -- local row14 = '<table style="width: 100%">' .. art .. voice .. '</table>'
     return row14
+
     -- return row14
 +
    return art .. voice
 
end
 
end
  
cssedit, gkautomate
6,916

edits

Navigation menu