- 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
Line 3:
Line 3:
+
Line 41:
Line 42:
+
+
+
+
+
+
+
+
+
+
+
+
no edit summary
local ShipCardListKai = false
local ShipCardListKai = false
local ShipListKai = false
local ShipListKai = false
local ShipRemodelListKai = false
local getArgs = require('Module:GetArgs')
local getArgs = require('Module:GetArgs')
if not ShipListKai then
if not ShipListKai then
ShipListKai = require('Module:ShipListKai')
ShipListKai = require('Module:ShipListKai')
end
end
function ShipList.ShipRemodelList(frame)
local args = getArgs{frame = frame:getParent()}
_prepareShipRemodelListKai()
return ShipRemodelListKai:Table(args)
end
function _prepareShipRemodelListKai()
if not ShipRemodelListKai then
ShipRemodelListKai = require('Module:ShipRemodelListKai')
end
end
end
end