Changes

no edit summary
Line 1: Line 1:  
local ShipList = {}
 
local ShipList = {}
 
local ShipCardListKai = require('Module:ShipCardListKai')
 
local ShipCardListKai = require('Module:ShipCardListKai')
 +
local ShipBattleCardListKai = require('Module:ShipBattleCardListKai')
 
local getArgs = require('Module:GetArgs')
 
local getArgs = require('Module:GetArgs')
   Line 6: Line 7:  
local args = getArgs{frame = frame:getParent()}
 
local args = getArgs{frame = frame:getParent()}
 
return ShipCardListKai:Table(args)
 
return ShipCardListKai:Table(args)
 +
end
 +
 +
function ShipList.BattleCardList(frame)
 +
local args = getArgs{frame = frame:getParent()}
 +
return ShipBattleCardListKai:Table(args)
 
end
 
end
    
return ShipList
 
return ShipList
Anonymous user