From Wikimedia Commons, the free media repository
CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules
View {{Navbox with collapsible groups}}.
-- This module implements {{Navbox with collapsible groups}}
local Navbox = require('Module:Navbox 2')
return {
_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end,
navbox = function (frame) return Navbox['with collapsible groups'](frame) end
}