Hello, you have come here looking for the meaning of the word
Module:User:Benwing2/category tree/topic/thesaurus. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:User:Benwing2/category tree/topic/thesaurus, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:User:Benwing2/category tree/topic/thesaurus in singular and plural. Everything you need to know about the word
Module:User:Benwing2/category tree/topic/thesaurus you have here. The definition of the word
Module:User:Benwing2/category tree/topic/thesaurus will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:User:Benwing2/category tree/topic/thesaurus, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local export = {}
--[=[
This module contains data related to thesaurus categories. Currently it only contains some mappings from specific
topic parent categories to the corresponding (more general) thesaurus parent categories. The actual processing of
`Thesaurus:...` categories happens in ].
]=]
-- Short-circuit some unnecessarily long category trees by
-- replacing certain parent categories, when encountered, with other ones
local parent_substitutions = {}
parent_substitutions = "all topics"
parent_substitutions = "all topics"
parent_substitutions = "nature"
parent_substitutions = "food and drink" -- for Restaurants
parent_substitutions = "occult"
parent_substitutions = "food and drink"
parent_substitutions = "all topics" -- for Geography
parent_substitutions = "food and drink"
parent_substitutions = "economics"
parent_substitutions = "sciences"
parent_substitutions = "mathematics"
parent_substitutions = "human behaviour"
parent_substitutions = "society"
parent_substitutions = "communication"
parent_substitutions = "health"
parent_substitutions = "society"
parent_substitutions = "perception"
parent_substitutions = "all topics"
export.parent_substitutions = parent_substitutions
return export