- 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 12:49, 21 February 2015 by com>Ckwng
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:getParent()}
return EliteShipsKai:Table(args)
end
return EliteShips