aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mdn/guidelines
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/guidelines
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/guidelines')
-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
2 files changed, 4 insertions, 4 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>