Toggle menu
15
236
73
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Navbox with collapsible groups/sandbox

From Kenshi Wiki
Revision as of 22:51, 9 March 2025 by Prd (talk | contribs) (Created page with "-- This module implements {{Navbox with collapsible groups}} local Navbox = require('Module:Navbox/sandbox') local p = { _navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, navbox = function (frame) return Navbox['with collapsible groups'](frame) end } return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Implements {{Navbox with collapsible groups}}

Usage

{{#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/sandbox')
local p = {
	_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end,
	navbox = function (frame) return Navbox['with collapsible groups'](frame) end
}
return p