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:00, 4 June 2017
4 bytes added
,
7 years ago
Disabled offending lines breaking the module during execution.
Line 321:
Line 321:
if shipmodule.data[shipNum]["artist"] ~= "Unknown" and shipmodule.data[shipNum]["artist"] ~= "" then
if shipmodule.data[shipNum]["artist"] ~= "Unknown" and shipmodule.data[shipNum]["artist"] ~= "" then
illustrator = '[[:Category:' .. shipmodule.data[shipNum]["artist"] .. '|' .. shipmodule.data[shipNum]["artist"] .. ']]'
illustrator = '[[:Category:' .. shipmodule.data[shipNum]["artist"] .. '|' .. shipmodule.data[shipNum]["artist"] .. ']]'
−
cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["artist"] .. ']]'
+
--
cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["artist"] .. ']]'
else
else
illustrator = 'Unknown'
illustrator = 'Unknown'
Line 327:
Line 327:
if shipmodule.data[shipNum]["seiyuu"] ~= "Unknown" and shipmodule.data[shipNum]["seiyuu"] ~= "" then
if shipmodule.data[shipNum]["seiyuu"] ~= "Unknown" and shipmodule.data[shipNum]["seiyuu"] ~= "" then
voiceactor = '[[:Category:' .. shipmodule.data[shipNum]["seiyuu"] .. '|' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
voiceactor = '[[:Category:' .. shipmodule.data[shipNum]["seiyuu"] .. '|' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
−
cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
+
--
cat = cat .. '[[Category:' .. shipmodule.data[shipNum]["seiyuu"] .. ']]'
else
else
voiceactor = 'Unknown'
voiceactor = 'Unknown'
Acrone
3,663
edits