From 2f5690b89b277f39a591287e6fc27f61e90edb77 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 26 Dec 2021 13:14:07 +0900 Subject: Web/CSS/Layout_cookbook/Contribute_a_recipe/Cookbook_template を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cookbook_template/index.html | 62 ---------------------- .../contribute_a_recipe/cookbook_template/index.md | 62 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.html create mode 100644 files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.md diff --git a/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.html b/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.html deleted file mode 100644 index f5a46e0b25..0000000000 --- a/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.html +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: Cookbook template -slug: Web/CSS/Layout_cookbook/Contribute_a_recipe/Cookbook_template -tags: - - CSS - - Contribute - - Layout - - Template - - cookbook - - recipes -translation_of: Web/CSS/Layout_cookbook/Contribute_a_recipe/Cookbook_template ---- -

{{CSSRef}}

- -
: これは CSS 料理帳のページのテンプレートページです。 新しい料理帳のページを作成するときに、これを生のテンプレートとして使用してください。
-イタリック体のコメントは、テンプレートの一部の使い方に関する情報です。
- -

このレシピが解決する問題の説明または、あなたが実証しているパターンの説明。

- -

Requirements

- -

このパターンには何を含める必要がありますか、それともどのような問題を解決する必要がありますか? それをここにリストします。

- -

Recipe

- -

下の例のパスを変更して、マージされた例を指すようにします。 最後のパラメータは実際のサンプルの高さで、必要に応じて変更できます。

- -

{{EmbedGHLiveSample("css-examples/css-cookbook/center.html", '100%', 720)}}

- -

マージされたダウンロードバージョンを指すようにリンクを変更します。

- -

Download the example

- -

Choices made

- -

パターンを作成したときの決定を説明してください。 なぜあなたは特定の方法を選んだのですか? あなたがここに追加の例を追加したい場合 — 例えば代替のあるバージョン — ぜひ追加してください。 パターンは非常に単純なものからより複雑なものまで多岐にわたるので、このセクションは意図的に緩めています。

- -

Useful fallbacks or alternative methods

- -

レシピを構築するための有用な代替方法、またはサポートしていないブラウザーをサポートする必要がある場合に使用する代替レシピがある場合は、それらをここの別のセクションに含めてください。

- -

Accessibility concerns

- -

アクセシビリティに関して注意すべき点がある場合に、これを含めます。 あなたのパターンに関係がなければ、これは省略することができます。

- -

Browser compatibility

- -

The various layout methods have different browser support. See the charts below for details on basic support for the properties used.

- -

以下の例で align-items を含めたように、使用した重要なプロパティの互換データ(compat data)を含めます。

- -

align-items

- -

{{Compat("css.properties.align-items")}}

- -

See also

- - diff --git a/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.md b/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.md new file mode 100644 index 0000000000..f5a46e0b25 --- /dev/null +++ b/files/ja/web/css/layout_cookbook/contribute_a_recipe/cookbook_template/index.md @@ -0,0 +1,62 @@ +--- +title: Cookbook template +slug: Web/CSS/Layout_cookbook/Contribute_a_recipe/Cookbook_template +tags: + - CSS + - Contribute + - Layout + - Template + - cookbook + - recipes +translation_of: Web/CSS/Layout_cookbook/Contribute_a_recipe/Cookbook_template +--- +

{{CSSRef}}

+ +
: これは CSS 料理帳のページのテンプレートページです。 新しい料理帳のページを作成するときに、これを生のテンプレートとして使用してください。
+イタリック体のコメントは、テンプレートの一部の使い方に関する情報です。
+ +

このレシピが解決する問題の説明または、あなたが実証しているパターンの説明。

+ +

Requirements

+ +

このパターンには何を含める必要がありますか、それともどのような問題を解決する必要がありますか? それをここにリストします。

+ +

Recipe

+ +

下の例のパスを変更して、マージされた例を指すようにします。 最後のパラメータは実際のサンプルの高さで、必要に応じて変更できます。

+ +

{{EmbedGHLiveSample("css-examples/css-cookbook/center.html", '100%', 720)}}

+ +

マージされたダウンロードバージョンを指すようにリンクを変更します。

+ +

Download the example

+ +

Choices made

+ +

パターンを作成したときの決定を説明してください。 なぜあなたは特定の方法を選んだのですか? あなたがここに追加の例を追加したい場合 — 例えば代替のあるバージョン — ぜひ追加してください。 パターンは非常に単純なものからより複雑なものまで多岐にわたるので、このセクションは意図的に緩めています。

+ +

Useful fallbacks or alternative methods

+ +

レシピを構築するための有用な代替方法、またはサポートしていないブラウザーをサポートする必要がある場合に使用する代替レシピがある場合は、それらをここの別のセクションに含めてください。

+ +

Accessibility concerns

+ +

アクセシビリティに関して注意すべき点がある場合に、これを含めます。 あなたのパターンに関係がなければ、これは省略することができます。

+ +

Browser compatibility

+ +

The various layout methods have different browser support. See the charts below for details on basic support for the properties used.

+ +

以下の例で align-items を含めたように、使用した重要なプロパティの互換データ(compat data)を含めます。

+ +

align-items

+ +

{{Compat("css.properties.align-items")}}

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf