• 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 10: Line 10:  
function EnemyShipCategoriesKai:create_static_categories()
 
function EnemyShipCategoriesKai:create_static_categories()
 
table.insert(self._categories, "Category:Enemy ships")
 
table.insert(self._categories, "Category:Enemy ships")
end
  −
  −
function EnemyShipCategoriesKai:create_type_categories()
  −
local ship_type = self._ship:type()
  −
if ship_type then
  −
table.insert(self._categories, format{self._type_category_template, ship_type = Formatting:format_ship_type(ship_type)})
  −
end
   
end
 
end
  
Anonymous user

Navigation menu