Module:CGroup/Linguistics
外观
此模块的文档可以在Module:CGroup/Linguistics/doc创建
return {
name = 'Linguistics',
description = '語言學',
content = {
{ type = 'text', text = [=[
解決語言學、語言用詞上用語差異
]=] },
{ type = 'item', original = 'Vowel', rule = 'zh-hans:元音; zh-hant:元音; zh-cn:元音; zh-tw:元音;' }, --通常台灣語言學界仍用「元音」一詞,唯民間普遍使用「母音」
{ type = 'item', original = 'Consonant', rule = 'zh-cn:辅音; zh-tw:輔音;' }, --同上,故希望保留使用「輔音」一詞
{ type = 'item', original = 'Morpheme', rule = 'zh-cn:语素; zh-tw:詞素;' },
},
}