Changes

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