- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
View source for Module:ShipInfoKai
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local BaseData = require('Module:BaseData')
local Ship = require('Module:Ship')
local ShipCardKai = require('Module:ShipCardKai')
local ResourceIcons = require('Module:Data/Asset')
local StatIcons = require('Module:Data/Asset')
local Formatting = require('Module:Formatting')
local EquipmentLink = require('Module:EquipmentLink')
local format = require('Module:Core').format
local ShipInfoKai = BaseData{
_unbuildable = "''Unbuildable''",
_remodel_level = "'''Remodel Level'''",
_build_time = "'''Build Time'''",
_default_slot_num = 4,
_normal_construction = "Normal",
_normal_construction_category = ":Category:Ships buildable in Normal Construction",
_large_ship_construction = "LSC",
_large_ship_construction_category = ":Category:Ships buildable in Large Ship Construction",
_ship_data_documentation = "Template:ShipDataDocumentation/EditIntro",
_edit_link_text = "Edit",
_localized_name_template = "<br />''${localized_name}''",
000
1:0
Template used on this page:
Return to Module:ShipInfoKai.