• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
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
  
2,922

edits

Navigation menu