본문으로 이동

모듈:category tree/topic/Communication

위키낱말사전, 말과 글의 누리

이 모듈에 대한 설명문서는 모듈:category tree/topic/Communication/설명문서에서 만들 수 있습니다

local labels = {}
local unpack = unpack or table.unpack -- Lua 5.2 호환성

-- 언어 목록
for _, lang_etc in ipairs {
	"아랍어", {"중국어", "[[중국어]]"}, "영어", "독일어", "라틴어", "오키나와어",
	"포르투갈어", "산스크리트어", "스페인어", "타밀어", "베트남어", "시칠리아어", "관화",
	"광둥어", "베타위어", "벱스어", "벵골어", "세르보크로아트어" ,"소말리어", "순다어",
	"스코틀랜드 게일어", "신할라어", "아디게이어", "아린어", "아바르어", "아이티어", "알바니아어",
	"신할라어", "암하라어", "이탈리아어", "조지아어", "고대 교회 슬라브어", "죽은말", "중세 폴란드어",
	"중세 영어", "야쿠트어", "오리야어", "오세티야어","우니쉬", "유치어", "이누이트어",
	"이도", "이디시어", "이스트로루마니아어", "인구시어", "인터링구아", "추바슈어"
} do
	if type(lang_etc) ~= "table" then
		lang_etc = {lang_etc}
	end
	local lang, desc = unpack(lang_etc)
	desc = desc or ("[[:분류:%s|%s]]"):format(lang, lang)
	labels[lang] = {
		type = "related-to",
		description = "=" .. desc,
		parents = {"언어"},
	}
end

labels["의사소통"] = {
	type = "related-to",
	description = "default",
	parents = {"모든 주제"}
}

labels["알파벳"] = {
	type = "name",
	description = "default",
	parents = {"문자 체계"}
}

labels["인공어"] = {
	type = "name",
	description = "={{w|ko|인공어}}",
	parents = {"언어"}
}

labels["몸짓 언어"] = {
	type = "related-to",
	description = "default",
	parents = {"언어", "비언어적 의사소통"}
}

labels["방송"] = {
	type = "related-to",
	description = "default",
	parents = {"미디어", "전기 통신"}
}

labels["한자 부수"] = {
	type = "set",
	description = "=[[한자]] [[부수]]",
	parents = {"글자, 기호, 문장 부호"}
}

labels["발음 구별 기호"] = {
	type = "set",
	description = "default",
	parents = {"글자, 기호, 문장 부호"}
}

labels["방언"] = {
	type = "set",
	description = "default",
	parents = {"언어"}
}

labels["받아쓰기"] = {
	type = "related-to",
	description = "default",
	parents = {"의사소통"}
}

labels["사어"] = {
	type = "name",
	description = "default",
	parents = {"언어"}
}

labels["수어"] = {
	type = "name",
	description = "default",
	parents = {"언어"}
}

labels["표정"] = {
	type = "set",
	description = "default",
	parents = {"비언어적 의사소통", "얼굴"}
}

labels["비유 표현"] = {
	type = "set",
	description = "=[[비유 표현]]",
	parents = {"수사학"}
}

labels["깃발"] = {
	type = "related-to,name,type",
	description = "default",
	parents = {"의사소통"}
}

labels["전문용어"] = {
	type = "related-to",
	description = "default",
	parents = {"언어"}
}

labels["한자"] = {
	type = "related-to",
	description = "default",
	parents = {"문자 체계"}
}

labels["언어"] = {
	type = "related-to",
	description = "default",
	parents = {"의사소통"}
}

labels["어족"] = {
	type = "name",
	description = "=[[어족]], 인정된 것과 논란이 있는 것 모두",
	parents = {"언어", "이름"}
}

labels["언어 목록"] = {
	type = "name",
	description = "default",
	parents = {"언어", "이름"}
}

labels["글자, 기호, 문장 부호"] = {
	type = "set",
	description = "=[[글자]], [[기호]], [[문장 부호]]",
	parents = {"정서법"}
}

labels["논리적 오류"] = {
	type = "set",
	description = "=[[논리적 오류]], 주장을 지지하거나 반박하는 데 사용되는 명확하게 정의된 추론의 오류",
	additional = "{{also|분류:{{{langcode}}}:편향}}",
	parents = {"수사학", "논리학"},
}

labels["미디어"] = {
	type = "related-to",
	description = "default",
	parents = {"의사소통"}
}

labels["휴대 전화"] = {
	type = "related-to,set",
	description = "default",
	parents = {"전화"}
}

labels["비언어적 의사소통"] = {
	type = "related-to",
	description = "default",
	parents = {"의사소통"}
}

labels["정서법"] = {
	type = "related-to",
	description = "default",
	parents = {"쓰기"}
}

labels["고문서학"] = {
	type = "related-to",
	description = "default",
	parents = {"쓰기"}
}

labels["우편"] = {
	type = "related-to",
	description = "=[[우편]]",
	parents = {"의사소통"}
}

labels["우편 약어"] = {
	type = "name",
	description = "default",
	parents = {"우편"}
}

labels["홍보"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"의사소통"}
}

labels["문장 부호"] = {
	type = "set",
	description = "default",
	parents = {"글자, 기호, 문장 부호"}
}

labels["라디오"] = {
	type = "related-to",
	description = "default",
	parents = {"전기 통신"}
}

labels["수사학"] = {
	type = "related-to",
	description = "default",
	parents = {"언어"}
}

labels["표지"] = {
	type = "related-to,name,type",
	description = "default",
	parents = {"의사소통"}
}

labels["사회 방언"] = {
	type = "name",
	description = "default",
	parents = {"언어"}
}

labels["기호"] = {
	type = "set",
	description = "=[[기호]], 특히 [[수학]] 및 [[과학]] 기호",
	additional = "대부분의 기호는 여러 언어에서 동등한 의미를 가지므로 [[:분류:범언어 기호]]에서 찾을 수 있습니다.",
	parents = {"글자, 기호, 문장 부호"},
}

labels["말하기"] = {
	type = "related-to",
	description = "default",
	parents = {"언어", "인간 행동"}
}

labels["전기 통신"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"의사소통", "기술"}
}

labels["전신"] = {
	type = "related-to",
	description = "default",
	parents = {"전기 통신", "전자공학"},
	wpcat = true,
	commonscat = true
}

labels["전화"] = {
	type = "related-to",
	description = "default",
	parents = {"전기 통신", "전자공학"}
}

labels["문자 메시지"] = {
	type = "related-to",
	description = "default",
	parents = {"전기 통신"}
}

labels["본문 구획"] = {
	type = "related-to",
	description = "default",
	parents = {"쓰기"}
}

labels["타이포그래피"] = {
	type = "related-to",
	description = "default",
	parents = {"쓰기", "인쇄"}
}

labels["쓰기"] = {
	type = "related-to",
	description = "default",
	parents = {"언어", "인간 행동"}
}

labels["문자 체계"] = {
	type = "set",
	description = "default",
	parents = {"쓰기"}
}

return labels