Changes

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'
3,663

edits