- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:ShipList"
Jump to navigation
Jump to search
com>Ckwng (Created page with "local ShipList = {} local ShipCardListKai = require('Module:ShipCardListKai') local getArgs = require('Module:GetArgs') function ShipList.CardList(frame) local args = getArg...") |
(No difference)
|
Revision as of 17:30, 7 April 2015
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