Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:EnemyEncounters
(view source)
Revision as of 04:49, 16 May 2015
159 bytes added
,
9 years ago
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)
Remi Scarlet
2,922
edits