Модул:Wikidata/category

Мавод аз Википедиа — донишномаи озод
Ҳуҷҷатгузорӣ
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