Line 166: |
Line 166: |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
| | | |
− | local RscHeader = '<th style="width: 125px; white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' | + | local RscHeader = '<th style="width: 25%; white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' |
− | local RscData = '<td style="white-space: nowrap; text-align: center;">' | + | local RscData = '<td style="width: 25%; white-space: nowrap; text-align: center;">' |
− | local RscData2 = '<td colspan="3" style="white-space: nowrap; text-align: center;">' | + | local RscData2 = '<td colspan="3" style="width: 75%; white-space: nowrap; text-align: center;">' |
| | | |
| -- Equipment table | | -- Equipment table |
Line 230: |
Line 230: |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
| | | |
− | local RscHeader = '<th style="width: 125px; white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' | + | local RscHeader = '<th style="width: 25%; white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' |
− | local RscData = '<td style="white-space: nowrap; text-align: center;">' | + | local RscData = '<td style="width: 25%; white-space: nowrap; text-align: center;">' |
− | local RscData2 = '<td colspan="3" style="white-space: nowrap; text-align: center;">' | + | local RscData2 = '<td colspan="3" style="width: 75%; white-space: nowrap; text-align: center;">' |
| | | |
| -- Construction info | | -- Construction info |
Line 302: |
Line 302: |
| 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: 500px">' .. row13 .. row11 .. row12 .. '</table>' |
| end | | end |
| | | |
Line 314: |
Line 314: |
| local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") | | local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data") |
| -- Artist & Voice Info | | -- Artist & Voice Info |
− | local RscHeader = '<th style="white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' | + | local RscHeader = '<th style="width: 25%; white-space: nowrap; {{border-radius|12px 4px 4px 12px}} background-color: #3baef5; color: #ffffff; padding-left: 5px; padding-right: 5px; text-align: right;">' |
− | local RscData = '<td style="white-space: nowrap; text-align: center;">' | + | local RscData = '<td style="width: 25%; white-space: nowrap; text-align: center;">' |
− | local RscData2 = '<td colspan="3" style="white-space: nowrap; text-align: center;">' | + | local RscData2 = '<td colspan="3" style="width: 75%; white-space: nowrap; text-align: center;">' |
| local illustrator = '' | | local illustrator = '' |
| local voiceactor = '' | | local voiceactor = '' |