Jump to content

Module:Navbox with columns

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 19:36, 22 January 2025 (Consolidate Module:Navbox, Module:Navbox with columns, and Module:Navbox with collapsible groups per Template talk:Navbox#Revisiting merging Module:Navbox, Module:Navbox with collapsible groups, and Module:Navbox with columns. Feel free to revert if this causes problems.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- This module implements {{Navbox with columns}}

local Navbox = require('Module:Navbox/sandbox')
local p = {
	_navbox = function (frame) return Navbox._withColumns(frame) end,
	navbox = function (frame) return Navbox['with columns'](frame) end
}
return p