- 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:ShipInfo
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 ShipInfo = {}
local EnemyShipCategoriesKai = false
local EnemyShipInfoKai = false
local ShipBattleCardKai = false
local ShipCardKai = false
local ShipCardComboKai = false
local ShipCategoriesKai = false
local ShipGraphicKai = false
local ShipInfoKai = false
local ShipMetaKai = false
local getArgs = require('Module:GetArgs')
function ShipInfo.Infobox(frame)
local args = getArgs{frame = frame:getParent()}
_prepareShipInfoKai()
return ShipInfoKai:Infobox(args)
end
function _prepareShipInfoKai()
if not ShipInfoKai then
000
1:0
Template used on this page:
Return to Module:ShipInfo.