12,303
edits
TheNightAvl (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
TheNightAvl (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 19: | Line 19: | ||
-- FOODS | -- FOODS | ||
["foods"] = "world", | |||
["fruits"] = {"plants", "foods"}, | ["fruits"] = {"plants", "foods"}, | ||
["spices and herbs"] = {"plants", "foods"}, | ["spices and herbs"] = {"plants", "foods"}, | ||
Line 28: | Line 29: | ||
-- LIFEFORMS | -- LIFEFORMS | ||
["lifeforms"] = "world", | |||
["animals"] = "lifeforms", | ["animals"] = "lifeforms", | ||
Line 39: | Line 41: | ||
-- TECHNOLOGY | -- TECHNOLOGY | ||
["technology"] = "culture", | |||
["computing"] = "technology", | ["computing"] = "technology", | ||
Line 44: | Line 47: | ||
-- TIME | -- TIME | ||
["time"] = "world", | |||
["months"] = "time", | ["months"] = "time", | ||
["seasons"] = "time", | ["seasons"] = "time", | ||
Line 50: | Line 54: | ||
-- SCIENCES | -- SCIENCES | ||
["sciences"] = "culture", | |||
["astronomy"] = "sciences", | ["astronomy"] = "sciences", | ||
["planets"] = "astronomy", | ["planets"] = "astronomy", | ||
Line 119: | Line 124: | ||
-- SOCIETY | -- SOCIETY | ||
["society"] = "culture", | |||
["law"] = "society", | ["law"] = "society", | ||
["mythology"] = "society", | ["mythology"] = "society", | ||
Line 610: | Line 616: | ||
table.insert(cats, {"%c:" .. capitalize(subtopic), subcats}) | table.insert(cats, {"%c:" .. capitalize(subtopic), subcats}) | ||
end | end | ||
table.insert(cats, {"Culture topic by language", {"Topics by language| "}}) | |||
table.insert(cats, {"World topic by language", {"Topics by language| "}}) | |||
table.insert(cats, {"%s topic by language", {"Topics by language"}}) | table.insert(cats, {"%s topic by language", {"Topics by language"}}) | ||
table.insert(cats, {"%c:Culture", {"%l topics| ", "Culture topic by language| "}}) | |||
table.insert(cats, {"%c:World", {"%l topics| ", "World topic by language| "}}) | |||
table.insert(cats, {"%c:%s", {"%l topics|%s", "%s topic by language| "}}) | table.insert(cats, {"%c:%s", {"%l topics|%s", "%s topic by language| "}}) | ||