diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/index.html')
-rw-r--r-- | files/zh-cn/glossary/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/index.html b/files/zh-cn/glossary/index.html new file mode 100644 index 0000000000..2d27a1dfde --- /dev/null +++ b/files/zh-cn/glossary/index.html @@ -0,0 +1,37 @@ +--- +title: 术语表 +slug: Glossary +tags: + - 属于 + - 引导页 + - 术语表 + - 索引 +translation_of: Glossary +--- +<div style="width: 44%; float: right; margin: 4px 0 .5em 1em;">{{LearnBox({"title":"学习一个新术语:"})}}</div> + +<p>Web 技术文档和代码中含有大量的术语和缩写。本术语表给出了可以帮助你正确理解并运用于 Web 开发所需要的名词与缩写,以及它们的定义。</p> + +<p>{{GlossaryList({"split":"h3", "css":"multiColumnList"})}}</p> + +<h2 id="为本表作贡献">为本表作贡献</h2> + +<div class="blockIndicator note"> +<p>由于中文术语表目前(同英文版一样)使用首字符排序,标题中每一个不同的首字符都会产生一个子索引(而不是首字母排序,仅使用 26 个首字母与单独一个“其他”分类),建议暂时使用类似 <a href="/zh-CN/docs/Glossary/Endianness">Endianness(字节序)</a>的形式来翻译文章标题,以保证本索引的可读性。</p> +</div> + +<p>编辑术语表是一项永无止境的工作,你可以<a href="/zh-CN/docs/MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary">添加新的条目</a>或改进、完善现有条目。现在就点击下面的按钮或者选择一项来开始吧。</p> + +<p><strong><a href="/zh-CN/docs/new?parent=4391">向术语表中添加新条目</a></strong></p> + +<p>{{GlossaryList({"terms":[], "filter":"notdefined", "css":"multiColumnList"})}}</p> + +<p>如果你想要了解更多关于如何对该术语表做贡献的相关信息,请访问<a href="/zh-CN/docs/MDN/Doc_status/Glossary">术语表文档状态页面</a>。</p> + +<div class="hidden"> +<section id="Quick_Links"> +<ol> + <li><strong><a href="/zh-CN/docs/Glossary">MDN Web 文档术语</a></strong>{{ListSubpagesForSidebar("/zh-CN/docs/Glossary", 0)}}</li> +</ol> +</section> +</div> |