local export = {} function export.show(frame) return frame:callParserFunction{ name = "#categorytree", args = { "English words suffixed with -ology", depth = 0, class = "\"derivedterms\"", mode = "pages", } } end return export