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 21:40, 1 May 2015
No change in size
,
9 years ago
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
Remi Scarlet
2,922
edits