Jump to content

Module:Navbox with collapsible groups

From PricePedia, the cost of living encyclopedia
Revision as of 14:37, 24 January 2025 by Wikipedia>Ahecht (Undid revision 1271146156 by Ahecht (talk) Retry consolidation)
(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
}