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 01:23, 1 May 2015
111 bytes removed
,
9 years ago
no edit summary
Line 70:
Line 70:
if bool then numCols = numCols + 1 end
if bool then numCols = numCols + 1 end
end
end
−
+
local
body
= mw.html.create("table")
−
local
root
= mw.html.create("table")
+
body
:addClass("wikitable")
−
root
:addClass("wikitable
")
−
local body = mw.html.create("tbody
")
local titleRow = mw.html.create("tr")
local titleRow = mw.html.create("tr")
local th = mw.html.create("th")
local th = mw.html.create("th")
Line 212:
Line 210:
end
end
end
end
−
root:node(body)
+
return tostring(
body
)
−
return tostring(
root) .. "AAAAA<br>" .. mw.text.nowiki(tostring(root)
)
end
end
Remi Scarlet
2,922
edits