This module depends on the following other modules: |
Implements {{Navbox with collapsible groups}}
Usage
{{#invoke:Navbox with collapsible groups|navbox}}
See Template:Navbox with collapsible groups for more detailed usage.
See also
-- This module implements {{Navbox with collapsible groups}}
local Navbox = require('Module:Navbox')
return {
_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end,
navbox = function (frame) return Navbox['with collapsible groups'](frame) end
}