- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:EliteShips
Revision as of 22:50, 12 February 2015 by com>Ckwng (Refactor)
Documentation for this module may be created at Module:EliteShips/doc
local EliteShips = {}
local EliteShipsKai = require('Module:EliteShipsKai')
local getArgs = require('Module:GetArgs')
function EliteShips.Table(frame)
local args = getArgs{frame = frame}
return EliteShipsKai:Table(args)
end
return EliteShips