• 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 100: Line 100:  
     local paramOrder = {"Xp","Lv","Node Info","Form"}
 
     local paramOrder = {"Xp","Lv","Node Info","Form"}
 
     for i,param in pairs(paramOrder) do
 
     for i,param in pairs(paramOrder) do
         if headers[param] then
+
         if param == "Xp" and info["map_xp"] ~= nil then
 +
            th = mw.html.create("th")
 +
            th:wikitext("Xp")
 +
            headerrow:node(th)
 +
        elseif headers[param] then
 
             th = mw.html.create("th")
 
             th = mw.html.create("th")
 
             th:wikitext(param)
 
             th:wikitext(param)
2,922

edits

Navigation menu