From a4ca5aac20a82f88a391887d15178779e88c9f61 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 18 Dec 2024 01:09:46 +0900 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AE=20#36595?= =?UTF-8?q?=20=E3=82=92=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/learn/server-side/django/introduction/index.md | 2 +- files/ja/learn/server-side/first_steps/web_frameworks/index.md | 2 +- .../client-side_javascript_frameworks/introduction/index.md | 2 +- .../writing_guidelines/page_structures/macros/other/index.md | 2 +- files/ja/mdn/writing_guidelines/writing_style_guide/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/ja/learn/server-side/django/introduction/index.md b/files/ja/learn/server-side/django/introduction/index.md index 8193771ed29155..0edf4d22aee053 100644 --- a/files/ja/learn/server-side/django/introduction/index.md +++ b/files/ja/learn/server-side/django/introduction/index.md @@ -221,7 +221,7 @@ def index(request): {% if youngest_teams %} {% else %} diff --git a/files/ja/learn/server-side/first_steps/web_frameworks/index.md b/files/ja/learn/server-side/first_steps/web_frameworks/index.md index 4a7a02f4fc4813..848464a1ad0795 100644 --- a/files/ja/learn/server-side/first_steps/web_frameworks/index.md +++ b/files/ja/learn/server-side/first_steps/web_frameworks/index.md @@ -157,7 +157,7 @@ def youngest(request): {% if youngest_teams %} {% else %} diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.md b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.md index 333816d6130065..20d9d6e6380aef 100644 --- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.md +++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/introduction/index.md @@ -172,7 +172,7 @@ JavaScript フレームワークは、この種の作業をはるかに簡単に ```html diff --git a/files/ja/mdn/writing_guidelines/page_structures/macros/other/index.md b/files/ja/mdn/writing_guidelines/page_structures/macros/other/index.md index ffc7abd0a188d1..be3303b8421183 100644 --- a/files/ja/mdn/writing_guidelines/page_structures/macros/other/index.md +++ b/files/ja/mdn/writing_guidelines/page_structures/macros/other/index.md @@ -13,7 +13,7 @@ l10n: このマクロは、固有の API リファレンスなど、特定のコンテキストでのみ使用します。 -- [`RFC`](https://github.com/mdn/yari/blob/main/kumascript/macros/RFC.ejs) は数値を指定して、特定の RFC へのリンクを生成します。構文は `\{\{RFC(number)\}\}` です。例えば、 `\{\{RFC(2616)\}\}` は {{ RFC(2616) }} になります。 +- [`RFC`](https://github.com/mdn/yari/blob/main/kumascript/macros/RFC.ejs) は数値を指定して、特定の RFC へのリンクを生成します。構文は `\{{RFC(number)}}` です。例えば、 `\{{RFC(2616)}}` は {{ RFC(2616) }} になります。 ### ランディングページの部品 diff --git a/files/ja/mdn/writing_guidelines/writing_style_guide/index.md b/files/ja/mdn/writing_guidelines/writing_style_guide/index.md index 6247b14938cdda..cb49cc12d981fa 100644 --- a/files/ja/mdn/writing_guidelines/writing_style_guide/index.md +++ b/files/ja/mdn/writing_guidelines/writing_style_guide/index.md @@ -388,7 +388,7 @@ MDN Web Docs で書くことの第一の目標は、常にオープンなウェ MDN では、 HTML 要素を示すのに [`HTMLElement` マクロ](/ja/docs/MDN/Writing_guidelines/Page_structures/Macros/Commonly_used_macros#linking_to_pages_in_references)を使うこともできます。これは、要素のスタイル設定、角括弧 "<>"、参照ページへのリンクを追加します。 - **逆引用符の使用**: `` - - **マクロの使用**: {{HTMLElement("span")}} (Markdown 内のソース: \\{{HTMLElement("span")\}}) + - **マクロの使用**: {{HTMLElement("span")}} (Markdown 内のソース: `\{{HTMLElement("span")}}`) - **parameter と argument**: MDN で推奨する用語は **parameter** です。一貫性のためにできるだけ "argument" の用語は使用しないでください。