Jump to content

Module:Navbox with collapsible groups

From The Republic Wiki
Revision as of 03:10, 28 September 2025 by Richard470l (talk | contribs) (1 revision imported: spaces template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Navbox with collapsible groups/doc

-- 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
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.