Module:category tree/topic cat/data/Communication: Difference between revisions

Melinoë (talk | contribs)
Created page with "local labels = {} local unpack = unpack or table.unpack -- Lua 5.2 compatibility -- FIXME: Lookup langs in the language list. for _, lang_etc in ipairs { "Arabic", "Aramaic", {"Chinese", "the Chinese languages"}, {"Greek", "the Greek and Ancient Greek languages"}, "English", "German", "Japanese", "Latin", "Korean", "Okinawan", "Portuguese", "Sanskrit", "Spanish", "Tamil", "Vietnamese" } do if type(lang_etc) ~= "table" then lang_etc = {lang_etc} end..."
 
m top: clean up
 
Line 5: Line 5:
-- FIXME: Lookup langs in the language list.
-- FIXME: Lookup langs in the language list.
for _, lang_etc in ipairs {
for _, lang_etc in ipairs {
"Arabic", "Aramaic", {"Chinese", "the [[Chinese]] languages"}, {"Greek", "the [[Greek]] and [[Ancient Greek]] languages"}, "English", "German", "Japanese", "Latin", "Korean", "Okinawan",
"Arabic", "Aramaic", {"Chinese", "the [[wikt:Chinese|Chinese]] languages"}, {"Greek", "the [[wikt:Greek|Greek]] and [[wikt:Ancient Greek|Ancient Greek]] languages"}, "English", "German", "Japanese", "Latin", "Korean", "Okinawan",
"Portuguese", "Sanskrit", "Spanish", "Tamil", "Vietnamese"
"Portuguese", "Sanskrit", "Spanish", "Tamil", "Vietnamese"
} do
} do
Line 52: Line 52:
labels["Chinese character components"] = {
labels["Chinese character components"] = {
type = "set",
type = "set",
description = "=[[Chinese character]] [[component]]s",
description = "=[[wikt:Chinese character|Chinese character]] [[wikt:component|component]]s",
parents = {"letters, symbols, and punctuation"},
parents = {"letters, symbols, and punctuation"},
}
}
Line 142: Line 142:
labels["letters, symbols, and punctuation"] = {
labels["letters, symbols, and punctuation"] = {
type = "set",
type = "set",
description = "=[[letter]]s, [[symbol]]s, and [[punctuation]]",
description = "=[[wikt:letter|letter]]s, [[wikt:symbol|symbol]]s, and [[wikt:punctuation|punctuation]]",
parents = {"orthography"},
parents = {"orthography"},
}
}
Line 239: Line 239:
labels["symbols"] = {
labels["symbols"] = {
type = "set",
type = "set",
description = "=[[symbol]]s, especially [[mathematical]] and [[scientific]] symbols",
description = "=[[wikt:symbol|symbol]]s, especially [[wikt:mathematical|mathematical]] and [[wikt:scientific|scientific]] symbols",
additional = "Most symbols have equivalent meanings in many languages and can therefore be found in [[:Category:Translingual symbols]].",
additional = "Most symbols have equivalent meanings in many languages and can therefore be found in [[:Category:Translingual symbols]].",
parents = {"letters, symbols, and punctuation"},
parents = {"letters, symbols, and punctuation"},