Jump to content

Module:Navbox with collapsible groups

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ahecht (talk | contribs) at 14:37, 24 January 2025 (Undid revision 1271146156 by Ahecht (talk) Retry consolidation). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- 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
}