- 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
Entry point for EquipmentInfoKai
local EquipmentInfo = {}
local EquipmentInfoKai = require('Module:EquipmentInfoKai')
local getArgs = require('Module:GetArgs')
function EquipmentInfo.Infobox(frame)
local args = getArgs{frame = frame}
return EquipmentInfoKai:Infobox(args["name"])
end
return EquipmentInfo
local EquipmentInfoKai = require('Module:EquipmentInfoKai')
local getArgs = require('Module:GetArgs')
function EquipmentInfo.Infobox(frame)
local args = getArgs{frame = frame}
return EquipmentInfoKai:Infobox(args["name"])
end
return EquipmentInfo