Module:ShipList

Revision as of 17:30, 7 April 2015 by com>Ckwng (Created page with "local ShipList = {} local ShipCardListKai = require('Module:ShipCardListKai') local getArgs = require('Module:GetArgs') function ShipList.CardList(frame) local args = getArg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:ShipList/doc

local ShipList = {}
local ShipCardListKai = require('Module:ShipCardListKai')
local getArgs = require('Module:GetArgs')

function ShipList.CardList(frame)
	local args = getArgs{frame = frame:getParent()}
	return ShipCardListKai:Table(args)
end

return ShipList