Module:User:DTLHS

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of DTLHS, for his own experimentation. Items in this module may be added and removed at DTLHS's discretion; do not rely on this module's stability.


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