Jump to content

Module:Navbox with collapsible groups

From Wikimedia Commons, the free media repository
Lua

CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules


Usage

[edit]

View {{Navbox with collapsible groups}}.


Code

-- This module implements {{Navbox with collapsible groups}}

local Navbox = require('Module:Navbox 2')
return {
	_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end,
	navbox = function (frame) return Navbox['with collapsible groups'](frame) end
}