- 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
mLine 10:
Line 10:
− 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
no edit summary
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
end