跳转到内容

模組:CGroup/Linguistics

维基百科,自由的百科全书

这是本页的一个历史版本,由M80126colin留言 | 贡献2017年10月13日 (五) 02:12编辑。这可能和当前版本存在着巨大的差异。

以下為公共转换组Module:CGroup/Linguistics的內容。

描述:語言學 解決語言學、語言用詞上用語差異

  • 原文:Vowel;简体:元音;繁體:母音;大陆:元音;臺灣:母音;当前显示为:元音
  • 原文:Consonant;大陆:辅音;臺灣:子音;当前显示为:辅音
  • 原文:Morpheme;大陆:语素;臺灣:詞素;当前显示为:语素
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:詞素;' },
},
}