Jump to content

Module:Navbox with columns/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ahecht (talk | contribs) at 20:10, 29 September 2024 (Use Module:Navbox). 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/sandbox')
local p = {
	_navbox = function (frame) return Navbox._withColumns(frame) end,
	navbox = function (frame) return Navbox['with columns'](frame) end
}
return p