Changes

no edit summary
Line 205: Line 205:  
                         if headers[param] then
 
                         if headers[param] then
 
                             local col = mw.html.create("td")
 
                             local col = mw.html.create("td")
                             if values[i][param] ~= nil then
+
                        if param == "Xp" and info["map_xp"] ~= nil then
 +
                             col:wikitext(info["map_xp"])
 +
                            col:css("text-align","center")
 +
                        elseif values[i][param] ~= nil then
 
                                 local text = values[i][param]
 
                                 local text = values[i][param]
 
                                 col:wikitext(p.replaceWordWithWikicode(text .. " "))
 
                                 col:wikitext(p.replaceWordWithWikicode(text .. " "))
2,922

edits