- 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 9:
Line 9:
+
Line 20:
Line 21:
+
+
+
+
+
+
+
+
+
+
+
+
Expose ShipMetaKai
local ShipGraphicKai = false
local ShipGraphicKai = false
local ShipInfoKai = false
local ShipInfoKai = false
local ShipMetaKai = false
local getArgs = require('Module:GetArgs')
local getArgs = require('Module:GetArgs')
if not ShipInfoKai then
if not ShipInfoKai then
ShipInfoKai = require('Module:ShipInfoKai')
ShipInfoKai = require('Module:ShipInfoKai')
end
end
function ShipInfo.Meta(frame)
local args = getArgs{frame = frame, wrappers = {"Template:ShipMetaKai"}}
_prepareShipMetaKai()
return ShipMetaKai:Infobox(args)
end
function _prepareShipMetaKai()
if not ShipMetaKai then
ShipMetaKai = require('Module:ShipMetaKai')
end
end
end
end