aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mdn
diff options
context:
space:
mode:
authortristantheb <tristantheb@gmail.com>2021-04-21 16:21:07 +0200
committerIrvin <irvinfly@gmail.com>2021-04-22 00:40:28 +0800
commite9bb21320278d88f6795525b4bb6c91b90711fcc (patch)
tree954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-cn/mdn
parent3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff)
downloadtranslated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-cn/mdn')
-rw-r--r--files/zh-cn/mdn/guidelines/does_this_belong_on_mdn/index.html6
-rw-r--r--files/zh-cn/mdn/guidelines/writing_style_guide/index.html2
-rw-r--r--files/zh-cn/mdn/structures/macros/index.html2
3 files changed, 4 insertions, 6 deletions
diff --git a/files/zh-cn/mdn/guidelines/does_this_belong_on_mdn/index.html b/files/zh-cn/mdn/guidelines/does_this_belong_on_mdn/index.html
index 5561aa35f3..c502021ac8 100644
--- a/files/zh-cn/mdn/guidelines/does_this_belong_on_mdn/index.html
+++ b/files/zh-cn/mdn/guidelines/does_this_belong_on_mdn/index.html
@@ -107,7 +107,7 @@ original_slug: MDN/Guidelines/Rules_Of_MDN_Documenting
<li>Design documents</li>
<li>Project proposals</li>
<li>Specifications or standards</li>
- <li>Promotional material, advertising, or personal information{{ref("*")}}</li>
+ <li>Promotional material, advertising, or personal information</li>
</ul>
<h2 id="Advantages_to_documenting_on_MDN">Advantages to documenting on MDN</h2>
@@ -123,7 +123,7 @@ original_slug: MDN/Guidelines/Rules_Of_MDN_Documenting
<li>We have a core community of volunteers who contribute substantial amounts of content and can help you.</li>
<li>The MDN team can work with you to ensure that your documentation project is adequately staffed.</li>
<li>The broader MDN community also contributes enormously; from typo fixes to editorial reviews of your content, they can save your bacon.</li>
- <li>The {{IRCLink("mdn")}} channel offers a resource where you can talk to our writing community and get their advice, or recruit help with the production of or maintenance of your content.</li>
+ <li>The <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">Matrix</a> channel offers a resource where you can talk to our writing community and get their advice, or recruit help with the production of or maintenance of your content.</li>
<li>Because we have contributors all over the world, there's always someone around, watching for problems and fixing them.</li>
<li>Our community of volunteers includes translators for many languages, who can help localize your documentation.</li>
</ul>
@@ -191,4 +191,4 @@ original_slug: MDN/Guidelines/Rules_Of_MDN_Documenting
<p>Still, this can be a viable option (possibly even a good option) for some types of projects, especially small ones or those that aren't expected to get much interest.</p>
-<p>{{endnote("*")}} It's OK to put a limited amount of personal information on your MDN profile page. User profiles should reflect a human being, not a business or organization. A moderate degree of self-promotion is OK, but link-spamming is not. Please <em>do not </em>use your profile to upload personal photos or other irrelevant files.</p>
+<p>It's OK to put a limited amount of personal information on your MDN profile page. User profiles should reflect a human being, not a business or organization. A moderate degree of self-promotion is OK, but link-spamming is not. Please <em>do not </em>use your profile to upload personal photos or other irrelevant files.</p>
diff --git a/files/zh-cn/mdn/guidelines/writing_style_guide/index.html b/files/zh-cn/mdn/guidelines/writing_style_guide/index.html
index 8ff75a97ef..484017e2b4 100644
--- a/files/zh-cn/mdn/guidelines/writing_style_guide/index.html
+++ b/files/zh-cn/mdn/guidelines/writing_style_guide/index.html
@@ -204,7 +204,7 @@ original_slug: MDN/Guidelines/Style_guide
<p>类似地,“Warning”样式用来创建一个警告框。</p>
</div>
-<p>除非有特殊需要,否则请不要用 HTML 的 <code>style</code> 属性来手动给内容添加样式。如果你没有找到你需要的预定义样式,可以放置一个 {{IRCLink("mdn")}} 并寻求帮助。</p>
+<p>除非有特殊需要,否则请不要用 HTML 的 <code>style</code> 属性来手动给内容添加样式。如果你没有找到你需要的预定义样式,可以放置一个 <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">Matrix</a> 并寻求帮助。</p>
<h3 id="示例代码的格式和样式">示例代码的格式和样式</h3>
diff --git a/files/zh-cn/mdn/structures/macros/index.html b/files/zh-cn/mdn/structures/macros/index.html
index 4ddb72e576..b41123ab3f 100644
--- a/files/zh-cn/mdn/structures/macros/index.html
+++ b/files/zh-cn/mdn/structures/macros/index.html
@@ -44,5 +44,3 @@ translation_of: MDN/Structures/Macros
<p>宏可以像插入更大的文本块或从MDN的另一部分交换内容一样简单,也可以通过搜索站点的各个部分,设置输出样式和添加链接来构建整个内容索引。</p>
<p>您可以在<a href="/en-US/docs/MDN/Contribute/Structures/Macros/Commonly-used_macros" title="/en-US/docs/Project:MDN/Contributing/Custom_macros">Commonly-used macros</a>页面上阅读我们最常用的宏;另外,这里有<a href="https://developer.mozilla.org/en-US/docs/templates" title="https://developer.mozilla.org/en-US/docs/templates">complete list of all macros</a>。大多数宏都有内置的文档,作为顶部的注释。</p>
-
-<p>{{EditorGuideQuicklinks}}</p>