Jump to content

This site is currently in alpha, so you will run into rough edges.

Please send feedback or ideas to connect@deeptech.wiki

Module:Navbox with collapsible groups: Difference between revisions

From The Deep Tech Wiki
w>Ahecht
Undid revision 1271146156 by Ahecht (talk) Retry consolidation
 
m 1 revision imported
 
(No difference)

Latest revision as of 01:08, 15 November 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
}