ਸਮੱਗਰੀ 'ਤੇ ਜਾਓ

ਮੌਡਿਊਲ:Navbox with collapsible groups

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਆਜ਼ਾਦ ਵਿਸ਼ਵਕੋਸ਼ ਤੋਂ

Implements {{Navbox with collapsible groups}}

{{#invoke:Navbox with collapsible groups|navbox}}

See Template:Navbox with collapsible groups for more detailed usage.

See also

[ਸੋਧੋ]

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