Module:Navbox with collapsible groups: Difference between revisions

Content deleted Content added
testing
testing
Line 104:
function p.box(frame)
args = require('Module:Arguments').getArgs(frame)
 
-- Read the arguments in the order they'll be output in, to make references number in the right order.
local _
_ = args.title
_ = args.above
for i = 1, 20 do
_ = args["group" .. tostring(i)]
_ = args["list" .. tostring(i)]
end
_ = args.below
 
return p._box(args)