Modul:category tree/topic cat/data/Communication

Daripada Wiktionary

Pendokumenan untuk modul ini boleh diciptakan di Modul:category tree/topic cat/data/Communication/doc

local labels = {}

for _, lang_etc in ipairs {
	"Arab", {"Cina", "Bahasa-bahasa [[Cina]]"}, "Bahasa Inggeris", "Jerman", "Bahasa Jepun", "Okinawa",
	 "Portugis", "Sepanyol", "Vietnam", {"Bahasa Melayu", "Bahasa-bahasa [[Melayu]]"},
} 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"},
	}
end

labels["Komunikasi"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Semua topik"},
}

labels["alphabets"] = {
	type = "name",
	description = "default",
	parents = {"writing systems"},
}

labels["ambiguity"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Komunikasi"},
}

labels["artificial languages"] = { -- distinguish from "cat:constructed languages" family category
	type = "name",
	description = "={{w|constructed language}}s",
	parents = {"Bahasa"},
}

labels["body language"] = {
	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 = {"letters, symbols, and punctuation"},
}

labels["diacritical marks"] = {
	type = "set",
	description = "default",
	parents = {"letters, symbols, and punctuation"},
}

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["extinct languages"] = {
	type = "name",
	description = "default",
	parents = {"Bahasa"},
}

labels["sign languages"] = {
	type = "name",
	description = "default",
	parents = {"Bahasa"},
}

labels["facial expressions"] = {
	type = "set",
	description = "default",
	parents = {"nonverbal communication", "face"},
}

labels["figures of speech"] = {
	type = "set",
	description = "=[[figure of speech|figures of speech]]",
	parents = {"rhetoric"},
}

labels["flags"] = {
	type = "berkenaan,name,type",
	description = "default",
	parents = {"Komunikasi"},
}

labels["jargon"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Bahasa"},
}

labels["Han characters"] = {
	type = "berkenaan",
	description = "default",
	parents = {"writing systems"},
}

labels["Bahasa"] = {
	type = "berkenaan",
	description = "lalai",
	parents = {"Komunikasi"},
}

labels["language families"] = {
	type = "name",
	description = "=[[language family|language families]], both accepted and controversial",
	parents = {"Bahasa", "names"},
}

labels["Bahasa-bahasa"] = {
	type = "nama",
	description = "lalai",
	parents = {"Bahasa", "Nama mengikut bahasa"},
}

labels["letters, symbols, and punctuation"] = {
	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 = {"rhetoric", "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 = {"writing"},
}

labels["palaeography"] = {
	type = "berkenaan",
	description = "default",
	parents = {"writing"},
}

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["punctuation marks"] = {
	type = "set",
	description = "default",
	parents = {"letters, symbols, and punctuation"},
}

labels["radio"] = {
	type = "berkenaan",
	description = "default",
	parents = {"telecommunications"},
}

labels["rhetoric"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Bahasa"},
}

labels["signs"] = {
	type = "berkenaan,name,type",
	description = "default",
	parents = {"Komunikasi"},
}

labels["sociolects"] = {
	type = "name",
	description = "default",
	parents = {"Bahasa"},
}

labels["symbols"] = {
	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 = {"letters, symbols, and punctuation"},
}

labels["talking"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Bahasa", "human behaviour"},
}

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 = {"writing"},
}

labels["typography"] = {
	type = "berkenaan",
	description = "default",
	parents = {"writing", "printing"},
}

labels["writing"] = {
	type = "berkenaan",
	description = "default",
	parents = {"Bahasa", "human behaviour"},
}

labels["writing systems"] = {
	type = "set",
	description = "default",
	parents = {"writing"},
}

return labels