Jump to content

Module:Navbox with collapsible groups: Difference between revisions

From PricePedia, the cost of living encyclopedia
Undid revision 1271146156 by Ahecht (talk) Retry consolidation
 
m 1 revision imported
 
(No difference)

Latest revision as of 04:13, 1 April 2025

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
}