Бұл модульдің құжаттамасын Module:Wikidata/category/doc бетінде бастай аласыз

local p = {}
 
function p.categorizeIfNoParams(frame)
	local topFrame = frame
	while topFrame:getParent() do topFrame = topFrame:getParent() end
	for _ in pairs( topFrame.args ) do return end
	return "[[Санат:Уикипедия:Параметрсіз инфобокстар]]"
end

return p