• 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
m
no edit summary
Line 181: Line 181:  
function NodeInfo:build_rows()
 
function NodeInfo:build_rows()
 
for index, row_values in ipairs(self._data_rows) do
 
for index, row_values in ipairs(self._data_rows) do
if row_values ~= "break" and not mw.ustring.find(row_values, '/') then
+
if row_values ~= "break" and (type(row_values) ~= "table" and not mw.ustring.find(row_values, '/')) then
 
table.insert(self._rows, self._row_starter)
 
table.insert(self._rows, self._row_starter)
 
if row_values == "header" then
 
if row_values == "header" then
48

edits

Navigation menu