Changes
mLine 39:
Line 39:
− +
− +
+
+
no edit summary
end
end
function EquipmentLink.test(args)
function EquipmentLink.test(frame)
local name = args.name
local args = getArgs{ frame = frame:getParent() }
local name = args[1] or "??"
local text = args.text
local text = args.text
local link = args.link
local link = args.link