Changes

no edit summary
Line 1: Line 1:  +
 +
local getArgs = require('Module:GetArgs')
    
local DropList = {}
 
local DropList = {}
Line 106: Line 108:     
function DropList.show(frame)
 
function DropList.show(frame)
return showTable(parseArgs(frame.args))
+
    local args = getArgs{frame = frame:getParent()}
 +
return showTable(parseArgs(args))
 
end
 
end
    
return DropList
 
return DropList
7,212

edits