local labels = {}
for _, lang_etc in ipairs {
"Arab", {"Cina", "Bahasa-bahasa [[Cina]]"}, "Inggeris", "Jerman", "Jepun", "Okinawa",
"Portugis", "Sepanyol", "Vietnam", {"Melayu", "Bahasa-bahasa [[Melayik]]"},
} do
if type(lang_etc) ~= "table" then
lang_etc = {lang_etc}
end
local lang, desc = unpack(lang_etc)
desc = desc or ("[[:Kategori:Bahasa %s|bahasa %s]]"):format(lang, lang)
labels[lang] = {
type = "berkenaan",
description = "=" .. desc,
parents = {"bahasa-bahasa"},
}
end
labels["Komunikasi"] = {
type = "berkenaan",
description = "default",
parents = {"Semua topik"},
}
labels["alphabets"] = {
type = "nama",
description = "default",
parents = {"sistem tulisan"},
}
labels["ambiguity"] = {
type = "berkenaan",
description = "default",
parents = {"Komunikasi"},
}
labels["bahasa buatan"] = { -- distinguish from "cat:constructed languages" family category
type = "nama",
description = "={{w|constructed language}}s",
parents = {"bahasa-bahasa"},
}
labels["bahasa badan"] = {
type = "berkenaan",
description = "default",
parents = {"bahasa", "nonverbal communication"},
}
labels["broadcasting"] = {
type = "berkenaan",
description = "default",
parents = {"media", "telecommunications"},
}
labels["Chinese character components"] = {
type = "set",
description = "=[[Chinese character]] [[component]]s",
parents = {"huruf, simbol dan tanda baca"},
}
labels["diacritical marks"] = {
type = "set",
description = "default",
parents = {"huruf, simbol dan tanda baca"},
}
labels["dialects"] = {
type = "set",
description = "default",
parents = {"bahasa"},
}
labels["dictation"] = {
type = "berkenaan",
description = "default",
parents = {"Komunikasi"},
}
labels["directives"] = {
type = "berkenaan",
description = "=instructions, guidelines and other things (whether real or metaphysical) that indicate what to do or not do, including those self-imposed",
parents = {"Komunikasi"},
}
labels["bahasa pupus"] = {
type = "nama",
description = "default",
parents = {"bahasa-bahasa"},
}
labels["bahasa isyarat"] = {
type = "nama",
description = "default",
parents = {"bahasa-bahasa"},
}
labels["facial expressions"] = {
type = "set",
description = "default",
parents = {"nonverbal communication", "face"},
}
labels["bunga bahasa"] = {
type = "set",
description = "=[[figure of speech|figures of speech]]",
parents = {"retorik"},
}
labels["flags"] = {
type = "berkenaan,name,jenis",
description = "default",
parents = {"Komunikasi"},
}
labels["jargon"] = {
type = "berkenaan",
description = "default",
parents = {"bahasa"},
}
labels["aksara Han"] = {
type = "berkenaan",
description = "default",
parents = {"sistem tulisan"},
}
labels["bahasa"] = {
type = "berkenaan",
description = "lalai",
parents = {"Komunikasi"},
}
labels["keluarga bahasa"] = {
type = "nama",
description = "=[[language family|language families]], both accepted and controversial",
parents = {"bahasa", "nama"},
}
labels["bahasa-bahasa"] = {
type = "nama",
description = "lalai",
parents = {"bahasa", "nama"},
}
labels["huruf, simbol dan tanda baca"] = {
type = "set",
description = "=[[letter]]s, [[symbol]]s, and [[punctuation]]",
parents = {"orthography"},
}
labels["logical fallacies"] = {
type = "set",
description = "=[[logical fallacy|logical fallacies]], clearly defined errors in reasoning used to support or refute an argument",
parents = {"retorik", "logic"},
}
labels["media"] = {
type = "berkenaan",
description = "default",
parents = {"Komunikasi"},
}
labels["mobile phones"] = {
type = "berkenaan,set",
description = "default",
parents = {"telephony"},
}
labels["nonverbal communication"] = {
type = "berkenaan",
description = "default",
parents = {"Komunikasi"},
}
labels["orthography"] = {
type = "berkenaan",
description = "default",
parents = {"tulisan"},
}
labels["palaeography"] = {
type = "berkenaan",
description = "default",
parents = {"tulisan"},
}
labels["post"] = {
type = "berkenaan",
description = "=[[post#Noun|post]] or [[mail#Noun|mail]]",
parents = {"Komunikasi"},
}
labels["public relations"] = {
type = "berkenaan",
description = "default no singularize",
parents = {"Komunikasi"},
}
labels["tanda baca"] = {
type = "set",
description = "default",
parents = {"huruf, simbol dan tanda baca"},
}
labels["radio"] = {
type = "berkenaan",
description = "default",
parents = {"telecommunications"},
}
labels["retorik"] = {
type = "berkenaan",
description = "default",
parents = {"bahasa"},
}
labels["signs"] = {
type = "berkenaan,name,jenis",
description = "default",
parents = {"Komunikasi"},
}
labels["sociolects"] = {
type = "nama",
description = "default",
parents = {"bahasa"},
}
labels["simbol"] = {
type = "set",
description = "=[[symbol]]s, especially [[mathematical]] and [[scientific]] symbols",
additional = "Most symbols have equivalent meanings in many languages and can therefore be found in [[:Category:Translingual symbols]].",
parents = {"huruf, simbol dan tanda baca"},
}
labels["talking"] = {
type = "berkenaan",
description = "default",
parents = {"bahasa", "tingkah laku manusia"},
}
labels["telecommunications"] = {
type = "berkenaan",
description = "default no singularize",
parents = {"Komunikasi", "technology"},
}
labels["telegraphy"] = {
type = "berkenaan",
description = "default",
parents = {"telecommunications", "electronics"},
}
labels["telephony"] = {
type = "berkenaan",
description = "default",
parents = {"telecommunications", "electronics"},
}
labels["texting"] = {
type = "berkenaan",
description = "default",
parents = {"telecommunications"},
}
labels["textual division"] = {
type = "berkenaan",
description = "default",
parents = {"tulisan"},
}
labels["typography"] = {
type = "berkenaan",
description = "default",
parents = {"tulisan", "printing"},
}
labels["tulisan"] = {
type = "berkenaan",
description = "default",
parents = {"bahasa", "tingkah laku manusia"},
}
labels["sistem tulisan"] = {
type = "set",
description = "default",
parents = {"tulisan"},
}
return labels