{{i}} Документація модуля[створити]
local p = {}
local infoboxModule = require("Модуль:Картка/пісочниця")

-- If called via #invoke, use the args passed into the invoking template.
-- Otherwise, for testing purposes, assume args are being passed directly in.
function p.infobox(frame)
	--Redirect to Ukranian named module
	return infoboxModule.infobox(frame)
end

-- For calling via #invoke within a template
function p.infoboxTemplate(frame)
	--Redirect to Ukranian named module
	return infoboxModule.infoboxTemplate(frame)
end
return p