Changes

m
no edit summary
Line 9: Line 9:     
function EquipmentInfo.Infobox(frame)
 
function EquipmentInfo.Infobox(frame)
local args = getArgs{frame = frame:getParent()}
+
EquipmentInfoKai = EquipmentInfoKai or require('Module:EquipmentInfoKai')
_prepareEquipmentInfoKai()
+
return EquipmentInfoKai:Infobox(frame.args.pagename and {frame.args.pagename} or getArgs{frame = frame:getParent()})
return EquipmentInfoKai:Infobox(args)
  −
end
  −
 
  −
function _prepareEquipmentInfoKai()
  −
if not EquipmentInfoKai then
  −
EquipmentInfoKai = require('Module:EquipmentInfoKai')
  −
end
   
end
 
end
   Line 44: Line 37:  
end
 
end
   −
function EquipmentInfo.Graphic(frame)
+
function EquipmentInfo.Categories(frame)
 
local args = getArgs{frame = frame:getParent()}
 
local args = getArgs{frame = frame:getParent()}
 
_prepareEquipmentCategoriesKai()
 
_prepareEquipmentCategoriesKai()
Bots, gkautomate
13,304

edits