• 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
no edit summary
Line 183: Line 183:  
                         if headers[param] then
 
                         if headers[param] then
 
                             local col = mw.html.create("td")
 
                             local col = mw.html.create("td")
                             if values[1][param] ~= nil then
+
                             if values[i][param] ~= nil then
                                 local text = values[1][param]
+
                                 local text = values[i][param]
 
                                 col:wikitext(p.replaceWordWithWikicode(text .. " "))
 
                                 col:wikitext(p.replaceWordWithWikicode(text .. " "))
 
                                 if param == "Node Info" and nil ~= string.find(string.lower(text),"class") then
 
                                 if param == "Node Info" and nil ~= string.find(string.lower(text),"class") then
2,922

edits

Navigation menu