local p = {} --p stands for package
function p.main( frame )
local out = frame:callParserFunction{ name = '#categorytree:Filosofía', args = { 'hideroot', mode = 'pages', namespaces = 0 } };
out = frame:preprocess( out );
return mw.dumpObject( out );
end
return p