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:38, 22 January 2025 (Simplify). 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')
return {
	_navbox = function (frame) return Navbox._withColumns(frame) end,
	navbox = function (frame) return Navbox['with columns'](frame) end
}