ماڈیول:Navbox with collapsible groups
ظاہری ہیئت
"اس ماڈیول کی دستاویز ماڈیول:Navbox with collapsible groups/دستاویز پر بنائی جاسکتی ہے"
-- 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
}