- 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 5:
Line 5:
− +
no edit summary
function ShipInfo.Infobox(frame)
function ShipInfo.Infobox(frame)
local args = getArgs{frame = frame:getParent()}
local args = getArgs{frame = frame:getParent()}
return ShipInfoKai:Infobox(args["name"], args["model"])
return ShipInfoKai:Infobox(args)
end
end
return ShipInfo
return ShipInfo