Module:Navbox with collapsible groups and Module:Navbox with collapsible groups/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
Undid revision 1271146156 by Ahecht (talk) Retry consolidation |
Use Module:Navbox Tag: Replaced |
||
Line 1: | Line 1: | ||
-- This module implements {{Navbox with collapsible groups}} |
-- This module implements {{Navbox with collapsible groups}} |
||
local Navbox = require('Module:Navbox') |
local Navbox = require('Module:Navbox/sandbox') |
||
local p = { |
|||
⚫ | |||
_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, |
_navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, |
||
navbox = function (frame) return Navbox['with collapsible groups'](frame) end |
navbox = function (frame) return Navbox['with collapsible groups'](frame) end |
||
} |
} |
||
⚫ |