11,245
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
-- ["this is a subtopic of"] = "just this", | -- ["this is a subtopic of"] = "just this", | ||
-- ["this is a subtopic of"] = {"this", "this too"}, | -- ["this is a subtopic of"] = {"this", "this too"}, | ||
-- FOODS | |||
["fruits"] = {"plants", "foods"}, | |||
["spices and herbs"] = {"plants", "foods"}, | |||
["herbs"] = {"plants", "spices and herbs"}, | |||
["spices"] = {"plants", "spices and herbs"}, | |||
["vegetables"] = {"plants", "foods"}, | |||
["root vegetables"] = {"plants", "vegetables"}, | |||
-- LIFEFORMS | -- LIFEFORMS | ||
Line 91: | Line 100: | ||
["physics"] = "sciences", | ["physics"] = "sciences", | ||
["nuclear physics"] = "physics", | ["nuclear physics"] = "physics", | ||
} | } | ||