# テンプレート

Chamiloでは、証明書、ドキュメント、メールにテンプレートを使用しています。これらのテンプレートは、組織のブランディングや要件に合わせてカスタマイズすることができます。

## 証明書テンプレート

証明書テンプレートは、成績表の基準を満たした学習者に授与される証明書のレイアウトと内容を定義します。

### 証明書テンプレートのカスタマイズ

証明書テンプレートは、プレースホルダ変数を使用してHTMLとCSSで作成されます：

| 変数    | 置き換えられる内容                                   |
| ----- | ------------------------------------------- |
| 学生名   | 学習者のフルネーム                                   |
| コース名  | コースの名前                                      |
| 日付    | 証明書を取得した日付                                  |
| スコア   | 学習者の最終スコア                                   |
| バーコード | 検証用のバーコードプレースホルダ（`((certificate_barcode))`） |

### テンプレートのアップロード

1. 証明書テンプレート管理に移動します
2. HTMLテンプレートをアップロードまたは編集します
3. 動的な内容を表示する場所にプレースホルダ変数を使用します
4. 保存します

## ドキュメントテンプレート

教師は、ドキュメントツールでコンテンツを作成する際にドキュメントテンプレートを使用できます。テンプレートは、一般的なドキュメントタイプの初期レイアウトを提供します。

### ドキュメントテンプレートの管理

1. 管理パネル内のテンプレート管理に移動します
2. HTMLファイルをアップロードして新しいテンプレートを追加します
3. テンプレートは、教師が新しいドキュメントを作成する際に利用可能になります

## ヒント

* **ロゴを含める** — 証明書テンプレートに組織のロゴを追加して、プロフェッショナルな外観にしましょう
* **実際のデータでテストする** — テンプレートを展開する前に、実際の学習者データで証明書をプレビューしてください
* **テンプレートをシンプルに保つ** — シンプルなデザインは印刷がしやすく、プロフェッショナルに見えます


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/branding/templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
