Jump to content

Module:Navbox with columns

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ahecht (talk | contribs) at 15:43, 24 January 2025 (don't use sandbox). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

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