Module:Navbox with collapsible groups: Difference between revisions

From Fallenchungus Wiki
Jump to navigation Jump to search
Undid revision 1271146156 by Ahecht (talk) Retry consolidation
 
m 1 revision imported
 
(No difference)

Latest revision as of 11:16, 25 May 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
}