Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:KanmusuModule
(view source)
Revision as of 11:04, 25 May 2020
108 bytes added
,
4 years ago
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
7,064
edits