Jump to content

Module:Navbox with collapsible groups: Difference between revisions

testing
(testing)
(testing)
Line 104: Line 104:
function p.box(frame)
function p.box(frame)
args = require('Module:Arguments').getArgs(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)
return p._box(args)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.