From 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:08:35 +0100 Subject: unslug ja: modify --- files/ja/learn/forms/advanced_form_styling/index.html | 3 ++- files/ja/learn/forms/basic_native_form_controls/index.html | 3 ++- .../learn/forms/how_to_build_custom_form_controls/example_1/index.html | 3 ++- .../learn/forms/how_to_build_custom_form_controls/example_2/index.html | 3 ++- .../learn/forms/how_to_build_custom_form_controls/example_3/index.html | 3 ++- .../learn/forms/how_to_build_custom_form_controls/example_4/index.html | 3 ++- .../learn/forms/how_to_build_custom_form_controls/example_5/index.html | 3 ++- files/ja/learn/forms/how_to_build_custom_form_controls/index.html | 3 ++- files/ja/learn/forms/how_to_structure_a_web_form/example/index.html | 3 ++- files/ja/learn/forms/how_to_structure_a_web_form/index.html | 3 ++- files/ja/learn/forms/styling_web_forms/index.html | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) (limited to 'files/ja/learn/forms') diff --git a/files/ja/learn/forms/advanced_form_styling/index.html b/files/ja/learn/forms/advanced_form_styling/index.html index 9e6cf26d94..aa82c80611 100644 --- a/files/ja/learn/forms/advanced_form_styling/index.html +++ b/files/ja/learn/forms/advanced_form_styling/index.html @@ -1,6 +1,6 @@ --- title: HTML フォームへの高度なスタイル設定 -slug: Learn/Forms/Advanced_styling_for_HTML_forms +slug: Learn/Forms/Advanced_form_styling tags: - Advanced - CSS @@ -10,6 +10,7 @@ tags: - ガイド - 例 translation_of: Learn/Forms/Advanced_form_styling +original_slug: Learn/Forms/Advanced_styling_for_HTML_forms ---
{{LearnSidebar}}
diff --git a/files/ja/learn/forms/basic_native_form_controls/index.html b/files/ja/learn/forms/basic_native_form_controls/index.html index f0ddcdc09d..c70f746b3b 100644 --- a/files/ja/learn/forms/basic_native_form_controls/index.html +++ b/files/ja/learn/forms/basic_native_form_controls/index.html @@ -1,6 +1,6 @@ --- title: 基本的なネイティブフォームコントロール -slug: Learn/Forms/The_native_form_widgets +slug: Learn/Forms/Basic_native_form_controls tags: - Example - Forms @@ -9,6 +9,7 @@ tags: - Intermediate - Web translation_of: Learn/Forms/Basic_native_form_controls +original_slug: Learn/Forms/The_native_form_widgets ---
{{LearnSidebar}}
diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html index 1515dc573f..9367da3906 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_1/index.html @@ -1,7 +1,8 @@ --- title: 例 1 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_1 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_1 translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_1 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_1 ---

これは、カスタムフォームウィジェットの作成方法を説明する最初のコード例です。

diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html index 7a547909ce..f68e64c3a0 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_2/index.html @@ -1,10 +1,11 @@ --- title: 例 2 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_2 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_2 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_2 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_2 ---

これは、カスタムフォームウィジェットの作成方法を説明する2番目の例です。

diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html index ac3763cb80..e650b78cc3 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_3/index.html @@ -1,10 +1,11 @@ --- title: 例 3 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_3 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_3 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_3 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_3 ---

これは、カスタムフォームウィジェットの作成方法を説明する3番目の例です。

diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html index 51fa53c27a..3682793426 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_4/index.html @@ -1,6 +1,6 @@ --- title: 例 4 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_4 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_4 tags: - Advanced - Example @@ -9,6 +9,7 @@ tags: - HTML - Web translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_4 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_4 ---

これは、カスタムフォームウィジェットの作成方法を説明する4番目の例です。

diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html index 4bad8016bb..afac562910 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/example_5/index.html @@ -1,10 +1,11 @@ --- title: 例 5 -slug: Learn/Forms/How_to_build_custom_form_widgets/Example_5 +slug: Learn/Forms/How_to_build_custom_form_controls/Example_5 tags: - Forms - HTML translation_of: Learn/Forms/How_to_build_custom_form_controls/Example_5 +original_slug: Learn/Forms/How_to_build_custom_form_widgets/Example_5 ---

これが、カスタムフォームウィジェットの作成方法を説明する最後の例です。

diff --git a/files/ja/learn/forms/how_to_build_custom_form_controls/index.html b/files/ja/learn/forms/how_to_build_custom_form_controls/index.html index 7bbd20b511..4034b1998b 100644 --- a/files/ja/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/ja/learn/forms/how_to_build_custom_form_controls/index.html @@ -1,6 +1,6 @@ --- title: カスタムフォームコントロールの作成方法 -slug: Learn/Forms/How_to_build_custom_form_widgets +slug: Learn/Forms/How_to_build_custom_form_controls tags: - Advanced - Example @@ -9,6 +9,7 @@ tags: - HTML - Web translation_of: Learn/Forms/How_to_build_custom_form_controls +original_slug: Learn/Forms/How_to_build_custom_form_widgets ---
{{LearnSidebar}}
diff --git a/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html b/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html index 2c97485087..c37a3291ef 100644 --- a/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html +++ b/files/ja/learn/forms/how_to_structure_a_web_form/example/index.html @@ -1,7 +1,8 @@ --- title: '例: お支払いフォーム' -slug: Learn/Forms/How_to_structure_an_HTML_form/Example +slug: Learn/Forms/How_to_structure_a_web_form/Example translation_of: Learn/Forms/How_to_structure_a_web_form/Example +original_slug: Learn/Forms/How_to_structure_an_HTML_form/Example ---

これは記事 HTML フォームの構築方法の基本的なお支払いフォームの例です。

diff --git a/files/ja/learn/forms/how_to_structure_a_web_form/index.html b/files/ja/learn/forms/how_to_structure_a_web_form/index.html index ca3865643f..e8a28fae20 100644 --- a/files/ja/learn/forms/how_to_structure_a_web_form/index.html +++ b/files/ja/learn/forms/how_to_structure_a_web_form/index.html @@ -1,6 +1,6 @@ --- title: フォームの構築方法 -slug: Learn/Forms/How_to_structure_an_HTML_form +slug: Learn/Forms/How_to_structure_a_web_form tags: - CodingScripting - HTML @@ -12,6 +12,7 @@ tags: - 学習 - 構造 translation_of: Learn/Forms/How_to_structure_a_web_form +original_slug: Learn/Forms/How_to_structure_an_HTML_form ---
{{LearnSidebar}}
diff --git a/files/ja/learn/forms/styling_web_forms/index.html b/files/ja/learn/forms/styling_web_forms/index.html index 71d463f0c7..c64d5f4622 100644 --- a/files/ja/learn/forms/styling_web_forms/index.html +++ b/files/ja/learn/forms/styling_web_forms/index.html @@ -1,6 +1,6 @@ --- title: HTML フォームへのスタイル設定 -slug: Learn/Forms/Styling_HTML_forms +slug: Learn/Forms/Styling_web_forms tags: - CSS - Example @@ -10,6 +10,7 @@ tags: - Intermediate - Web translation_of: Learn/Forms/Styling_web_forms +original_slug: Learn/Forms/Styling_HTML_forms ---

{{LearnSidebar}}{{PreviousMenuNext("Learn/Forms/Other_form_controls","Learn/Forms/Advanced_form_styling","Learn/Forms")}}

-- cgit v1.2.3-54-g00ecf