• 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
m
no edit summary
Line 114: Line 114:  
         table.insert(self._rows, self._table_end)
 
         table.insert(self._rows, self._table_end)
 
     end
 
     end
 +
end
 +
 +
function NanaminShipInfo:build_one(args)
 +
    self:build_table(args[class])
 +
    return table.concat(self._rows, "\n")
 
end
 
end
   Line 120: Line 125:  
     --mw.log(self._sorted_entries["Light Cruiser"]["111"][1][1])
 
     --mw.log(self._sorted_entries["Light Cruiser"]["111"][1][1])
 
     table.insert(self._rows, "__NOTOC__")
 
     table.insert(self._rows, "__NOTOC__")
 +
    if args["class"] then return self:build_one(args) end
 
     self:build_table("Battleship")
 
     self:build_table("Battleship")
 
     self:build_table("Carrier")
 
     self:build_table("Carrier")
48

edits

Navigation menu