Модуль:Wikidata/category
Для документации этого модуля может быть создана страница Модуль: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 "[[Категория:Bryanskwiki:Карточки без параметров]]"
end
return p